pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-bumpversion



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon Sep 28 23:14:47 UTC 2020

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

Log Message:
py-bumpversion: import version 0.5.3

bumpversion is a small command line tool to simplify releasing software by
updating all version strings in your source code by the correct increment. It
also creates commits and tags:

- version formats are highly configurable;
- it works without any VCS, but happily reads tag information from and writes
  commits and tags to Git and Mercurial if available;
- it just handles text files, so it's not specific to any programming language.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-bumpversion/ALTERNATIVES \
    pkgsrc/devel/py-bumpversion/DESCR pkgsrc/devel/py-bumpversion/Makefile \
    pkgsrc/devel/py-bumpversion/PLIST pkgsrc/devel/py-bumpversion/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-bumpversion/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-bumpversion/ALTERNATIVES:1.1
--- /dev/null   Mon Sep 28 23:14:47 2020
+++ pkgsrc/devel/py-bumpversion/ALTERNATIVES    Mon Sep 28 23:14:47 2020
@@ -0,0 +1 @@
+bin/bumpversion @PREFIX@/bin/bumpversion-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-bumpversion/DESCR
diff -u /dev/null pkgsrc/devel/py-bumpversion/DESCR:1.1
--- /dev/null   Mon Sep 28 23:14:47 2020
+++ pkgsrc/devel/py-bumpversion/DESCR   Mon Sep 28 23:14:47 2020
@@ -0,0 +1,8 @@
+bumpversion is a small command line tool to simplify releasing software by
+updating all version strings in your source code by the correct increment. It
+also creates commits and tags:
+
+- version formats are highly configurable;
+- it works without any VCS, but happily reads tag information from and writes
+  commits and tags to Git and Mercurial if available;
+- it just handles text files, so it's not specific to any programming language.
Index: pkgsrc/devel/py-bumpversion/Makefile
diff -u /dev/null pkgsrc/devel/py-bumpversion/Makefile:1.1
--- /dev/null   Mon Sep 28 23:14:47 2020
+++ pkgsrc/devel/py-bumpversion/Makefile        Mon Sep 28 23:14:47 2020
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/09/28 23:14:47 khorben Exp $
+
+DISTNAME=      bumpversion-0.5.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=peritus/}
+GITHUB_PROJECT=        bumpversion
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    khorben%defora.org@localhost
+HOMEPAGE=      https://github.com/peritus/bumpversion
+COMMENT=       Version-bump your software with a single command!
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/bin/bumpversion ${DESTDIR}${PREFIX}/bin/bumpversion-${PYVERSSUFFIX} || ${TRUE}
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-bumpversion/PLIST
diff -u /dev/null pkgsrc/devel/py-bumpversion/PLIST:1.1
--- /dev/null   Mon Sep 28 23:14:47 2020
+++ pkgsrc/devel/py-bumpversion/PLIST   Mon Sep 28 23:14:47 2020
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/28 23:14:47 khorben Exp $
+bin/bumpversion-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/bumpversion/__init__.py
+${PYSITELIB}/bumpversion/__init__.pyc
+${PYSITELIB}/bumpversion/__init__.pyo
Index: pkgsrc/devel/py-bumpversion/distinfo
diff -u /dev/null pkgsrc/devel/py-bumpversion/distinfo:1.1
--- /dev/null   Mon Sep 28 23:14:47 2020
+++ pkgsrc/devel/py-bumpversion/distinfo        Mon Sep 28 23:14:47 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/28 23:14:47 khorben Exp $
+
+SHA1 (bumpversion-0.5.3.tar.gz) = b177c4e7d87cdc0c78f0fd6a19f025fab1f15353
+RMD160 (bumpversion-0.5.3.tar.gz) = 54d6fc70296507cfa170cc6de63b49013d887d51
+SHA512 (bumpversion-0.5.3.tar.gz) = 0dd0f508aa24fe79a387422e1c2a5dd2ad1e955c0654e50965f3db313368cc64364776f61c4dbb1331280665bd8479160446ddf30f3c39938b4e359762d91ad0
+Size (bumpversion-0.5.3.tar.gz) = 25073 bytes



Home | Main Index | Thread Index | Old Index