pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-zipp1
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 27 08:44:11 UTC 2022
Modified Files:
pkgsrc/archivers/py-zipp1: Makefile
Log Message:
py-zipp1: restrict to python 2.7 since that's what we have the package for
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-zipp1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/py-zipp1/Makefile
diff -u pkgsrc/archivers/py-zipp1/Makefile:1.6 pkgsrc/archivers/py-zipp1/Makefile:1.7
--- pkgsrc/archivers/py-zipp1/Makefile:1.6 Thu Jan 13 19:31:20 2022
+++ pkgsrc/archivers/py-zipp1/Makefile Thu Jan 27 08:44:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/13 19:31:20 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/27 08:44:11 wiz Exp $
DISTNAME= zipp-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@ COMMENT= Backport of pathlib-compatible
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5
TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
# not available for python 2.x
@@ -20,8 +21,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-
TEST_DEPENDS+= ${PYPKGPREFIX}-func_timeout-[0-9]*:../../devel/py-func_timeout
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES= setuptools_scm:build
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index