pkgsrc-WIP-changes archive

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

py-cykhash: Add cython dep, clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jan 7 08:28:57 2024 -0600
Changeset:	840a2441ee4fc038d5509949dfabffeb86394bf4

Modified Files:
	py-cykhash/Makefile

Log Message:
py-cykhash: Add cython dep, clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=840a2441ee4fc038d5509949dfabffeb86394bf4

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

diffstat:
 py-cykhash/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/py-cykhash/Makefile b/py-cykhash/Makefile
index ab4dde35ae..4e09b55685 100644
--- a/py-cykhash/Makefile
+++ b/py-cykhash/Makefile
@@ -16,6 +16,5 @@ COMMENT=	Cython equivalent to khash-sets/maps
 LICENSE=	mit
 
 .include "../../lang/python/wheel.mk"
-# CentOS doesn't have zlib in the base, so uncomment if needed.
-# .include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/py-cython/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index