pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-bumpversion py-bumpversion: import version 0.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa04a6269566
branches:  trunk
changeset: 439766:aa04a6269566
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Mon Sep 28 23:14:47 2020 +0000

description:
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.

diffstat:

 devel/py-bumpversion/ALTERNATIVES |   1 +
 devel/py-bumpversion/DESCR        |   8 ++++++++
 devel/py-bumpversion/Makefile     |  22 ++++++++++++++++++++++
 devel/py-bumpversion/PLIST        |  10 ++++++++++
 devel/py-bumpversion/distinfo     |   6 ++++++
 5 files changed, 47 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r baf7fa23e24e -r aa04a6269566 devel/py-bumpversion/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bumpversion/ALTERNATIVES Mon Sep 28 23:14:47 2020 +0000
@@ -0,0 +1,1 @@
+bin/bumpversion @PREFIX@/bin/bumpversion-@PYVERSSUFFIX@
diff -r baf7fa23e24e -r aa04a6269566 devel/py-bumpversion/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bumpversion/DESCR        Mon Sep 28 23:14:47 2020 +0000
@@ -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.
diff -r baf7fa23e24e -r aa04a6269566 devel/py-bumpversion/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bumpversion/Makefile     Mon Sep 28 23:14:47 2020 +0000
@@ -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"
diff -r baf7fa23e24e -r aa04a6269566 devel/py-bumpversion/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bumpversion/PLIST        Mon Sep 28 23:14:47 2020 +0000
@@ -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
diff -r baf7fa23e24e -r aa04a6269566 devel/py-bumpversion/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bumpversion/distinfo     Mon Sep 28 23:14:47 2020 +0000
@@ -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