pkgsrc-WIP-changes archive

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

py-cityhash: update PLIST for wheel changes



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Nov 18 05:25:37 2023 -0800
Changeset:	b8e8be0d82d8312a6018a64fe7c93686056b927e

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

Log Message:
py-cityhash: update PLIST for wheel changes

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

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

diffstat:
 py-cityhash/Makefile | 5 ++++-
 py-cityhash/PLIST    | 3 ---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-cityhash/Makefile b/py-cityhash/Makefile
index 4714a48aa7..91f1779fd2 100644
--- a/py-cityhash/Makefile
+++ b/py-cityhash/Makefile
@@ -10,11 +10,14 @@ MAINTAINER=	matthewd%fastmail.us@localhost
 HOMEPAGE=	https://github.com/escherba/cityhash
 COMMENT=	Python wrapper for FarmHash and CityHash
 LICENSE=	modified-bsd
+PKGREVISION=	1
 
 WRKSRC=	${WRKDIR}/python-${DISTNAME}
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.41:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68:../../devel/py-setuptools
 DEPENDS+=	cityhash-[0-9]*:../../textproc/cityhash
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.36.2:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 TEST_ENV+=	PYTHONPATH=${WRKSRC}/src
diff --git a/py-cityhash/PLIST b/py-cityhash/PLIST
index 5404c88982..f26c60e07e 100644
--- a/py-cityhash/PLIST
+++ b/py-cityhash/PLIST
@@ -1,11 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/cityhash.so
 ${PYSITELIB}/farmhash.so


Home | Main Index | Thread Index | Old Index