diff options
author | obache <obache@pkgsrc.org> | 2011-10-15 08:16:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-15 08:16:50 +0000 |
commit | cf730cfa73f3c1d2e8c34c857134781c9d4f88b3 (patch) | |
tree | 0a27df05a45edbec38fda921849900a50457c6ec /devel/py-unit | |
parent | b45855d3254c615f22b392072f51af0ff662ec28 (diff) | |
download | pkgsrc-cf730cfa73f3c1d2e8c34c857134781c9d4f88b3.tar.gz |
* regist egg-info
Bump PKGREVISION.
Diffstat (limited to 'devel/py-unit')
-rw-r--r-- | devel/py-unit/Makefile | 8 | ||||
-rw-r--r-- | devel/py-unit/PLIST | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 145d1bf1228..93e59811120 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:29 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2011/10/15 08:16:50 obache Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unit-1.4.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/} @@ -12,7 +12,7 @@ COMMENT= Unit testing framework for python PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= # defined +EGG_NAME= PyUnit-${PKGVERSION_NOREV} -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unit/PLIST b/devel/py-unit/PLIST index 522e4c54419..764b7586100 100644 --- a/devel/py-unit/PLIST +++ b/devel/py-unit/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:49 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/10/15 08:16:50 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/unittest.py ${PYSITELIB}/unittest.pyc ${PYSITELIB}/unittest.pyo |