pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dunamai



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 12 17:28:58 UTC 2025

Added Files:
        pkgsrc/devel/py-dunamai: DESCR Makefile PLIST distinfo

Log Message:
devel/py-dunamai: import py-dunamai-1.25.0

Dunamai is a Python 3.5+ library and command line tool for producing
dynamic, standards-compliant version strings, derived from tags in
your version control system.  This facilitates uniquely identifying
nightly or per-commit builds in continuous integration and releasing
new versions of your software simply by creating a tag.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-dunamai/DESCR \
    pkgsrc/devel/py-dunamai/Makefile pkgsrc/devel/py-dunamai/PLIST \
    pkgsrc/devel/py-dunamai/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-dunamai/DESCR
diff -u /dev/null pkgsrc/devel/py-dunamai/DESCR:1.1
--- /dev/null   Sun Oct 12 17:28:58 2025
+++ pkgsrc/devel/py-dunamai/DESCR       Sun Oct 12 17:28:58 2025
@@ -0,0 +1,5 @@
+Dunamai is a Python 3.5+ library and command line tool for producing
+dynamic, standards-compliant version strings, derived from tags in
+your version control system.  This facilitates uniquely identifying
+nightly or per-commit builds in continuous integration and releasing
+new versions of your software simply by creating a tag.
Index: pkgsrc/devel/py-dunamai/Makefile
diff -u /dev/null pkgsrc/devel/py-dunamai/Makefile:1.1
--- /dev/null   Sun Oct 12 17:28:58 2025
+++ pkgsrc/devel/py-dunamai/Makefile    Sun Oct 12 17:28:58 2025
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2025/10/12 17:28:58 wiz Exp $
+
+DISTNAME=      dunamai-1.25.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dunamai/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mtkennerly/dunamai
+COMMENT=       Dynamic version generation
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+
+USE_LANGUAGES= # none
+# for testing
+USE_TOOLS+=    git
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-dunamai/PLIST
diff -u /dev/null pkgsrc/devel/py-dunamai/PLIST:1.1
--- /dev/null   Sun Oct 12 17:28:58 2025
+++ pkgsrc/devel/py-dunamai/PLIST       Sun Oct 12 17:28:58 2025
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2025/10/12 17:28:58 wiz Exp $
+bin/dunamai
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/dunamai/__init__.py
+${PYSITELIB}/dunamai/__init__.pyc
+${PYSITELIB}/dunamai/__init__.pyo
+${PYSITELIB}/dunamai/__main__.py
+${PYSITELIB}/dunamai/__main__.pyc
+${PYSITELIB}/dunamai/__main__.pyo
+${PYSITELIB}/dunamai/py.typed
Index: pkgsrc/devel/py-dunamai/distinfo
diff -u /dev/null pkgsrc/devel/py-dunamai/distinfo:1.1
--- /dev/null   Sun Oct 12 17:28:58 2025
+++ pkgsrc/devel/py-dunamai/distinfo    Sun Oct 12 17:28:58 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/10/12 17:28:58 wiz Exp $
+
+BLAKE2s (dunamai-1.25.0.tar.gz) = 6e0c4c59489faca5b706293ff3ee95476568280002ba17c123ef422970af9b8b
+SHA512 (dunamai-1.25.0.tar.gz) = eb234c06f72b0c4942a30e53331c809bbde6af6e2795045b6411818e8e832e0307e706a4caf84ffdfb8c5123b9225fe1df52c857ac0dc1868f0f4edcdb49da29
+Size (dunamai-1.25.0.tar.gz) = 46155 bytes



Home | Main Index | Thread Index | Old Index