Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/cosmolopy/
Date: Tue, 03 May 2011 20:01:37
Message-Id: 396fb42edb6d0df92aa94089c39b5a595d83faa5.jlec@gentoo
1 commit: 396fb42edb6d0df92aa94089c39b5a595d83faa5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 19:42:14 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 19:42:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=396fb42e
7
8 Version Bump, notified by euscan
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 dev-python/cosmolopy/ChangeLog | 6 ++++++
14 ...opy-0.1.100.ebuild => cosmolopy-0.1.102.ebuild} | 11 +++++------
15 2 files changed, 11 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/cosmolopy/ChangeLog b/dev-python/cosmolopy/ChangeLog
18 index 53db76b..32615b0 100644
19 --- a/dev-python/cosmolopy/ChangeLog
20 +++ b/dev-python/cosmolopy/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*cosmolopy-0.1.102 (03 May 2011)
26 +
27 + 03 May 2011; Justin Lecher <jlec@g.o> -cosmolopy-0.1.100.ebuild,
28 + +cosmolopy-0.1.102.ebuild:
29 + Version Bump, notified by euscan
30 +
31 *cosmolopy-0.1.100 (14 Mar 2011)
32
33 14 Mar 2011; Sébastien Fabbro <bicatali@g.o>
34
35 diff --git a/dev-python/cosmolopy/cosmolopy-0.1.100.ebuild b/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild
36 similarity index 87%
37 rename from dev-python/cosmolopy/cosmolopy-0.1.100.ebuild
38 rename to dev-python/cosmolopy/cosmolopy-0.1.102.ebuild
39 index e213571..6fe9bd0 100644
40 --- a/dev-python/cosmolopy/cosmolopy-0.1.100.ebuild
41 +++ b/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild
42 @@ -2,10 +2,11 @@
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: $
45
46 -EAPI=2
47 +EAPI=3
48
49 PYTHON_DEPEND="2"
50 SUPPORT_PYTHON_ABIS="1"
51 +RESTRICT_PYTHON_ABIS="3.*"
52
53 inherit distutils
54
55 @@ -13,21 +14,19 @@ MY_PN=CosmoloPy
56 MY_P=${MY_PN}-${PV}
57
58 DESCRIPTION="Cosmology routines built on NumPy/SciPy"
59 -HOMEPAGE="http://roban.github.com/CosmoloPy/ http://pypi.python.org/pypi/CosmoloPy"
60 -SRC_URI="http://pypi.python.org/packages/source/C/${MY_PN}/${MY_P}.tar.gz"
61 +HOMEPAGE="http://roban.github.com/CosmoloPy/ http://pypi.python.org/pypi/CosmoloPy/"
62 +SRC_URI="mirror://pypi/C/${MY_PN}/${MY_P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="doc"
68
69 -DEPEND="dev-python/nose
70 +DEPEND="
71 dev-lang/swig
72 doc? ( dev-python/epydoc )"
73 RDEPEND="sci-libs/scipy"
74
75 -RESTRICT_PYTHON_ABIS="3.*"
76 -
77 S=${WORKDIR}/${MY_P}
78
79 src_install() {