pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/py-zipp1 py-zipp1: restrict to python 2.7 si...
details: https://anonhg.NetBSD.org/pkgsrc/rev/023de0c6913c
branches: trunk
changeset: 372557:023de0c6913c
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 27 08:44:11 2022 +0000
description:
py-zipp1: restrict to python 2.7 since that's what we have the package for
diffstat:
archivers/py-zipp1/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bc31798c0b92 -r 023de0c6913c archivers/py-zipp1/Makefile
--- a/archivers/py-zipp1/Makefile Thu Jan 27 08:38:17 2022 +0000
+++ b/archivers/py-zipp1/Makefile Thu Jan 27 08:44:11 2022 +0000
@@ -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 @@
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}-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