pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pep517
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 14 08:43:06 UTC 2022
Modified Files:
pkgsrc/devel/py-pep517: Makefile PLIST
Log Message:
py-pep517: use correct DEPENDS for Python 3.11
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pep517/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pep517/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pep517/Makefile
diff -u pkgsrc/devel/py-pep517/Makefile:1.10 pkgsrc/devel/py-pep517/Makefile:1.11
--- pkgsrc/devel/py-pep517/Makefile:1.10 Mon Aug 1 07:52:59 2022
+++ pkgsrc/devel/py-pep517/Makefile Mon Nov 14 08:43:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/08/01 07:52:59 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/14 08:43:05 adam Exp $
DISTNAME= pep517-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/pypa/pep517
COMMENT= Wrappers to build Python packages using PEP 517 hooks
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
#TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
@@ -21,9 +20,8 @@ NO_BUILD= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
-DEPENDS+= ${PYPKGPREFIX}-zipp-[0-9]*:../../archivers/py-zipp
+.if ${_PYTHON_VERSION} < 311
+DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
.endif
#do-test:
Index: pkgsrc/devel/py-pep517/PLIST
diff -u pkgsrc/devel/py-pep517/PLIST:1.5 pkgsrc/devel/py-pep517/PLIST:1.6
--- pkgsrc/devel/py-pep517/PLIST:1.5 Mon Aug 1 07:52:59 2022
+++ pkgsrc/devel/py-pep517/PLIST Mon Nov 14 08:43:05 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/08/01 07:52:59 adam Exp $
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
+@comment $NetBSD: PLIST,v 1.6 2022/11/14 08:43:05 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
Home |
Main Index |
Thread Index |
Old Index