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: register additional mis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/781473e2820f
branches:  trunk
changeset: 440428:781473e2820f
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Oct 08 17:13:12 2020 +0000

description:
py-bintrees: register additional missing dependencies

This restores building the *.so file submitted in the initial PLIST.

Bump PKGREVISION again.

Thanks wiz@ for the heads up!

diffstat:

 devel/py-bintrees/Makefile |  11 +++++++++--
 devel/py-bintrees/PLIST    |   3 ++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r ef93ed365f52 -r 781473e2820f devel/py-bintrees/Makefile
--- a/devel/py-bintrees/Makefile        Thu Oct 08 16:55:14 2020 +0000
+++ b/devel/py-bintrees/Makefile        Thu Oct 08 17:13:12 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/10/05 21:22:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/08 17:13:12 khorben Exp $
 
 DISTNAME=      bintrees-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bintrees/}
 EXTRACT_SUFX=  .zip
@@ -12,5 +12,12 @@
 COMMENT=       Provides Binary-, RedBlack- and AVL-Trees in Python and Cython
 LICENSE=       modified-bsd
 
+USE_LANGUAGES= c
+
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+
+PYTHON_VERSIONS_ACCEPTED=      37 36
+
+.include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ef93ed365f52 -r 781473e2820f devel/py-bintrees/PLIST
--- a/devel/py-bintrees/PLIST   Thu Oct 08 16:55:14 2020 +0000
+++ b/devel/py-bintrees/PLIST   Thu Oct 08 17:13:12 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/05 21:22:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/10/08 17:13:12 khorben Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,6 +15,7 @@
 ${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