diff options
Diffstat (limited to 'devel/py-bitstring')
-rw-r--r-- | devel/py-bitstring/Makefile | 5 | ||||
-rw-r--r-- | devel/py-bitstring/distinfo | 6 | ||||
-rw-r--r-- | devel/py-bitstring/files/patch-pyproject.toml | 11 |
3 files changed, 5 insertions, 17 deletions
diff --git a/devel/py-bitstring/Makefile b/devel/py-bitstring/Makefile index 46ef2a022647..28bf9d27b434 100644 --- a/devel/py-bitstring/Makefile +++ b/devel/py-bitstring/Makefile @@ -1,6 +1,5 @@ PORTNAME= bitstring -PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTVERSION= 4.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ USES= python USE_PYTHON= autoplist concurrent pep517 DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= PKG-INFO README.md release_notes.txt +PORTDOCS= PKG-INFO README.md release_notes.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} diff --git a/devel/py-bitstring/distinfo b/devel/py-bitstring/distinfo index 53f8c39efe40..71def4b573b7 100644 --- a/devel/py-bitstring/distinfo +++ b/devel/py-bitstring/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719264861 -SHA256 (bitstring-4.1.0.tar.gz) = b1672fb31721dbb6c809e76a3a19ac76a608e1f8fcacce9349ae2b72b1917b20 -SIZE (bitstring-4.1.0.tar.gz) = 227045 +TIMESTAMP = 1747679082 +SHA256 (bitstring-4.3.1.tar.gz) = a08bc09d3857216d4c0f412a1611056f1cc2b64fd254fb1e8a0afba7cfa1a95a +SIZE (bitstring-4.3.1.tar.gz) = 251426 diff --git a/devel/py-bitstring/files/patch-pyproject.toml b/devel/py-bitstring/files/patch-pyproject.toml deleted file mode 100644 index 60439715b8c9..000000000000 --- a/devel/py-bitstring/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2023-08-17 13:50:39 UTC -+++ pyproject.toml -@@ -26,7 +26,7 @@ dependencies = [ - ] - keywords = ["binary", "bitarray", "bitvector"] - dependencies = [ -- "bitarray == 2.8.0", -+ "bitarray >= 2.8.0", - ] - - [project.urls] |