Date: Wed, 25 Sep 2024 18:25:13 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1c53d3fe5eba - main - devel/py-jaraco.envs: Add py-jaraco.envs 2.6.0 Message-ID: <202409251825.48PIPDga065817@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c53d3fe5eba87d25928e42fab70d541ef525a86 commit 1c53d3fe5eba87d25928e42fab70d541ef525a86 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 17:47:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 18:21:52 +0000 devel/py-jaraco.envs: Add py-jaraco.envs 2.6.0 This library provides the classes for orchestrating Python (virtual) environments. --- devel/Makefile | 1 + devel/py-jaraco.envs/Makefile | 23 +++++++++++++++++++++++ devel/py-jaraco.envs/distinfo | 3 +++ devel/py-jaraco.envs/pkg-descr | 2 ++ 4 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 87023f0ea949..26f509ecfe7a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5019,6 +5019,7 @@ SUBDIR += py-jaraco.collections SUBDIR += py-jaraco.context SUBDIR += py-jaraco.env + SUBDIR += py-jaraco.envs SUBDIR += py-jaraco.functools SUBDIR += py-jaraco.itertools SUBDIR += py-jaraco.logging diff --git a/devel/py-jaraco.envs/Makefile b/devel/py-jaraco.envs/Makefile new file mode 100644 index 000000000000..43ae2c70abd8 --- /dev/null +++ b/devel/py-jaraco.envs/Makefile @@ -0,0 +1,23 @@ +PORTNAME= jaraco.envs +PORTVERSION= 2.6.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Classes for orchestrating Python (virtual) environments +WWW= https://github.com/jaraco/jaraco.envs + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-jaraco.envs/distinfo b/devel/py-jaraco.envs/distinfo new file mode 100644 index 000000000000..b6b223999610 --- /dev/null +++ b/devel/py-jaraco.envs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1727260371 +SHA256 (jaraco.envs-2.6.0.tar.gz) = 809195c406640db256ee01eebf4f6a369dd85759d8178c3921704308dd0360f5 +SIZE (jaraco.envs-2.6.0.tar.gz) = 8028 diff --git a/devel/py-jaraco.envs/pkg-descr b/devel/py-jaraco.envs/pkg-descr new file mode 100644 index 000000000000..98414e3d8f9e --- /dev/null +++ b/devel/py-jaraco.envs/pkg-descr @@ -0,0 +1,2 @@ +This library provides the classes for orchestrating Python (virtual) +environments.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409251825.48PIPDga065817>