pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-cykhash: Improve python dependencies
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu Jan 11 09:42:32 2024 -0600
Changeset: 49b1c2632b2acafb16d54769a1903545acef44c8
Modified Files:
py-cykhash/Makefile
Log Message:
py-cykhash: Improve python dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49b1c2632b2acafb16d54769a1903545acef44c8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-cykhash/Makefile | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-cykhash/Makefile b/py-cykhash/Makefile
index 4e09b55685..2211ffb272 100644
--- a/py-cykhash/Makefile
+++ b/py-cykhash/Makefile
@@ -6,15 +6,20 @@
###########################################################
DISTNAME= cykhash-2.0.1
-PKGNAME= ${PYPKGPREFIX}-cykhash-2.0.1
-CATEGORIES= devel
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cykhash/}
OWNER= bacon%NetBSD.org@localhost
-HOMEPAGE= https://pypi.python.org/project/cykhash/
+HOMEPAGE= https://github.com/realead/cykhash
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