pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-bumpversion: import version 0.5.3
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Fri Sep 18 05:11:33 2020 +0200
Changeset: 7fd11e32734c5898a2b2b92f3a97a4e877d7e140
Modified Files:
Makefile
Added Files:
py-bumpversion/DESCR
py-bumpversion/Makefile
py-bumpversion/PLIST
py-bumpversion/distinfo
Log Message:
py-bumpversion: import version 0.5.3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7fd11e32734c5898a2b2b92f3a97a4e877d7e140
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-bumpversion/DESCR | 8 ++++++++
py-bumpversion/Makefile | 20 ++++++++++++++++++++
py-bumpversion/PLIST | 10 ++++++++++
py-bumpversion/distinfo | 6 ++++++
5 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 0b2d047417..a409a4895b 100644
--- a/Makefile
+++ b/Makefile
@@ -3159,6 +3159,7 @@ SUBDIR+= py-booktype
SUBDIR+= py-brian
SUBDIR+= py-bruce
SUBDIR+= py-bsddb
+SUBDIR+= py-bumpversion
SUBDIR+= py-bxa
SUBDIR+= py-bytecodeassembler
SUBDIR+= py-cachelib
diff --git a/py-bumpversion/DESCR b/py-bumpversion/DESCR
new file mode 100644
index 0000000000..37ac0d3315
--- /dev/null
+++ b/py-bumpversion/DESCR
@@ -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 --git a/py-bumpversion/Makefile b/py-bumpversion/Makefile
new file mode 100644
index 0000000000..4d704071b6
--- /dev/null
+++ b/py-bumpversion/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+GITHUB_PROJECT= bumpversion
+GITHUB_TAG= v0.5.3
+DISTNAME= v0.5.3
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=peritus/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+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
+
+# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bumpversion/PLIST b/py-bumpversion/PLIST
new file mode 100644
index 0000000000..7bce38eaa9
--- /dev/null
+++ b/py-bumpversion/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+bin/bumpversion
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/${PKGNAME}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/bumpversion/__init__.py
+${PYSITELIB}/bumpversion/__init__.pyc
+${PYSITELIB}/bumpversion/__init__.pyo
diff --git a/py-bumpversion/distinfo b/py-bumpversion/distinfo
new file mode 100644
index 0000000000..00f7e59f30
--- /dev/null
+++ b/py-bumpversion/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bumpversion/v0.5.3.tar.gz) = b177c4e7d87cdc0c78f0fd6a19f025fab1f15353
+RMD160 (bumpversion/v0.5.3.tar.gz) = 54d6fc70296507cfa170cc6de63b49013d887d51
+SHA512 (bumpversion/v0.5.3.tar.gz) = 0dd0f508aa24fe79a387422e1c2a5dd2ad1e955c0654e50965f3db313368cc64364776f61c4dbb1331280665bd8479160446ddf30f3c39938b4e359762d91ad0
+Size (bumpversion/v0.5.3.tar.gz) = 25073 bytes
Home |
Main Index |
Thread Index |
Old Index