git: 2238cdaeeee8 - main - net/py-pyzmq: add dependency on cython
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 11:42:32 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2238cdaeeee894eaee1c99f327b5b4a22231b462
commit 2238cdaeeee894eaee1c99f327b5b4a22231b462
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-26 17:43:21 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-27 11:42:14 +0000
net/py-pyzmq: add dependency on cython
This:
- Fixes hidden dependency, as cython is used as soon as its detected
- Improves compatibility with newer python versions by regenerating C
files with latest cython
- Fixes tests which require pyximport module from cython
PR: 263580
Reported by: reprise
Approved by: novel (maintainer)
---
net/py-pyzmq/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/py-pyzmq/Makefile b/net/py-pyzmq/Makefile
index c5fb2fb5f12a..77992546abc7 100644
--- a/net/py-pyzmq/Makefile
+++ b/net/py-pyzmq/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pyzmq
PORTVERSION= 22.3.0
+PORTREVISION= 1
CATEGORIES= net devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ LIB_DEPENDS= libzmq.so:net/libzmq4
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils autoplist cython
PYDISTUTILS_CONFIGUREARGS= --zmq=${LOCALBASE}