diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 08:31:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 08:31:05 +0000 |
commit | a84ff418f38756fc5a9a148afdbb27b8aefd3cff (patch) | |
tree | d4954feb78452976e6c047340496819887b06572 /net/py-medusa | |
parent | 4eee8aa210f2403d09f372ae1767ea1d0f71c358 (diff) | |
download | pkgsrc-a84ff418f38756fc5a9a148afdbb27b8aefd3cff.tar.gz |
distutilify.
Bump PKGREVISION.
Diffstat (limited to 'net/py-medusa')
-rw-r--r-- | net/py-medusa/Makefile | 6 | ||||
-rw-r--r-- | net/py-medusa/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/py-medusa/Makefile b/net/py-medusa/Makefile index eeac5e4b467..a5bc610c890 100644 --- a/net/py-medusa/Makefile +++ b/net/py-medusa/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:42 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/06/14 08:31:05 obache Exp $ # DISTNAME= medusa-0.5.4 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= http://www.amk.ca/files/python/ @@ -13,7 +14,6 @@ COMMENT= Framework for writing asynchronous socket-based servers PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYDISTUTILSPKG= yes -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-medusa/PLIST b/net/py-medusa/PLIST index f98fb5f9671..9c582b515b3 100644 --- a/net/py-medusa/PLIST +++ b/net/py-medusa/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/06/14 08:31:05 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/medusa/__init__.py ${PYSITELIB}/medusa/__init__.pyc ${PYSITELIB}/medusa/__init__.pyo |