diff options
Diffstat (limited to 'devel/py-poetry-plugin-bundle')
-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 |
3 files changed, 27 insertions, 0 deletions
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. |