git: 7bfad2966fbd - main - lang/cython: Update to 0.29.23
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 26 19:02:32 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7bfad2966fbde3c227462f27541b089fe2fffae8
commit 7bfad2966fbde3c227462f27541b089fe2fffae8
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 18:45:46 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-26 18:59:47 +0000
lang/cython: Update to 0.29.23
- Take maintainership
Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
---
lang/cython/Makefile | 8 +++-----
lang/cython/distinfo | 6 +++---
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index 3391737c0d0a..2c7697d93d9b 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -1,14 +1,13 @@
# Created by: Wen Heping <wenhping at gmail.com>
PORTNAME= cython
-PORTVERSION= 0.29.21
-PORTREVISION= 1
+PORTVERSION= 0.29.23
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Cython-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Compiler for Writing C Extensions for the Python Language
LICENSE= APACHE20
@@ -18,7 +17,6 @@ USES= compiler:c11 python:2.7+
USE_PYTHON= allflavors autoplist concurrent distutils
post-install:
- ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
- -name '*.so' -exec ${STRIP_CMD} {} +
+ ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
diff --git a/lang/cython/distinfo b/lang/cython/distinfo
index de003ed39d9a..054063a9ff45 100644
--- a/lang/cython/distinfo
+++ b/lang/cython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598037189
-SHA256 (Cython-0.29.21.tar.gz) = e57acb89bd55943c8d8bf813763d20b9099cc7165c0f16b707631a7654be9cad
-SIZE (Cython-0.29.21.tar.gz) = 2067355
+TIMESTAMP = 1619708761
+SHA256 (Cython-0.29.23.tar.gz) = 6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e
+SIZE (Cython-0.29.23.tar.gz) = 2073944
More information about the dev-commits-ports-all
mailing list