pkgsrc-WIP-changes archive

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

py-schema: fix PLIST for latest setuptools and depend on it



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 23 08:03:51 2026 +0200
Changeset:	dfe4569ed127076ae10b1c346e13113521b11584

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

Log Message:
py-schema: fix PLIST for latest setuptools and depend on it

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

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

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

diffs:
diff --git a/py-schema/Makefile b/py-schema/Makefile
index b1b2a774c4..453c9be35d 100644
--- a/py-schema/Makefile
+++ b/py-schema/Makefile
@@ -12,9 +12,7 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=83:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 .include "../../lang/python/wheel.mk"
diff --git a/py-schema/PLIST b/py-schema/PLIST
index df9ad8a6ad..1c1541789b 100644
--- a/py-schema/PLIST
+++ b/py-schema/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-MIT
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-MIT
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/schema.py
 ${PYSITELIB}/schema.pyc


Home | Main Index | Thread Index | Old Index