Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / databases / py-table |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:48 maya Exp $ DISTNAME= pytable-0.8.3a PKGNAME= ${PYPKGPREFIX}-table-0.8.3a PKGREVISION= 4 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytable/} OWNER= darcy@NetBSD.org HOMEPAGE= http://pytable.sourceforge.net/ COMMENT= Python RDBMS wrapper for various databases DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty # py-basicproperty isn't compatible to 3.x PYTHON_VERSIONS_INCOMPATIBLE= 36 37 USE_LANGUAGES= # none .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk"