diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 03:14:44 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 03:14:44 +0000 |
| commit | a6808eb81d118eb978b899029bc2a3f2b1be5272 (patch) | |
| tree | 8a25729fc459067330e8c7b6771b949f2604253a | |
| parent | 72e50977a616490b7fe634ef32a7a19bd35cd62d (diff) | |
devel/py-poetry-plugin-bundle: Add py-poetry-plugin-bundle 1.7.0
This package is a plugin that allows the bundling of Poetry projects into
various formats.
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-poetry-plugin-bundle/Makefile | 22 | ||||
| -rw-r--r-- | devel/py-poetry-plugin-bundle/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-poetry-plugin-bundle/pkg-descr | 2 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e39e0606d2b5..893a3578c9e5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5483,6 +5483,7 @@ SUBDIR += py-poetry SUBDIR += py-poetry-core SUBDIR += py-poetry-dynamic-versioning + SUBDIR += py-poetry-plugin-bundle SUBDIR += py-poetry-plugin-export SUBDIR += py-poetry-semver SUBDIR += py-poetry-types diff --git a/devel/py-poetry-plugin-bundle/Makefile b/devel/py-poetry-plugin-bundle/Makefile new file mode 100644 index 000000000000..6a9db4afb4fb --- /dev/null +++ b/devel/py-poetry-plugin-bundle/Makefile @@ -0,0 +1,22 @@ +PORTNAME= poetry-plugin-bundle +PORTVERSION= 1.7.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= poetry_plugin_bundle-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Poetry plugin to bundle projects into various formats +WWW= https://github.com/python-poetry/poetry-plugin-bundle + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=2.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry>=2.1.0<3.0.0:devel/py-poetry@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-poetry-plugin-bundle/distinfo b/devel/py-poetry-plugin-bundle/distinfo new file mode 100644 index 000000000000..d9bab1aab79e --- /dev/null +++ b/devel/py-poetry-plugin-bundle/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1745936008 +SHA256 (poetry_plugin_bundle-1.7.0.tar.gz) = 85e3b9a5382dc7fcbedaa2415100ddc015d3ac572f471de1fe86baeb609d3355 +SIZE (poetry_plugin_bundle-1.7.0.tar.gz) = 23696 diff --git a/devel/py-poetry-plugin-bundle/pkg-descr b/devel/py-poetry-plugin-bundle/pkg-descr new file mode 100644 index 000000000000..851f72d5b6d5 --- /dev/null +++ b/devel/py-poetry-plugin-bundle/pkg-descr @@ -0,0 +1,2 @@ +This package is a plugin that allows the bundling of Poetry projects into +various formats. |
