![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / databases / py-elixir / Attic / Makefile (download)
Revision 1.13, Mon Sep 4 18:00:51 2017 UTC (6 years, 2 months ago) by wiz
Comment out dead sites. |
# $NetBSD: Makefile,v 1.13 2017/09/04 18:00:51 wiz Exp $ DISTNAME= Elixir-0.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=E/Elixir/} MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://elixir.ematia.de/trac/wiki COMMENT= Elixir is a declarative layer on top of the SQLAlchemy library LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.4.0:../../databases/py-sqlalchemy DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"