svn commit: r526126 - head/lang/cython
Joseph Mingrone
jrm at FreeBSD.org
Fri Feb 14 16:50:23 UTC 2020
Author: jrm
Date: Fri Feb 14 16:50:23 2020
New Revision: 526126
URL: https://svnweb.freebsd.org/changeset/ports/526126
Log:
lang/cython: Update to version 0.29.14
Upstream changes:
https://github.com/cython/cython/blob/master/CHANGES.rst#02914-2019-11-01
Approved by: maintainer timeout (2 weeks), python (sunpoet)
Differential Revision: https://reviews.freebsd.org/D23467
Modified:
head/lang/cython/Makefile (contents, props changed)
head/lang/cython/distinfo (contents, props changed)
Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile Fri Feb 14 16:47:42 2020 (r526125)
+++ head/lang/cython/Makefile Fri Feb 14 16:50:23 2020 (r526126)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= cython
-PORTVERSION= 0.29.13
-PORTREVISION= 1
+PORTVERSION= 0.29.14
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
-USE_PYTHON= autoplist distutils concurrent allflavors
+USE_PYTHON= allflavors autoplist concurrent distutils
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
Modified: head/lang/cython/distinfo
==============================================================================
--- head/lang/cython/distinfo Fri Feb 14 16:47:42 2020 (r526125)
+++ head/lang/cython/distinfo Fri Feb 14 16:50:23 2020 (r526126)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571400161
-SHA256 (Cython-0.29.13.tar.gz) = c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e
-SIZE (Cython-0.29.13.tar.gz) = 2051189
+TIMESTAMP = 1580611096
+SHA256 (Cython-0.29.14.tar.gz) = e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414
+SIZE (Cython-0.29.14.tar.gz) = 2053456
More information about the svn-ports-head
mailing list