git: 921d64f8eecb - main - devel/py-iteration-utilities: Add py-iteration-utilities 0.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:14:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=921d64f8eecb69b076c30186a7e1cb2790bd49fa commit 921d64f8eecb69b076c30186a7e1cb2790bd49fa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:07:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:07:40 +0000 devel/py-iteration-utilities: Add py-iteration-utilities 0.11.0 Utilities based on Pythons iterators and generators. WWW: https://github.com/MSeifert04/iteration_utilities --- devel/Makefile | 1 + devel/py-iteration-utilities/Makefile | 22 ++++++++++++++++++++++ devel/py-iteration-utilities/distinfo | 3 +++ devel/py-iteration-utilities/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index aed9915fe34e..bc78679fdd0f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4682,6 +4682,7 @@ SUBDIR += py-itanium_demangler SUBDIR += py-itemadapter SUBDIR += py-itemloaders + SUBDIR += py-iteration-utilities SUBDIR += py-itypes SUBDIR += py-jaraco SUBDIR += py-jaraco.classes diff --git a/devel/py-iteration-utilities/Makefile b/devel/py-iteration-utilities/Makefile new file mode 100644 index 000000000000..62ef87c43388 --- /dev/null +++ b/devel/py-iteration-utilities/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= iteration-utilities +PORTVERSION= 0.11.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= iteration_utilities-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Utilities based on Pythons iterators and generators + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + +.include <bsd.port.mk> diff --git a/devel/py-iteration-utilities/distinfo b/devel/py-iteration-utilities/distinfo new file mode 100644 index 000000000000..e7fadbbd8d7e --- /dev/null +++ b/devel/py-iteration-utilities/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1653151026 +SHA256 (iteration_utilities-0.11.0.tar.gz) = f91f41a2549e9a7e40ff5460fdf9033b6ee5b305d9be77943b63a554534c2a77 +SIZE (iteration_utilities-0.11.0.tar.gz) = 124171 diff --git a/devel/py-iteration-utilities/pkg-descr b/devel/py-iteration-utilities/pkg-descr new file mode 100644 index 000000000000..04b83122067e --- /dev/null +++ b/devel/py-iteration-utilities/pkg-descr @@ -0,0 +1,3 @@ +Utilities based on Pythons iterators and generators. + +WWW: https://github.com/MSeifert04/iteration_utilities