diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-02 17:53:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-02 17:53:52 +0000 |
commit | 579403b29640bc8579676e82f31f8b47593926ad (patch) | |
tree | 25724e5364e40515a06889bc189c362c8a039465 /dev-python | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-579403b29640bc8579676e82f31f8b47593926ad.tar.gz gentoo-2-579403b29640bc8579676e82f31f8b47593926ad.tar.bz2 gentoo-2-579403b29640bc8579676e82f31f8b47593926ad.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/vo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/vo/vo-0.7.2.ebuild | 46 | ||||
-rw-r--r-- | dev-python/vo/vo-0.8.ebuild | 4 |
3 files changed, 7 insertions, 50 deletions
diff --git a/dev-python/vo/ChangeLog b/dev-python/vo/ChangeLog index 20723cef7cc3..646578cdcb99 100644 --- a/dev-python/vo/ChangeLog +++ b/dev-python/vo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/vo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/ChangeLog,v 1.10 2012/06/06 22:48:41 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/ChangeLog,v 1.11 2012/08/02 17:53:52 bicatali Exp $ + + 02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -vo-0.7.2.ebuild, + vo-0.8.ebuild: + Keyword amd64-linux and x86-linux *vo-0.8 (06 Jun 2012) @@ -75,4 +79,3 @@ 21 Jul 2009; Sébastien Fabbro <bicatali@gentoo.org> +vo-0.3.1.ebuild, +files/vo-0.3.1-docs.patch, +metadata.xml: Initial import - diff --git a/dev-python/vo/vo-0.7.2.ebuild b/dev-python/vo/vo-0.7.2.ebuild deleted file mode 100644 index 5a0f00e5ea5d..000000000000 --- a/dev-python/vo/vo-0.7.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/vo-0.7.2.ebuild,v 1.1 2011/08/15 20:58:03 xarthisius Exp $ - -EAPI=3 - -PYTHON_DEPEND="*:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 *-jython" - -inherit distutils eutils - -DESCRIPTION="Python module to read VOTABLE into a Numpy recarray" -HOMEPAGE="https://trac6.assembla.com/astrolib/wiki http://www.scipy.org/AstroLib" -SRC_URI="http://stsdas.stsci.edu/astrolib/${P}.tar.gz" - -IUSE="examples" -SLOT="0" -KEYWORDS="~amd64 ~x86" -LICENSE="BSD" - -RDEPEND="dev-libs/expat" -DEPEND="${RDEPEND}" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.6-expat.patch -} - -src_test() { - cd test - - testing() { - PYTHONPATH="$(ls -d ../build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" benchmarks.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - if use examples; then - insinto /usr/share/doc/${PF}/ - doins -r examples || die - fi -} diff --git a/dev-python/vo/vo-0.8.ebuild b/dev-python/vo/vo-0.8.ebuild index cad010841785..9258785873fd 100644 --- a/dev-python/vo/vo-0.8.ebuild +++ b/dev-python/vo/vo-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/vo-0.8.ebuild,v 1.1 2012/06/06 22:48:41 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/vo-0.8.ebuild,v 1.2 2012/08/02 17:53:52 bicatali Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://stsdas.stsci.edu/astrolib/${P}.tar.gz" IUSE="examples" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="BSD" RDEPEND="dev-libs/expat" |