pkgsrc-WIP-changes archive

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

py-HeapDict: Fix Makefile Dependencies



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Nov 19 15:12:41 2023 -0800
Changeset:	d2e1abe0618251b0fd4e9f4e79d3240400e9ee9f

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

Log Message:
py-HeapDict: Fix Makefile Dependencies

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

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

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

diffs:
diff --git a/py-HeapDict/Makefile b/py-HeapDict/Makefile
index 412a8edc58..f3945679eb 100644
--- a/py-HeapDict/Makefile
+++ b/py-HeapDict/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	HeapDict-1.0.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=h/heapdict/}
-
+PKGREVISION=	1
 
 MAINTAINER=	matthewd%fastmail.us@localhost
 HOMEPAGE=	https://github.com/DanielStutzbach/heapdict
@@ -13,7 +13,8 @@ LICENSE=	modified-bsd
 
 USE_LANGUAGES=	# none
 
-TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 do-test:
diff --git a/py-HeapDict/PLIST b/py-HeapDict/PLIST
index c013f78b99..b38728e951 100644
--- a/py-HeapDict/PLIST
+++ b/py-HeapDict/PLIST
@@ -1,12 +1,10 @@
 @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}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/heapdict.py
 ${PYSITELIB}/heapdict.pyc
+${PYSITELIB}/heapdict.pyo


Home | Main Index | Thread Index | Old Index