pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-bintrees py-bintrees: use egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/1355858725b6
branches: trunk
changeset: 440294:1355858725b6
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 05 21:22:39 2020 +0000
description:
py-bintrees: use egg.mk
Previously, this had a missing build dependency.
Now this does not install the *.so file listed in the PLIST, so perhaps
there are more optional dependencies. khorben@?
Bump PKGREVISION to be on the safe side.
diffstat:
devel/py-bintrees/Makefile | 5 +++--
devel/py-bintrees/PLIST | 11 +++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 9a1eb9cdeb2e -r 1355858725b6 devel/py-bintrees/Makefile
--- a/devel/py-bintrees/Makefile Mon Oct 05 21:21:36 2020 +0000
+++ b/devel/py-bintrees/Makefile Mon Oct 05 21:22:39 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 02:19:06 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/05 21:22:39 wiz Exp $
DISTNAME= bintrees-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bintrees/}
EXTRACT_SUFX= .zip
@@ -11,5 +12,5 @@
COMMENT= Provides Binary-, RedBlack- and AVL-Trees in Python and Cython
LICENSE= modified-bsd
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 9a1eb9cdeb2e -r 1355858725b6 devel/py-bintrees/PLIST
--- a/devel/py-bintrees/PLIST Mon Oct 05 21:21:36 2020 +0000
+++ b/devel/py-bintrees/PLIST Mon Oct 05 21:22:39 2020 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/29 02:19:06 khorben Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2020/10/05 21:22:39 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/bintrees/__init__.py
${PYSITELIB}/bintrees/__init__.pyc
${PYSITELIB}/bintrees/__init__.pyo
@@ -15,7 +15,6 @@
${PYSITELIB}/bintrees/bintree.py
${PYSITELIB}/bintrees/bintree.pyc
${PYSITELIB}/bintrees/bintree.pyo
-${PYSITELIB}/bintrees/cython_trees.so
${PYSITELIB}/bintrees/rbtree.py
${PYSITELIB}/bintrees/rbtree.pyc
${PYSITELIB}/bintrees/rbtree.pyo
Home |
Main Index |
Thread Index |
Old Index