Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 09:06:42 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369166 - head/lang/cython
Message-ID:  <201409240906.s8O96ghZ059220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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