Skip to content

Commit

Permalink
devel/py-boltons: Update to 24.0.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/mahmoud/boltons/releases
  • Loading branch information
sunpoet committed Apr 5, 2024
1 parent 2b135c2 commit e118960
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions devel/py-boltons/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= boltons
PORTVERSION= 23.1.1
PORTVERSION= 24.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,10 +12,12 @@ WWW= https://boltons.readthedocs.io/en/latest/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-boltons/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1699774610
SHA256 (boltons-23.1.1.tar.gz) = d2cb2fa83cf2ebe791be1e284183e8a43a1031355156a968f8e0a333ad2448fc
SIZE (boltons-23.1.1.tar.gz) = 244629
TIMESTAMP = 1712084486
SHA256 (boltons-24.0.0.tar.gz) = 7153feccaea1ff2e1472f68d4b57fadb796a2ee49d29f638f1c9cd8fb5ebd916
SIZE (boltons-24.0.0.tar.gz) = 239550

0 comments on commit e118960

Please sign in to comment.