pkgsrc-WIP-changes archive

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

py-cramjam: Use WHEELNAME to undo recent PLIST updates.



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon May 23 12:24:57 2022 -0700
Changeset:	1fa84358303ba916ff60100ae435c6b28b68227e

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

Log Message:
py-cramjam: Use WHEELNAME to undo recent PLIST updates.

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

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

diffstat:
 py-cramjam/Makefile |  5 +++--
 py-cramjam/PLIST    | 12 ++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-cramjam/Makefile b/py-cramjam/Makefile
index 17304a8207..a00e576a64 100644
--- a/py-cramjam/Makefile
+++ b/py-cramjam/Makefile
@@ -1,10 +1,11 @@
 # $NetBSD$
 
-VERSION=	2.5.0.post3
+VERSION=		2.5.0.post3
 PKGVERSION_NOREV=	${VERSION}
 GITHUB_TAG=		v${PKGVERSION_NOREV}
 DISTNAME=		pyrus-cramjam-${VERSION}
 PKGNAME=		${PYPKGPREFIX}-cramjam-${VERSION}
+WHEEL_NAME=		cramjam-2.5.0
 GITHUB_PROJECT=		pyrus-cramjam
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=milesgranger/}
@@ -30,7 +31,7 @@ do-build:
 do-test:
 	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s tests
 
-WHEELFILE= ${WRKSRC}/target/wheels/*.whl
+WHEELFILE=		${WRKSRC}/target/wheels/*.whl
 
 .include "../../lang/rust/cargo.mk"
 .include "../../lang/python/wheel.mk"
diff --git a/py-cramjam/PLIST b/py-cramjam/PLIST
index 5ae826ce96..0acda69542 100644
--- a/py-cramjam/PLIST
+++ b/py-cramjam/PLIST
@@ -1,10 +1,10 @@
 @comment $NetBSD$
-${PYSITELIB}/cramjam-2.5.0.dist-info/INSTALLER
-${PYSITELIB}/cramjam-2.5.0.dist-info/METADATA
-${PYSITELIB}/cramjam-2.5.0.dist-info/RECORD
-${PYSITELIB}/cramjam-2.5.0.dist-info/REQUESTED
-${PYSITELIB}/cramjam-2.5.0.dist-info/WHEEL
-${PYSITELIB}/cramjam-2.5.0.dist-info/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/cramjam/__init__.py
 ${PYSITELIB}/cramjam/__init__.pyc
 ${PYSITELIB}/cramjam/cramjam.so


Home | Main Index | Thread Index | Old Index