xarthisius 14/09/13 20:33:49
Modified: cython-0.20.ebuild cython-0.16.ebuild
cython-0.19.2.ebuild cython-0.18.ebuild
cython-0.17.2.ebuild cython-0.18-r1.ebuild
cython-0.20.2.ebuild cython-0.17.1.ebuild
cython-0.17.4.ebuild cython-0.20.1.ebuild
cython-0.19.1-r1.ebuild cython-0.19.1.ebuild
ChangeLog
Added: cython-0.21.ebuild
Log:
Version bump, drop python2_6
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key
0x5D21B852895192F9)
Revision Changes Path
1.5 dev-python/cython/cython-0.20.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.ebuild?r1=1.4&r2=1.5
Index: cython-0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cython-0.20.ebuild 31 Mar 2014 21:03:46 -0000 1.4
+++ cython-0.20.ebuild 13 Sep 2014 20:33:49 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.ebuild,v 1.4
2014/03/31 21:03:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.ebuild,v 1.5
2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic
@@ -22,7 +22,7 @@
RDEPEND=""
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/numpy[$(python_gen_usedep python{2_6,2_7,3_2,3_3})]
)"
+ test? ( dev-python/numpy[$(python_gen_usedep python{2_7,3_2,3_3})] )"
S="${WORKDIR}/${MY_PN}-${PV%_*}"
1.9 dev-python/cython/cython-0.16.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.16.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.16.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.16.ebuild?r1=1.8&r2=1.9
Index: cython-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cython-0.16.ebuild 28 Jun 2012 15:48:53 -0000 1.8
+++ cython-0.16.ebuild 13 Sep 2014 20:33:49 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.16.ebuild,v 1.8
2012/06/28 15:48:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.16.ebuild,v 1.9
2014/09/13 20:33:49 xarthisius Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
1.3 dev-python/cython/cython-0.19.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.2.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.2.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.2.ebuild?r1=1.2&r2=1.3
Index: cython-0.19.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cython-0.19.2.ebuild 31 Mar 2014 21:03:46 -0000 1.2
+++ cython-0.19.2.ebuild 13 Sep 2014 20:33:49 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.2.ebuild,v
1.2 2014/03/31 21:03:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.2.ebuild,v
1.3 2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic
1.2 dev-python/cython/cython-0.18.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.18.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.18.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.18.ebuild?r1=1.1&r2=1.2
Index: cython-0.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cython-0.18.ebuild 4 Feb 2013 04:32:11 -0000 1.1
+++ cython-0.18.ebuild 13 Sep 2014 20:33:49 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.18.ebuild,v 1.1
2013/02/04 04:32:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.18.ebuild,v 1.2
2014/09/13 20:33:49 xarthisius Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
1.2 dev-python/cython/cython-0.17.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.2.ebuild?r1=1.1&r2=1.2
Index: cython-0.17.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cython-0.17.2.ebuild 29 Nov 2012 08:30:11 -0000 1.1
+++ cython-0.17.2.ebuild 13 Sep 2014 20:33:49 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.2.ebuild,v
1.1 2012/11/29 08:30:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.2.ebuild,v
1.2 2014/09/13 20:33:49 xarthisius Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
1.7 dev-python/cython/cython-0.18-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.18-r1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.18-r1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.18-r1.ebuild?r1=1.6&r2=1.7
Index: cython-0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.18-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cython-0.18-r1.ebuild 5 Sep 2013 18:46:02 -0000 1.6
+++ cython-0.18-r1.ebuild 13 Sep 2014 20:33:49 -0000 1.7
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.18-r1.ebuild,v
1.6 2013/09/05 18:46:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.18-r1.ebuild,v
1.7 2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1 flag-o-matic
1.2 dev-python/cython/cython-0.20.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.2.ebuild?r1=1.1&r2=1.2
Index: cython-0.20.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cython-0.20.2.ebuild 17 Jun 2014 06:04:32 -0000 1.1
+++ cython-0.20.2.ebuild 13 Sep 2014 20:33:49 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.2.ebuild,v
1.1 2014/06/17 06:04:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.2.ebuild,v
1.2 2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
@@ -23,7 +23,7 @@
RDEPEND=""
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/numpy[$(python_gen_usedep
python{2_6,2_7,3_2,3_3,3_4})] )"
+ test? ( dev-python/numpy[$(python_gen_usedep python{2_7,3_2,3_3,3_4})]
)"
S="${WORKDIR}/${MY_PN}-${PV%_*}"
1.2 dev-python/cython/cython-0.17.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.1.ebuild?r1=1.1&r2=1.2
Index: cython-0.17.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cython-0.17.1.ebuild 16 Nov 2012 02:19:47 -0000 1.1
+++ cython-0.17.1.ebuild 13 Sep 2014 20:33:49 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.1.ebuild,v
1.1 2012/11/16 02:19:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.1.ebuild,v
1.2 2014/09/13 20:33:49 xarthisius Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
1.2 dev-python/cython/cython-0.17.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.4.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.4.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.17.4.ebuild?r1=1.1&r2=1.2
Index: cython-0.17.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cython-0.17.4.ebuild 11 Jan 2013 07:29:43 -0000 1.1
+++ cython-0.17.4.ebuild 13 Sep 2014 20:33:49 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.4.ebuild,v
1.1 2013/01/11 07:29:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.17.4.ebuild,v
1.2 2014/09/13 20:33:49 xarthisius Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
1.6 dev-python/cython/cython-0.20.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.1.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.1.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.20.1.ebuild?r1=1.5&r2=1.6
Index: cython-0.20.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cython-0.20.1.ebuild 2 Apr 2014 22:58:39 -0000 1.5
+++ cython-0.20.1.ebuild 13 Sep 2014 20:33:49 -0000 1.6
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.1.ebuild,v
1.5 2014/04/02 22:58:39 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.20.1.ebuild,v
1.6 2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic toolchain-funcs
@@ -23,7 +23,7 @@
RDEPEND=""
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/numpy[$(python_gen_usedep
python{2_6,2_7,3_2,3_3,3_4})] )"
+ test? ( dev-python/numpy[$(python_gen_usedep python{2_7,3_2,3_3,3_4})]
)"
S="${WORKDIR}/${MY_PN}-${PV%_*}"
1.7 dev-python/cython/cython-0.19.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.6&r2=1.7
Index: cython-0.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cython-0.19.1-r1.ebuild 7 Aug 2014 09:02:08 -0000 1.6
+++ cython-0.19.1-r1.ebuild 13 Sep 2014 20:33:49 -0000 1.7
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
1.6 2014/08/07 09:02:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
1.7 2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic
1.12 dev-python/cython/cython-0.19.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1.ebuild?r1=1.11&r2=1.12
Index: cython-0.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cython-0.19.1.ebuild 20 Jun 2014 12:34:08 -0000 1.11
+++ cython-0.19.1.ebuild 13 Sep 2014 20:33:49 -0000 1.12
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1.ebuild,v
1.11 2014/06/20 12:34:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1.ebuild,v
1.12 2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1 flag-o-matic
1.120 dev-python/cython/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.120&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.120&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 7 Aug 2014 09:02:08 -0000 1.119
+++ ChangeLog 13 Sep 2014 20:33:49 -0000 1.120
@@ -1,6 +1,15 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.119
2014/08/07 09:02:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.120
2014/09/13 20:33:49 xarthisius Exp $
+
+*cython-0.21 (13 Sep 2014)
+
+ 13 Sep 2014; Kacper Kowalik <[email protected]> +cython-0.21.ebuild,
+ cython-0.16.ebuild, cython-0.17.1.ebuild, cython-0.17.2.ebuild,
+ cython-0.17.4.ebuild, cython-0.18-r1.ebuild, cython-0.18.ebuild,
+ cython-0.19.1-r1.ebuild, cython-0.19.1.ebuild, cython-0.19.2.ebuild,
+ cython-0.20.1.ebuild, cython-0.20.2.ebuild, cython-0.20.ebuild:
+ Version bump, drop python2_6
07 Aug 2014; Jeroen Roovers <[email protected]> cython-0.19.1-r1.ebuild:
Stable for HPPA (bug #506042).
1.1 dev-python/cython/cython-0.21.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.21.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.21.ebuild?rev=1.1&content-type=text/plain
Index: cython-0.21.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.21.ebuild,v 1.1
2014/09/13 20:33:49 xarthisius Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1 flag-o-matic toolchain-funcs
MY_PN="Cython"
MY_P="${MY_PN}-${PV/_/}"
DESCRIPTION="A Python to C compiler"
HOMEPAGE="http://www.cython.org/ http://pypi.python.org/pypi/Cython"
SRC_URI="http://www.cython.org/release/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos
~x64-macos ~x86-macos ~x86-solaris ~x64-solaris"
IUSE="doc test"
RDEPEND=""
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/numpy[$(python_gen_usedep python{2_7,3_2,3_3,3_4})]
)"
S="${WORKDIR}/${MY_PN}-${PV%_*}"
python_compile() {
if [[ ${EPYTHON} == python2* ]]; then
local CFLAGS="${CFLAGS}"
local CXXFLAGS="${CXXFLAGS}"
append-flags -fno-strict-aliasing
fi
# Python gets confused when it is in sys.path before build.
local PYTHONPATH
export PYTHONPATH
distutils-r1_python_compile
}
python_compile_all() {
use doc && unset XDG_CONFIG_HOME && emake -C docs html
}
python_test() {
tc-export CC
"${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests \
|| die "Tests fail with ${EPYTHON}"
}
python_install_all() {
local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}