Skip to content

Commit

Permalink
devel/py-intbitset: Update to 3.0.2
Browse files Browse the repository at this point in the history
Changelog:

* Support Python 3.11
* Regenerate C code accordingly
* Drop support for Python 3.6
  • Loading branch information
knobix committed Feb 26, 2023
1 parent 407262b commit fe22cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/py-intbitset/Makefile
@@ -1,5 +1,5 @@
PORTNAME= intbitset
DISTVERSION= 3.0.1
DISTVERSION= 3.0.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,7 @@ WWW= https://github.com/inveniosoftware/intbitset/
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6-3.10
USES= python:3.7+
USE_PYTHON= autoplist cython distutils pytest

TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-intbitset/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1671454308
SHA256 (intbitset-3.0.1.tar.gz) = f1e6d03c6729922a223c51849df65b9e916e625aefb911784e7f9acd4c207d53
SIZE (intbitset-3.0.1.tar.gz) = 151831
TIMESTAMP = 1677411300
SHA256 (intbitset-3.0.2.tar.gz) = a300b2d5a4989857ff1d0c3971624766a89a751e315aa080c07865031ae637a7
SIZE (intbitset-3.0.2.tar.gz) = 152351

0 comments on commit fe22cab

Please sign in to comment.