pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-kaitaistruct



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 29 08:49:10 UTC 2022

Modified Files:
        pkgsrc/devel/py-kaitaistruct: Makefile

Log Message:
py-kaitaistruct: no wheels for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-kaitaistruct/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-kaitaistruct/Makefile
diff -u pkgsrc/devel/py-kaitaistruct/Makefile:1.7 pkgsrc/devel/py-kaitaistruct/Makefile:1.8
--- pkgsrc/devel/py-kaitaistruct/Makefile:1.7   Tue Nov 29 08:42:10 2022
+++ pkgsrc/devel/py-kaitaistruct/Makefile       Tue Nov 29 08:49:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/11/29 08:42:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/29 08:49:10 wiz Exp $
 
 DISTNAME=      kaitaistruct-0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,12 +13,9 @@ LICENSE=     mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
-USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.endif
+USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index