Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2022 13:49:34 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5271d38f92b0 - main - =?utf-8?Q?lang/cython-devel: update 3.0.0a9 =E2=86=92 3.0.0a10?=
Message-ID:  <202201211349.20LDnYM4008400@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5271d38f92b09df41084c865f1af157d67fdde87

commit 5271d38f92b09df41084c865f1af157d67fdde87
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-01-21 11:40:05 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-01-21 13:46:33 +0000

    lang/cython-devel: update 3.0.0a9 → 3.0.0a10
    
    Unfortunately this is still broken with python 3.11.0.a4 after the
    update.
---
 lang/cython-devel/Makefile | 11 ++++++++---
 lang/cython-devel/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/lang/cython-devel/Makefile b/lang/cython-devel/Makefile
index 26a705436193..7f34f55f077b 100644
--- a/lang/cython-devel/Makefile
+++ b/lang/cython-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cython
-DISTVERSION=	3.0.0a9
+DISTVERSION=	3.0.0a10
 CATEGORIES=	lang python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	-devel
@@ -13,11 +13,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USES=		compiler:c11 python:2.7+
 USE_PYTHON=	allflavors autoplist concurrent distutils
 USE_GITHUB=	yes
-GH_TAGNAME=	2b1e743
 
 CONFLICTS_INSTALL=	py*-cython # bin/cygdb bin/cygdb-3.8 bin/cython bin/cython-3.8 bin/cythonize bin/cythonize-3.8
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} >= 31100
+BROKEN=		does not yet support python 3.11.0a4
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/lang/cython-devel/distinfo b/lang/cython-devel/distinfo
index b3b6fa1b0b2b..6ed5b1b804f4 100644
--- a/lang/cython-devel/distinfo
+++ b/lang/cython-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637154492
-SHA256 (cython-cython-3.0.0a9-2b1e743_GH0.tar.gz) = 9e0b6f5830e86a942faefdc728df2c2ad0cb3cbf74efe6e7fa020e18692ac9a3
-SIZE (cython-cython-3.0.0a9-2b1e743_GH0.tar.gz) = 2438723
+TIMESTAMP = 1642710215
+SHA256 (cython-cython-3.0.0a10_GH0.tar.gz) = d530216e015fd365bf3327a176e0073d0e5b8d48781f387336459f10032d776f
+SIZE (cython-cython-3.0.0a10_GH0.tar.gz) = 2452952



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201211349.20LDnYM4008400>