diff options
author | obache <obache@pkgsrc.org> | 2011-10-29 05:02:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-29 05:02:28 +0000 |
commit | 586ed7e746d2a26dbd10d0493e74caa3c0a0397a (patch) | |
tree | bce52855d78082a8257465b27ce42b839b7b455d /lang | |
parent | 0524591937d613477d5cd6d52065064953ec83bb (diff) | |
download | pkgsrc-586ed7e746d2a26dbd10d0493e74caa3c0a0397a.tar.gz |
* remove unwanted things (pure python module).
* register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-basicproperty/Makefile | 13 | ||||
-rw-r--r-- | lang/py-basicproperty/PLIST | 3 |
2 files changed, 6 insertions, 10 deletions
diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index 18b09052276..0ba2dbfee75 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2011/10/29 05:02:28 obache Exp $ # DISTNAME= basicproperty-0.6.3a PKGNAME= ${PYPKGPREFIX}-basicproperty-0.6.3a -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=basicproperty/} @@ -13,12 +13,7 @@ COMMENT= Python RDBMS wrapper for various databases PKG_DESTDIR_SUPPORT= user-destdir -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/lang/py-basicproperty/PLIST b/lang/py-basicproperty/PLIST index d5ce50f1665..ea7bab78403 100644 --- a/lang/py-basicproperty/PLIST +++ b/lang/py-basicproperty/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:03:39 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/10/29 05:02:28 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/basicproperty/__init__.py ${PYSITELIB}/basicproperty/__init__.pyc ${PYSITELIB}/basicproperty/__init__.pyo |