diff options
author | obache <obache@pkgsrc.org> | 2011-04-02 14:11:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-02 14:11:26 +0000 |
commit | 422fe23fc285bc0bdb79cad536f1c0ceef418e0f (patch) | |
tree | 15b43471a33f7d2f0ba5e10ff62502c621346862 /time/etm | |
parent | 380d8586fd40ca553c6a911664ee896c4cc9a193 (diff) | |
download | pkgsrc-422fe23fc285bc0bdb79cad536f1c0ceef418e0f.tar.gz |
Egg package, use python/egg.mk instead of extension.mk.
Diffstat (limited to 'time/etm')
-rw-r--r-- | time/etm/Makefile | 7 | ||||
-rw-r--r-- | time/etm/PLIST | 12 |
2 files changed, 8 insertions, 11 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index a15821aa4a9..5211f6c4a0a 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/02/16 13:29:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2011/04/02 14:11:26 obache Exp $ # DISTNAME= etm-702 @@ -13,18 +13,15 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets -DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar USE_LANGUAGES= # none -PYDISTUTILSPKG= yes - # Delete an unnecessary file post-configure: ${RM} ${WRKSRC}/etm.egg-info/.SOURCES.txt~ .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/etm/PLIST b/time/etm/PLIST index 12ca172ce84..830e0227ccd 100644 --- a/time/etm/PLIST +++ b/time/etm/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.7 2011/02/16 13:29:37 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.8 2011/04/02 14:11:26 obache Exp $ bin/e.py bin/e.pyw -${PYSITELIB}/${PKGNAME}-py2.6.egg-info/PKG-INFO -${PYSITELIB}/${PKGNAME}-py2.6.egg-info/SOURCES.txt -${PYSITELIB}/${PKGNAME}-py2.6.egg-info/dependency_links.txt -${PYSITELIB}/${PKGNAME}-py2.6.egg-info/requires.txt -${PYSITELIB}/${PKGNAME}-py2.6.egg-info/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/etm/__init__.py ${PYSITELIB}/etm/__init__.pyc ${PYSITELIB}/etm/__init__.pyo |