pkgsrc-WIP-changes archive

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

py-cityhash: Update to 0.4.3



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Dec 17 20:47:29 2022 -0800
Changeset:	9d72b645e92e6abbc6146b01a82d58ab67da591c

Modified Files:
	py-cityhash/Makefile
	py-cityhash/distinfo

Log Message:
py-cityhash: Update to 0.4.3

Miscellaneous Packaging Updates

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

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

diffstat:
 py-cityhash/Makefile | 4 +++-
 py-cityhash/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-cityhash/Makefile b/py-cityhash/Makefile
index 065323b411..a0616dc3a5 100644
--- a/py-cityhash/Makefile
+++ b/py-cityhash/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	cityhash-0.4.2
+DISTNAME=	cityhash-0.4.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 GITHUB_PROJECT=	python-cityhash
 CATEGORIES=	devel
@@ -17,7 +17,9 @@ DEPENDS+=	cityhash-[0-9]*:../../textproc/cityhash
 BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.36.2:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
+TEST_ENV+=	PYTHONPATH=${WRKSRC}/src
 do-test:
+	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} setup.py build_ext -i
 	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s
 
 USE_LANGUAGES=	c c++
diff --git a/py-cityhash/distinfo b/py-cityhash/distinfo
index 03060dc477..eb597f83d0 100644
--- a/py-cityhash/distinfo
+++ b/py-cityhash/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (cityhash-0.4.2.tar.gz) = 2fa06f8b4262512bcc218259a3a58f3d5c9eca2cccaedc4a54fec988162ee9f0
-SHA512 (cityhash-0.4.2.tar.gz) = eb7b9f02007c188d0a6fc07cbe7346fe600a80006bb1081cc19b2b0b0238cbb45f739872898f2c0b382fc975347478e6127eb176d2d5656d3ed1e91510206987
-Size (cityhash-0.4.2.tar.gz) = 328250 bytes
+BLAKE2s (cityhash-0.4.3.tar.gz) = 3d233bb20a247aaad490c2037548e3d86f24dd2aeca8b2f12866f4a0ddf6d3df
+SHA512 (cityhash-0.4.3.tar.gz) = 63ded6e20225726aa35a8a390cc338bf52f09178dd4bb6cd8098acef49a943c3aa6555147a2f93c71ebb2ac02c080427109199143709677ca6ac7698f68a2525
+Size (cityhash-0.4.3.tar.gz) = 328872 bytes


Home | Main Index | Thread Index | Old Index