pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-bintrees



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Oct  8 17:13:12 UTC 2020

Modified Files:
        pkgsrc/devel/py-bintrees: Makefile PLIST

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-bintrees/Makefile \
    pkgsrc/devel/py-bintrees/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-bintrees/Makefile
diff -u pkgsrc/devel/py-bintrees/Makefile:1.2 pkgsrc/devel/py-bintrees/Makefile:1.3
--- pkgsrc/devel/py-bintrees/Makefile:1.2       Mon Oct  5 21:22:39 2020
+++ pkgsrc/devel/py-bintrees/Makefile   Thu Oct  8 17:13:12 2020
@@ -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 @@ HOMEPAGE=    https://pypi.org/project/bintr
 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"
Index: pkgsrc/devel/py-bintrees/PLIST
diff -u pkgsrc/devel/py-bintrees/PLIST:1.2 pkgsrc/devel/py-bintrees/PLIST:1.3
--- pkgsrc/devel/py-bintrees/PLIST:1.2  Mon Oct  5 21:22:39 2020
+++ pkgsrc/devel/py-bintrees/PLIST      Thu Oct  8 17:13:12 2020
@@ -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/avltree.pyo
 ${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