lang/cython: Update to 0.29.23
- Take maintainership Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
This commit is contained in:
parent
36b9aa651e
commit
7bfad2966f
2 changed files with 6 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
# Created by: Wen Heping <wenhping@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@FreeBSD.org
|
||||
MAINTAINER= sunpoet@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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue