Tue Mar 9 06:00:47 2021 UTC ()
py-bintrees: updated to 2.2.0

v2.2.0:
build c-extensions inplace for testing by github action


(adam)
diff -r1.4 -r1.5 pkgsrc/devel/py-bintrees/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-bintrees/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-bintrees/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-bintrees/Makefile 2020/10/08 21:46:26 1.4
+++ pkgsrc/devel/py-bintrees/Makefile 2021/03/09 06:00:47 1.5
@@ -1,21 +1,19 @@ @@ -1,21 +1,19 @@
1# $NetBSD: Makefile,v 1.4 2020/10/08 21:46:26 khorben Exp $ 1# $NetBSD: Makefile,v 1.5 2021/03/09 06:00:47 adam Exp $
2 2
3DISTNAME= bintrees-2.1.0 3DISTNAME= bintrees-2.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=b/bintrees/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=b/bintrees/}
8EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
9 8
10MAINTAINER= khorben@defora.org 9MAINTAINER= khorben@defora.org
11HOMEPAGE= https://pypi.org/project/bintrees/ 10HOMEPAGE= https://github.com/mozman/bintrees
12COMMENT= Provides Binary-, RedBlack- and AVL-Trees in Python and Cython 11COMMENT= Provides Binary-, RedBlack- and AVL-Trees in Python and Cython
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15USE_LANGUAGES= c 14DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
16 15
17PYTHON_VERSIONS_INCOMPATIBLE= 27 16PYTHON_VERSIONS_INCOMPATIBLE= 27
18 17
19.include "../../devel/py-cython/buildlink3.mk" 
20.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-bintrees/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-bintrees/distinfo 2020/09/29 02:19:06 1.1
+++ pkgsrc/devel/py-bintrees/distinfo 2021/03/09 06:00:47 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2020/09/29 02:19:06 khorben Exp $ 1$NetBSD: distinfo,v 1.2 2021/03/09 06:00:47 adam Exp $
2 2
3SHA1 (bintrees-2.1.0.zip) = 5eedbe2848114c787daac2647806cffddc54abd5 3SHA1 (bintrees-2.2.0.zip) = 43085fb5f24ec5f61d216a701fcecfe28147181c
4RMD160 (bintrees-2.1.0.zip) = 533a75a01a8329949b3b914228379b431ca4e810 4RMD160 (bintrees-2.2.0.zip) = 1522a48cbc2d36238c4355d0abb57d117f39a29d
5SHA512 (bintrees-2.1.0.zip) = 56d83e826992915c4085d76daa767e033a221ff346cac307c0a820d692d85e503517f1c339deccf315d0985ff6b4a8ebd139c173d054802586a9b68a7783bc01 5SHA512 (bintrees-2.2.0.zip) = 897109b658354c91c0a04cb79d928048c787a4f63b70b557390ea7898fdb63bf6742c52891f1b2c2d6cc170f0e89e0269c8904cc958532e7295aba9d42cbf764
6Size (bintrees-2.1.0.zip) = 107829 bytes 6Size (bintrees-2.2.0.zip) = 108273 bytes