pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-poetry-dynamic-versioning
Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 12 17:48:51 UTC 2025
Added Files:
        pkgsrc/devel/py-poetry-dynamic-versioning: ALTERNATIVES DESCR Makefile
            PLIST distinfo
Log Message:
devel/py-poetry-dynamic-versioning: import py-poetry-dynamic-versioning-1.9.1
This is a plugin for Poetry 1.2.0+ and Poetry Core 1.0.0 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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-poetry-dynamic-versioning/ALTERNATIVES \
    pkgsrc/devel/py-poetry-dynamic-versioning/DESCR \
    pkgsrc/devel/py-poetry-dynamic-versioning/Makefile \
    pkgsrc/devel/py-poetry-dynamic-versioning/PLIST \
    pkgsrc/devel/py-poetry-dynamic-versioning/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-poetry-dynamic-versioning/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-poetry-dynamic-versioning/ALTERNATIVES:1.1
--- /dev/null   Sun Oct 12 17:48:51 2025
+++ pkgsrc/devel/py-poetry-dynamic-versioning/ALTERNATIVES      Sun Oct 12 17:48:51 2025
@@ -0,0 +1 @@
+bin/bin/poetry-dynamic-versioning @PREFIX@/bin/bin/poetry-dynamic-versioning-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-poetry-dynamic-versioning/DESCR
diff -u /dev/null pkgsrc/devel/py-poetry-dynamic-versioning/DESCR:1.1
--- /dev/null   Sun Oct 12 17:48:51 2025
+++ pkgsrc/devel/py-poetry-dynamic-versioning/DESCR     Sun Oct 12 17:48:51 2025
@@ -0,0 +1,4 @@
+This is a plugin for Poetry 1.2.0+ and Poetry Core 1.0.0 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.
Index: pkgsrc/devel/py-poetry-dynamic-versioning/Makefile
diff -u /dev/null pkgsrc/devel/py-poetry-dynamic-versioning/Makefile:1.1
--- /dev/null   Sun Oct 12 17:48:51 2025
+++ pkgsrc/devel/py-poetry-dynamic-versioning/Makefile  Sun Oct 12 17:48:51 2025
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2025/10/12 17:48:51 wiz Exp $
+
+DISTNAME=      poetry_dynamic_versioning-1.9.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-dynamic-versioning/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mtkennerly/poetry-dynamic-versioning
+COMMENT=       Plugin for Poetry to enable dynamic versioning based on VCS tags
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=1.0:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-dunamai>=1.25.0:../../devel/py-dunamai
+DEPENDS+=      ${PYPKGPREFIX}-tomlkit>=0.4:../../textproc/py-tomlkit
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.11.1:../../textproc/py-jinja2
+TEST_DEPENDS+= ${PYPKGPREFIX}-poetry>=1.2:../../devel/py-poetry
+
+# as of 1.9.1
+# 8 failed, 18 passed, 3 skipped, 18 errors
+
+.if make(test)
+ALLOW_NETWORK_ACCESS=  yes
+.endif
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} poetry-dynamic-versioning poetry-dynamic-versioning-${PYVERSSUFFIX} || ${TRUE}
+
+pre-test:
+       ${LN} -sf ${PREFIX}/bin/poetry-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/poetry
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-poetry-dynamic-versioning/PLIST
diff -u /dev/null pkgsrc/devel/py-poetry-dynamic-versioning/PLIST:1.1
--- /dev/null   Sun Oct 12 17:48:51 2025
+++ pkgsrc/devel/py-poetry-dynamic-versioning/PLIST     Sun Oct 12 17:48:51 2025
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2025/10/12 17:48:51 wiz Exp $
+bin/poetry-dynamic-versioning-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/poetry_dynamic_versioning/__init__.py
+${PYSITELIB}/poetry_dynamic_versioning/__init__.pyc
+${PYSITELIB}/poetry_dynamic_versioning/__init__.pyo
+${PYSITELIB}/poetry_dynamic_versioning/__main__.py
+${PYSITELIB}/poetry_dynamic_versioning/__main__.pyc
+${PYSITELIB}/poetry_dynamic_versioning/__main__.pyo
+${PYSITELIB}/poetry_dynamic_versioning/backend.py
+${PYSITELIB}/poetry_dynamic_versioning/backend.pyc
+${PYSITELIB}/poetry_dynamic_versioning/backend.pyo
+${PYSITELIB}/poetry_dynamic_versioning/cli.py
+${PYSITELIB}/poetry_dynamic_versioning/cli.pyc
+${PYSITELIB}/poetry_dynamic_versioning/cli.pyo
+${PYSITELIB}/poetry_dynamic_versioning/patch.py
+${PYSITELIB}/poetry_dynamic_versioning/patch.pyc
+${PYSITELIB}/poetry_dynamic_versioning/patch.pyo
+${PYSITELIB}/poetry_dynamic_versioning/plugin.py
+${PYSITELIB}/poetry_dynamic_versioning/plugin.pyc
+${PYSITELIB}/poetry_dynamic_versioning/plugin.pyo
Index: pkgsrc/devel/py-poetry-dynamic-versioning/distinfo
diff -u /dev/null pkgsrc/devel/py-poetry-dynamic-versioning/distinfo:1.1
--- /dev/null   Sun Oct 12 17:48:51 2025
+++ pkgsrc/devel/py-poetry-dynamic-versioning/distinfo  Sun Oct 12 17:48:51 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/10/12 17:48:51 wiz Exp $
+
+BLAKE2s (poetry_dynamic_versioning-1.9.1.tar.gz) = 102cc48257c1d718a43793ed6aaac0e96fb4132559cfd7edcd9d833aa3b467eb
+SHA512 (poetry_dynamic_versioning-1.9.1.tar.gz) = 688a6113722bea00c1111e3fa50734eed3cb4406d439a9880ea27637f7518f309893af643eb87a380034103d48f7ca6310c130fe58d5887327bbdf0498db7429
+Size (poetry_dynamic_versioning-1.9.1.tar.gz) = 37200 bytes
Home |
Main Index |
Thread Index |
Old Index