pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cykhash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 10 14:32:28 UTC 2024

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

Log Message:
py-cykhash: add missing tools, mark as not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cykhash/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-cykhash/Makefile
diff -u pkgsrc/devel/py-cykhash/Makefile:1.1 pkgsrc/devel/py-cykhash/Makefile:1.2
--- pkgsrc/devel/py-cykhash/Makefile:1.1        Wed Jan 10 14:22:24 2024
+++ pkgsrc/devel/py-cykhash/Makefile    Wed Jan 10 14:32:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/10 14:22:24 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/10 14:32:28 wiz Exp $
 
 DISTNAME=      cykhash-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-cykhash-2.0.1
@@ -10,6 +10,11 @@ HOMEPAGE=    https://pypi.python.org/projec
 COMMENT=       Cython equivalent to khash-sets/maps
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index