Received: by mail.netbsd.org (Postfix, from userid 605) id 56B4384E18; Mon, 28 Sep 2020 23:14:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D138484D57 for ; Mon, 28 Sep 2020 23:14:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HHLkgPX1yqAv for ; Mon, 28 Sep 2020 23:14:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3C5F884D3F for ; Mon, 28 Sep 2020 23:14:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37D3BFB28; Mon, 28 Sep 2020 23:14:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601334887295620" MIME-Version: 1.0 Date: Mon, 28 Sep 2020 23:14:47 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/devel/py-bumpversion To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20200928231447.37D3BFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601334887295620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1601334887295620 Content-Disposition: inline Content-Length: 3187 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1601334887295620--