pkgsrc-WIP-changes archive

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

py-bumpversion: correct PKGNAME



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Sep 18 05:18:14 2020 +0200
Changeset:	47ef1fb8dd26281e91e6eee5dab8689c0eaa20e2

Modified Files:
	py-bumpversion/Makefile
	py-bumpversion/PLIST

Log Message:
py-bumpversion: correct PKGNAME

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=47ef1fb8dd26281e91e6eee5dab8689c0eaa20e2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-bumpversion/Makefile |  2 +-
 py-bumpversion/PLIST    | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-bumpversion/Makefile b/py-bumpversion/Makefile
index 4d704071b6..997d61a07f 100644
--- a/py-bumpversion/Makefile
+++ b/py-bumpversion/Makefile
@@ -3,7 +3,7 @@
 GITHUB_PROJECT=	bumpversion
 GITHUB_TAG=	v0.5.3
 DISTNAME=	v0.5.3
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+PKGNAME=	${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=peritus/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
diff --git a/py-bumpversion/PLIST b/py-bumpversion/PLIST
index 7bce38eaa9..dd08dfbc7e 100644
--- a/py-bumpversion/PLIST
+++ b/py-bumpversion/PLIST
@@ -1,10 +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-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/bumpversion-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/bumpversion-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/bumpversion-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/bumpversion-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
 ${PYSITELIB}/bumpversion/__init__.py
 ${PYSITELIB}/bumpversion/__init__.pyc
 ${PYSITELIB}/bumpversion/__init__.pyo


Home | Main Index | Thread Index | Old Index