pkgsrc-WIP-changes archive

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

py-regress: fix PLIST for latest py-maturin



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Aug 31 10:54:51 2024 +0200
Changeset:	ae3052cb9d6d6cecc62c596428d8bc7b749d6687

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

Log Message:
py-regress: fix PLIST for latest py-maturin

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

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

diffstat:
 py-regress/Makefile | 2 --
 py-regress/PLIST    | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/py-regress/Makefile b/py-regress/Makefile
index 105672c65e..e04e042c3c 100644
--- a/py-regress/Makefile
+++ b/py-regress/Makefile
@@ -14,8 +14,6 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-maturin>=1:../../devel/py-maturin
 
 MAKE_ENV+=	CARGO_NET_OFFLINE=true
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 # Only for Python 3
-
 .include "cargo-depends.mk"
 
 .include "../../lang/python/wheel.mk"
diff --git a/py-regress/PLIST b/py-regress/PLIST
index 42279c9f66..5171c5a332 100644
--- a/py-regress/PLIST
+++ b/py-regress/PLIST
@@ -2,7 +2,7 @@
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/regress/__init__.py
 ${PYSITELIB}/regress/__init__.pyc
 ${PYSITELIB}/regress/__init__.pyi


Home | Main Index | Thread Index | Old Index