diff options
author | obache <obache@pkgsrc.org> | 2012-02-01 13:07:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-01 13:07:18 +0000 |
commit | af0d41fba09c7ed59b2352de1ee5f82762628d5a (patch) | |
tree | 6456a6c596999007e60d622b79161eb6588d4543 /databases/py-table | |
parent | f296668f2ed8cbba24320f060dcc68fb938269b7 (diff) | |
download | pkgsrc-af0d41fba09c7ed59b2352de1ee5f82762628d5a.tar.gz |
* MANDIR and BINDIR are not used anywhere, dropped from MAKE_ENV.
* Not using gmake, dropped from USE_TOOLS.
* PYPKGPREFIX is not in PLIST, dropped from PLIST_SUBST.
* no compiler is required, USE_LANGUAGES should be empty.
* distutils pakcage should include distutils.mk and register egg-info.
No negative feedback over 3 months from OWNER.
Bump PKGREVISION.
Diffstat (limited to 'databases/py-table')
-rw-r--r-- | databases/py-table/Makefile | 13 | ||||
-rw-r--r-- | databases/py-table/PLIST | 3 |
2 files changed, 6 insertions, 10 deletions
diff --git a/databases/py-table/Makefile b/databases/py-table/Makefile index 7de773d8983..1b7081bfd58 100644 --- a/databases/py-table/Makefile +++ b/databases/py-table/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2009/03/18 18:38:00 darcy Exp $ +# $NetBSD: Makefile,v 1.14 2012/02/01 13:07:18 obache Exp $ # DISTNAME= pytable-0.8.3a PKGNAME= ${PYPKGPREFIX}-table-0.8.3a -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytable/} @@ -15,12 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty -MAKE_ENV+= MANDIR=${PREFIX}/man -MAKE_ENV+= BINDIR=${PREFIX}/bin -USE_TOOLS+= gmake +USE_LANGUAGES= # none -PYDISTUTILSPKG= yes -PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} - -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-table/PLIST b/databases/py-table/PLIST index 781a4ea784d..0c151b2ad58 100644 --- a/databases/py-table/PLIST +++ b/databases/py-table/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:43:23 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/02/01 13:07:18 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pytable/__init__.py ${PYSITELIB}/pytable/__init__.pyc ${PYSITELIB}/pytable/__init__.pyo |