svn commit: r369166 - head/lang/cython
Bartek Rutkowski
robak at FreeBSD.org
Wed Sep 24 09:06:43 UTC 2014
Author: robak
Date: Wed Sep 24 09:06:41 2014
New Revision: 369166
URL: http://svnweb.freebsd.org/changeset/ports/369166
QAT: https://qat.redports.org/buildarchive/r369166/
Log:
lang/cython: update 0.20.2 -> 0.21
- Convert to USES=python
PR: 193643
Submitted by: Viltaly Magerya <vmagerya at gmail.com>
Approved by: mentors (implicit)
Modified:
head/lang/cython/Makefile
head/lang/cython/distinfo
Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile Wed Sep 24 08:43:30 2014 (r369165)
+++ head/lang/cython/Makefile Wed Sep 24 09:06:41 2014 (r369166)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cython
-PORTVERSION= 0.20.2
+PORTVERSION= 0.21
CATEGORIES= lang python
MASTER_SITES= http://www.cython.org/release/ \
CHEESESHOP
@@ -13,8 +13,7 @@ COMMENT= Compiler for Writing C Extensio
LICENSE= APACHE20
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
Modified: head/lang/cython/distinfo
==============================================================================
--- head/lang/cython/distinfo Wed Sep 24 08:43:30 2014 (r369165)
+++ head/lang/cython/distinfo Wed Sep 24 09:06:41 2014 (r369166)
@@ -1,2 +1,2 @@
-SHA256 (Cython-0.20.2.tar.gz) = ed13b606a2aeb5bd6c235f8ed6c9988c99d01a033d0d21d56137c13d5c7be63f
-SIZE (Cython-0.20.2.tar.gz) = 1432614
+SHA256 (Cython-0.21.tar.gz) = 0cd5787fb3f1eaf8326b21bdfcb90aabd3eca7c214c5b7b503fbb82da97bbaa0
+SIZE (Cython-0.21.tar.gz) = 1490358
More information about the svn-ports-all
mailing list