summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-03 14:38:03 +0000
committerwiz <wiz>2016-06-03 14:38:03 +0000
commitc6b02bc2cba1073033207fc920d440135b6dd74b (patch)
tree0ddcea7890da33296fb6d95f0ad0a7531836d9af /archivers
parentf0b5e1d224f92b7e2575f980cca95cf4a276cbc8 (diff)
downloadpkgsrc-c6b02bc2cba1073033207fc920d440135b6dd74b.tar.gz
Instead of build dependency on setuptools just use egg.mk.
While here, mark as not ready for python-3.x.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bmap-tools/Makefile6
-rw-r--r--archivers/bmap-tools/PLIST10
2 files changed, 8 insertions, 8 deletions
diff --git a/archivers/bmap-tools/Makefile b/archivers/bmap-tools/Makefile
index 7f1033d52aa..97f1e40948c 100644
--- a/archivers/bmap-tools/Makefile
+++ b/archivers/bmap-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/03 14:02:23 jakllsch Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/03 14:38:03 wiz Exp $
DISTNAME= bmap-tools-3.2
CATEGORIES= archivers sysutils
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+PYTHON_VERSIONS_ACCEPTED= 27 # not ready as of 3.2
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/bmap-tools/PLIST b/archivers/bmap-tools/PLIST
index bca76bd7050..7ddda260d98 100644
--- a/archivers/bmap-tools/PLIST
+++ b/archivers/bmap-tools/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/08 18:39:35 jakllsch Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/06/03 14:38:03 wiz Exp $
bin/bmaptool
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/bmaptools/BmapCopy.py
${PYSITELIB}/bmaptools/BmapCopy.pyc
${PYSITELIB}/bmaptools/BmapCopy.pyo