Skip to content

Commit

Permalink
py-bumpver: update to 2023.1129.
Browse files Browse the repository at this point in the history
## BumpVer 2023.1129

- Fix [#224][gh_i224]: Add `--environ` so it emits `0` values. Depricate `-e/--env`.
- Add [#223][gh_pr223]: Add support for `.bumpver.toml`
0-wiz-0 committed Nov 4, 2023
1 parent b23ea69 commit a5eeedd
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions devel/py-bumpver/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/08/24 19:42:13 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/11/04 16:09:49 wiz Exp $

DISTNAME= bumpver-2023.1126
DISTNAME= bumpver-2023.1129
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bumpver/}
@@ -10,13 +10,14 @@ HOMEPAGE= https://github.com/mbarkhau/bumpver
COMMENT= Bump version numbers in project files
LICENSE= mit

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-lib3to6>=0:../../devel/py-lib3to6
DEPENDS+= ${PYPKGPREFIX}-click>=0:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-lexid>=0:../../devel/py-lexid
DEPENDS+= ${PYPKGPREFIX}-looseversion>=0:../../devel/py-looseversion
DEPENDS+= ${PYPKGPREFIX}-pathlib2>=0:../../devel/py-pathlib2
DEPENDS+= ${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial>=0:../../devel/py-mercurial

@@ -27,8 +28,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} bumpver bumpver-${PYVERSSUFFIX} || ${TRUE}

do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}

.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
# for tests
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"
16 changes: 8 additions & 8 deletions devel/py-bumpver/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@comment $NetBSD: PLIST,v 1.3 2023/08/24 19:42:13 wiz Exp $
@comment $NetBSD: PLIST,v 1.4 2023/11/04 16:09:49 wiz Exp $
bin/bumpver-${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}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/bumpver/__init__.py
${PYSITELIB}/bumpver/__init__.pyc
${PYSITELIB}/bumpver/__init__.pyo
8 changes: 4 additions & 4 deletions devel/py-bumpver/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/08/24 19:42:13 wiz Exp $
$NetBSD: distinfo,v 1.3 2023/11/04 16:09:49 wiz Exp $

BLAKE2s (bumpver-2023.1126.tar.gz) = e024fea52eb86c042bb098cd911e24d9946559961d2054c49c86adacba93853f
SHA512 (bumpver-2023.1126.tar.gz) = f53659c7ad60cd7983ea1b7786a8b6cbc623d68527978431d38b2a901483d2b0ed5a8eb55f0c28dfb7cf9bb0ba4822475a41ee55b704fc23d4c09625c8b3f649
Size (bumpver-2023.1126.tar.gz) = 109631 bytes
BLAKE2s (bumpver-2023.1129.tar.gz) = c2fbfb0aedfc3efcffada421045c23945a3185e584c24539b46f025e4e40f9dc
SHA512 (bumpver-2023.1129.tar.gz) = 3bc8883240be2e4646130f62a1afabc27da7792e10616f6b24703b61828607841721451268fb0c06557bc822d563d799fa628e4665fa7d033aeec88bdccd3906
Size (bumpver-2023.1129.tar.gz) = 110275 bytes

0 comments on commit a5eeedd

Please sign in to comment.