Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/atpy: atpy-0.9.5.1.ebuild
Date: Thu, 05 May 2011 16:31:20
Message-Id: 20110505163108.5C99220054@flycatcher.gentoo.org
1 arfrever 11/05/05 16:31:08
2
3 Modified: atpy-0.9.5.1.ebuild
4 Log:
5 Restrict Jython ABIs. Update HOMEPAGE.
6
7 (Portage version: 2.2.0_alpha30_p50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/atpy/atpy-0.9.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/atpy/atpy-0.9.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/atpy/atpy-0.9.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/atpy/atpy-0.9.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: atpy-0.9.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/atpy/atpy-0.9.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- atpy-0.9.5.1.ebuild 4 May 2011 14:25:29 -0000 1.1
23 +++ atpy-0.9.5.1.ebuild 5 May 2011 16:31:08 -0000 1.2
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/atpy/atpy-0.9.5.1.ebuild,v 1.1 2011/05/04 14:25:29 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/atpy/atpy-0.9.5.1.ebuild,v 1.2 2011/05/05 16:31:08 arfrever Exp $
29
30 EAPI="2"
31
32 PYTHON_DEPEND="2:2.6"
33 SUPPORT_PYTHON_ABIS="1"
34 +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
35
36 inherit distutils
37
38 @@ -13,7 +14,7 @@
39 MYP="${MYPN}-${PV}"
40
41 DESCRIPTION="Astronomical tables support for Python"
42 -HOMEPAGE="http://atpy.github.com/"
43 +HOMEPAGE="http://atpy.github.com/ http://pypi.python.org/pypi/ATpy"
44 SRC_URI="https://github.com/downloads/${PN}/${PN}/${MYP}.tar.gz"
45
46 RDEPEND="dev-python/numpy
47 @@ -25,8 +26,6 @@
48 sqlite? ( dev-python/pysqlite )
49 votable? ( dev-python/vo )"
50
51 -RESTRICT_PYTHON_ABIS="2.[45] 3.*"
52 -
53 DEPEND=">=dev-python/numpy-1.3"
54
55 IUSE="+fits hdf5 mysql postgres sqlite +votable"