pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/py-zipp py-zipp: switch to .whl
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0e78c6b7506
branches: trunk
changeset: 382579:a0e78c6b7506
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 01 07:33:33 2022 +0000
description:
py-zipp: switch to .whl
diffstat:
archivers/py-zipp/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 6771490e1eba -r a0e78c6b7506 archivers/py-zipp/Makefile
--- a/archivers/py-zipp/Makefile Mon Aug 01 07:25:44 2022 +0000
+++ b/archivers/py-zipp/Makefile Mon Aug 01 07:33:33 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2022/07/29 09:02:47 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/08/01 07:33:33 adam Exp $
DISTNAME= zipp-3.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= archivers python
-MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipp/}
+MASTER_SITES= ${MASTER_SITE_WHEEL:=zipp/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/jaraco/zipp
@@ -22,6 +22,9 @@
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# XXX: avoid cirucilar depencency for Python 3.7: py-build -> py-importlib-metadata
+NO_BUILD= yes
+
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index