summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-25 12:34:30 +0000
committerobache <obache@pkgsrc.org>2012-01-25 12:34:30 +0000
commitc1ed57ea66ba5ae3da53078c5bc156e4ba848d55 (patch)
tree58171000c79e415d6b38d2cec14bcb0e5f7df825
parent73ff6cb53462d035af5c63b01fa83283c4d8581f (diff)
downloadpkgsrc-c1ed57ea66ba5ae3da53078c5bc156e4ba848d55.tar.gz
Convert to use python/distutils.mk, register egg-info.
Bump PKGREVISION.
-rw-r--r--wm/py-tyle/Makefile8
-rw-r--r--wm/py-tyle/PLIST3
2 files changed, 6 insertions, 5 deletions
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile
index 50687b16980..771a8166453 100644
--- a/wm/py-tyle/Makefile
+++ b/wm/py-tyle/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2011/08/23 09:33:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/01/25 12:34:30 obache Exp $
#
DISTNAME= pytyle-0.7.5
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytyle/}
@@ -14,9 +15,8 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
-PY_PATCHLIST= yes
+
PYTHON_VERSIONS_INCOMPATIBLE= 24 25 31
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/py-tyle/PLIST b/wm/py-tyle/PLIST
index 23361e9fe01..86a1aeeee27 100644
--- a/wm/py-tyle/PLIST
+++ b/wm/py-tyle/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/06/18 10:44:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/01/25 12:34:30 obache Exp $
bin/pytyle
bin/pytyle-client
${PYSITELIB}/PyTyle/CHANGELOG
@@ -67,3 +67,4 @@ ${PYSITELIB}/PyTyle/__init__.py
${PYSITELIB}/PyTyle/__init__.pyc
${PYSITELIB}/PyTyle/__init__.pyo
${PYSITELIB}/PyTyle/pytylerc
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}