git: be10e69deefb - main - devel/py-iteration-utilities: Update to 0.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:01:10 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be10e69deefb76f9353b5758ec3d0e1f385f908e
commit be10e69deefb76f9353b5758ec3d0e1f385f908e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 15:18:46 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 15:59:47 +0000
devel/py-iteration-utilities: Update to 0.12.0
- Update WWW
- Convert to USE_PYTHON=pep517
Changes: https://github.com/MSeifert04/iteration_utilities/releases
https://iteration-utilities.readthedocs.io/en/latest/CHANGES.html
---
devel/py-iteration-utilities/Makefile | 10 +++++++---
devel/py-iteration-utilities/distinfo | 6 +++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/devel/py-iteration-utilities/Makefile b/devel/py-iteration-utilities/Makefile
index 054d413cc17c..b93c29b07a8a 100644
--- a/devel/py-iteration-utilities/Makefile
+++ b/devel/py-iteration-utilities/Makefile
@@ -1,5 +1,5 @@
PORTNAME= iteration-utilities
-PORTVERSION= 0.11.0
+PORTVERSION= 0.12.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -7,13 +7,17 @@ DISTNAME= iteration_utilities-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utilities based on Pythons iterators and generators
-WWW= https://github.com/MSeifert04/iteration_utilities
+WWW= https://iteration-utilities.readthedocs.io/en/latest/ \
+ https://github.com/MSeifert04/iteration_utilities
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
diff --git a/devel/py-iteration-utilities/distinfo b/devel/py-iteration-utilities/distinfo
index e7fadbbd8d7e..e2dbfd80ac28 100644
--- a/devel/py-iteration-utilities/distinfo
+++ b/devel/py-iteration-utilities/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653151026
-SHA256 (iteration_utilities-0.11.0.tar.gz) = f91f41a2549e9a7e40ff5460fdf9033b6ee5b305d9be77943b63a554534c2a77
-SIZE (iteration_utilities-0.11.0.tar.gz) = 124171
+TIMESTAMP = 1697463098
+SHA256 (iteration_utilities-0.12.0.tar.gz) = cb5c6452a7f1cc7b1385cf94a892cae26dd321d9b97f11d5965ebf2466f6bb4c
+SIZE (iteration_utilities-0.12.0.tar.gz) = 155708