pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  1 07:33:33 UTC 2022

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile

Log Message:
py-zipp: switch to .whl


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/py-zipp/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-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.17 pkgsrc/archivers/py-zipp/Makefile:1.18
--- pkgsrc/archivers/py-zipp/Makefile:1.17      Fri Jul 29 09:02:47 2022
+++ pkgsrc/archivers/py-zipp/Makefile   Mon Aug  1 07:33:33 2022
@@ -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 @@ USE_LANGUAGES=        # none
 
 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