pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-bitarray



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 21 06:13:59 UTC 2023

Modified Files:
        pkgsrc/devel/py-bitarray: Makefile distinfo

Log Message:
py-bitarray: updated to 2.7.3

2.7.3:
* fix popcount64 name conflict on NetBSD
* even though PyPy is not actively supported, allow running tests for
  PyPy 3.7 and 3.8
* allow running `python setup.py test`
* add official Python 3.12 support
* simplify count functionality in util module
* retire `bitcount_lookup[256]` table
* improve `util.count_n()` error messages
* avoid `util` module tests from being run more than once in each
  call to `bitarray.test()` when called multiple times in the same
  Python process
* improve testing


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-bitarray/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-bitarray/distinfo

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-bitarray/Makefile
diff -u pkgsrc/devel/py-bitarray/Makefile:1.26 pkgsrc/devel/py-bitarray/Makefile:1.27
--- pkgsrc/devel/py-bitarray/Makefile:1.26      Mon Feb 20 18:10:50 2023
+++ pkgsrc/devel/py-bitarray/Makefile   Tue Feb 21 06:13:59 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2023/02/20 18:10:50 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/02/21 06:13:59 adam Exp $
 
-DISTNAME=      bitarray-2.7.2
+DISTNAME=      bitarray-2.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bitarray/}
 
@@ -11,15 +10,6 @@ HOMEPAGE=    https://github.com/ilanschnell
 COMMENT=       Efficient arrays of booleans
 LICENSE=       python-software-foundation
 
-# https://github.com/ilanschnell/bitarray/issues/189
-SUBST_CLASSES+=                pop
-SUBST_SED.pop+=                -e 's,popcount64,my_popcount64,'
-SUBST_FILES.pop+=      bitarray/_bitarray.c
-SUBST_FILES.pop+=      bitarray/_util.c
-SUBST_FILES.pop+=      bitarray/bitarray.h
-SUBST_MESSAGE.pop=     Fix conflict with NetBSD's popcount.
-SUBST_STAGE.pop=       pre-configure
-
 DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
 
 do-test:

Index: pkgsrc/devel/py-bitarray/distinfo
diff -u pkgsrc/devel/py-bitarray/distinfo:1.25 pkgsrc/devel/py-bitarray/distinfo:1.26
--- pkgsrc/devel/py-bitarray/distinfo:1.25      Mon Feb 13 10:44:14 2023
+++ pkgsrc/devel/py-bitarray/distinfo   Tue Feb 21 06:13:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/02/13 10:44:14 adam Exp $
+$NetBSD: distinfo,v 1.26 2023/02/21 06:13:59 adam Exp $
 
-BLAKE2s (bitarray-2.7.2.tar.gz) = 8b4bc6cde056e12ec9cb98a6705237ef433e8341354e9e6ad5cfc16004fb4ddb
-SHA512 (bitarray-2.7.2.tar.gz) = 42bf4d43fefcf5d8500a004c83261b533c2e4ed486c3fa79256b99b8a0ce00873357621edf9270ce2c7ec704242ca96226e33285d9620f01aa5175d5d7cba00c
-Size (bitarray-2.7.2.tar.gz) = 121846 bytes
+BLAKE2s (bitarray-2.7.3.tar.gz) = 60b0eb2991b92802a247a7690b9b164e8443fde0c4576bd56830513ce12cdcbb
+SHA512 (bitarray-2.7.3.tar.gz) = 4ace2bfe78e06723bedbc263c7b2b163bbc5c35bde84f286390cbfffc8c513bbd4a4f5f775e6d0a863ded7b24cb555c7784e7dd067c3b9125abd8d62863ac684
+Size (bitarray-2.7.3.tar.gz) = 123574 bytes



Home | Main Index | Thread Index | Old Index