git: 09b063db917c - main - devel/py-poetry-dynamic-versioning: Add py-poetry-dynamic-versioning 0.17.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:14:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=09b063db917cb44c8ecee9930532679d4017f914 commit 09b063db917cb44c8ecee9930532679d4017f914 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:07:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:07:43 +0000 devel/py-poetry-dynamic-versioning: Add py-poetry-dynamic-versioning 0.17.1 This is a plugin for Poetry to enable dynamic versioning based on tags in your version control system, powered by Dunamai. Many different version control systems are supported, including Git and Mercurial; please refer to the Dunamai page for the full list (and minimum supported version where applicable). WWW: https://github.com/mtkennerly/poetry-dynamic-versioning --- devel/Makefile | 1 + devel/py-poetry-dynamic-versioning/Makefile | 24 ++++++++++++++++++++++++ devel/py-poetry-dynamic-versioning/distinfo | 3 +++ devel/py-poetry-dynamic-versioning/pkg-descr | 6 ++++++ 4 files changed, 34 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 3a8e3df0dd38..7a267474c9d6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4982,6 +4982,7 @@ SUBDIR += py-pockets SUBDIR += py-podcastparser SUBDIR += py-poetry-core + SUBDIR += py-poetry-dynamic-versioning SUBDIR += py-poetry2setup SUBDIR += py-polib SUBDIR += py-pooch diff --git a/devel/py-poetry-dynamic-versioning/Makefile b/devel/py-poetry-dynamic-versioning/Makefile new file mode 100644 index 000000000000..1a74b037e8c4 --- /dev/null +++ b/devel/py-poetry-dynamic-versioning/Makefile @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= poetry-dynamic-versioning +PORTVERSION= 0.17.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Plugin for Poetry to enable dynamic versioning based on VCS tags + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dunamai>=1.12.0<2.0.0:devel/py-dunamai@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.1<4:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.4:textproc/py-tomlkit@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-poetry-dynamic-versioning/distinfo b/devel/py-poetry-dynamic-versioning/distinfo new file mode 100644 index 000000000000..d97be318b620 --- /dev/null +++ b/devel/py-poetry-dynamic-versioning/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1653151030 +SHA256 (poetry-dynamic-versioning-0.17.1.tar.gz) = 304eec793e8b71e3646b365671464c935626781e92dc029e35b01e8fe8c7530c +SIZE (poetry-dynamic-versioning-0.17.1.tar.gz) = 15817 diff --git a/devel/py-poetry-dynamic-versioning/pkg-descr b/devel/py-poetry-dynamic-versioning/pkg-descr new file mode 100644 index 000000000000..af0efb11c20a --- /dev/null +++ b/devel/py-poetry-dynamic-versioning/pkg-descr @@ -0,0 +1,6 @@ +This is a plugin for Poetry to enable dynamic versioning based on tags in your +version control system, powered by Dunamai. Many different version control +systems are supported, including Git and Mercurial; please refer to the Dunamai +page for the full list (and minimum supported version where applicable). + +WWW: https://github.com/mtkennerly/poetry-dynamic-versioning