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:   adam
Date:           Thu Mar 12 15:20:36 UTC 2020

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

Log Message:
py-zipp1: let it build for Python 3.x


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/archivers/py-zipp1/Makefile:1.4
--- pkgsrc/archivers/py-zipp1/Makefile:1.3      Thu Mar 12 07:52:00 2020
+++ pkgsrc/archivers/py-zipp1/Makefile  Thu Mar 12 15:20:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/12 07:52:00 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/12 15:20:36 adam Exp $
 
 DISTNAME=      zipp-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-func_timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index