summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-08-15 20:58:04 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-08-15 20:58:04 +0000
commit22d9f70f2fe433c44a883b5fb82a22aa04d1fcb6 (patch)
treeea36cf8cae4e5394a3f31edf768dba58f3999de2 /dev-python/vo
parentx86 stable, bug #377465 (diff)
downloadgentoo-2-22d9f70f2fe433c44a883b5fb82a22aa04d1fcb6.tar.gz
gentoo-2-22d9f70f2fe433c44a883b5fb82a22aa04d1fcb6.tar.bz2
gentoo-2-22d9f70f2fe433c44a883b5fb82a22aa04d1fcb6.zip
Version bump, drop old
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/vo')
-rw-r--r--dev-python/vo/ChangeLog8
-rw-r--r--dev-python/vo/vo-0.6.ebuild40
-rw-r--r--dev-python/vo/vo-0.7.2.ebuild (renamed from dev-python/vo/vo-0.7.ebuild)2
3 files changed, 8 insertions, 42 deletions
diff --git a/dev-python/vo/ChangeLog b/dev-python/vo/ChangeLog
index 25929a0ca58b..25ab3ad75f01 100644
--- a/dev-python/vo/ChangeLog
+++ b/dev-python/vo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/vo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/ChangeLog,v 1.8 2011/08/08 18:35:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/ChangeLog,v 1.9 2011/08/15 20:58:03 xarthisius Exp $
+
+*vo-0.7.2 (15 Aug 2011)
+
+ 15 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> -vo-0.6.ebuild,
+ -vo-0.7.ebuild, +vo-0.7.2.ebuild:
+ Version bump, drop old
08 Aug 2011; Markos Chandras <hwoarang@gentoo.org> vo-0.7.ebuild:
Fix dependencies. Avoid breaking strict-aliasing rules. Simplify src_test().
diff --git a/dev-python/vo/vo-0.6.ebuild b/dev-python/vo/vo-0.6.ebuild
deleted file mode 100644
index 872d24c93801..000000000000
--- a/dev-python/vo/vo-0.6.ebuild
+++ /dev/null
@@ -1,40 +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.6.ebuild,v 1.4 2011/01/07 18:31:44 jlec Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="*:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4"
-DISTUTILS_SRC_TEST="nosetests"
-
-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}"/${P}-expat.patch
-}
-
-#FIXME: tests are buggy, sphinx misses stsci_sphinx.conf
-
-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.7.ebuild b/dev-python/vo/vo-0.7.2.ebuild
index 8d3359575bd6..5a0f00e5ea5d 100644
--- a/dev-python/vo/vo-0.7.ebuild
+++ b/dev-python/vo/vo-0.7.2.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.3 2011/08/08 18:35:34 hwoarang Exp $
+# $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