* [gentoo-commits] gentoo-x86 commit in dev-python/cython: ChangeLog cython-0.14-r1.ebuild
@ 2010-12-24 23:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-24 23:33 UTC (permalink / raw
To: gentoo-commits
arfrever 10/12/24 23:33:06
Modified: ChangeLog
Added: cython-0.14-r1.ebuild
Log:
Fix compatibility with Python 3. Fix handling of __new__().
(Portage version: 2.2.0_alpha10_p5/cvs/Linux x86_64)
Revision Changes Path
1.59 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 15 Dec 2010 12:11:06 -0000 1.58
+++ ChangeLog 24 Dec 2010 23:33:06 -0000 1.59
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.58 2010/12/15 12:11:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.59 2010/12/24 23:33:06 arfrever Exp $
+
+*cython-0.14-r1 (24 Dec 2010)
+
+ 24 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -cython-0.14.ebuild, +cython-0.14-r1.ebuild,
+ +files/cython-0.14-__new__.patch, +files/cython-0.14-python-3.patch:
+ Fix compatibility with Python 3. Fix handling of __new__().
*cython-0.14 (15 Dec 2010)
1.1 dev-python/cython/cython-0.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.14-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.14-r1.ebuild?rev=1.1&content-type=text/plain
Index: cython-0.14-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.14-r1.ebuild,v 1.1 2010/12/24 23:33:06 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
inherit distutils eutils
MY_PN="Cython"
MY_P="${MY_PN}-${PV/_/.}"
DESCRIPTION="The Cython compiler for writing C extensions for the Python language"
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="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="README.txt ToDo.txt USAGE.txt"
PYTHON_MODNAME="Cython cython.py pyximport"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}/${P}-python-3.patch"
epatch "${FILESDIR}/${P}-__new__.patch"
}
src_test() {
testing() {
rm -fr BUILD
"$(PYTHON)" runtests.py -vv
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc; then
# "-A c" is for ignoring of "Doc/primes.c".
dohtml -A c -r Doc/* || die "Installation of documentation failed"
fi
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins -r Demos/* || die "Installation of examples failed"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-24 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24 23:33 [gentoo-commits] gentoo-x86 commit in dev-python/cython: ChangeLog cython-0.14-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox