pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/devel/py-cykhash



On 1/10/24 08:31, Adam wrote:
+++ pkgsrc/devel/py-cykhash/MakefileWed Jan 10 14:22:24 2024
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2024/01/10 14:22:24 bacon Exp $
+
+DISTNAME=cykhash-2.0.1
+PKGNAME=${PYPKGPREFIX}-cykhash-2.0.1
+CATEGORIES=devel
+MASTER_SITES=${MASTER_SITE_PYPI:=c/cykhash/}
+
+OWNER=bacon%NetBSD.org@localhost
+HOMEPAGE=https://pypi.python.org/project/cykhash/
+COMMENT=Cython equivalent to khash-sets/maps
+LICENSE=mit
+
+.include "../../lang/python/wheel.mk"
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

This one surely needs TOOL_DEPENDS, PKGNAME=${PYPKGPREFIX}-${DISTNAME},
CATEGORIES should mention "python", and the HOMEPAGE should be
https://github.com/realead/cykhash <https://github.com/realead/cykhash>.
And it's not for Python 2.7.

Adam


Thanks for the heads-up - I'll fix these issues tomorrow (in fbsd2pkg as
well, since this was a conversion from a FreeBSD port).



Home | Main Index | Thread Index | Old Index