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/pysolar/
Date: Tue, 03 May 2011 20:01:42
Message-Id: a4a6ffe0b00864e3d0f60eae69d6d762d4f764f7.jlec@gentoo
1 commit: a4a6ffe0b00864e3d0f60eae69d6d762d4f764f7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 19:54:43 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 19:54:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a4a6ffe0
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/pysolar/ChangeLog | 6 ++++++
14 dev-python/pysolar/pysolar-0.4.2.ebuild | 8 ++++----
15 .../{pysolar-0.4.2.ebuild => pysolar-0.4.3.ebuild} | 11 ++++++-----
16 3 files changed, 16 insertions(+), 9 deletions(-)
17
18 diff --git a/dev-python/pysolar/ChangeLog b/dev-python/pysolar/ChangeLog
19 index 780b5a1..a5193ac 100644
20 --- a/dev-python/pysolar/ChangeLog
21 +++ b/dev-python/pysolar/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*pysolar-0.4.3 (03 May 2011)
27 +
28 + 03 May 2011; Justin Lecher <jlec@g.o> pysolar-0.4.2.ebuild,
29 + +pysolar-0.4.3.ebuild:
30 + Version Bump, notified by euscan
31 +
32 07 Mar 2011; Justin Lecher <jlec@g.o> pysolar-0.4.2.ebuild:
33 Correct Slots for gtk 3 introduction to tree
34
35
36 diff --git a/dev-python/pysolar/pysolar-0.4.2.ebuild b/dev-python/pysolar/pysolar-0.4.2.ebuild
37 index 4d7cbc0..4c335dc 100644
38 --- a/dev-python/pysolar/pysolar-0.4.2.ebuild
39 +++ b/dev-python/pysolar/pysolar-0.4.2.ebuild
40 @@ -6,11 +6,12 @@ EAPI=2
41
42 PYTHON_DEPEND="2:2.5"
43 SUPPORT_PYTHON_ABIS="1"
44 +RESTRICT_PYTHON_ABIS="3.*"
45
46 inherit distutils python
47
48 DESCRIPTION="A collection of Python libraries for simulating the Sun's irradiation"
49 -HOMEPAGE="http://pysolar.org/ http://pypi.python.org/pypi/Pysolar"
50 +HOMEPAGE="http://pysolar.org/ http://pypi.python.org/pypi/Pysolar/"
51 SRC_URI="http://github.com/pingswept/${PN}/tarball/${PV} -> ${P}.tar.gz"
52
53 LICENSE="GPL-3"
54 @@ -33,10 +34,9 @@ PYTHON_MODNAME="constants.py horizon.py julian.py \
55 poly.py query_usno.py radiation.py shade.py \
56 simulate.py solar.py util.py"
57
58 -RESTRICT_PYTHON_ABIS="3.*"
59 -
60 src_prepare() {
61 - sed -e "s:'testsolar', ::" \
62 + sed \
63 + -e "s:'testsolar', ::" \
64 -e "s:'shade_test', ::" \
65 -i setup.py || die
66 }
67
68 diff --git a/dev-python/pysolar/pysolar-0.4.2.ebuild b/dev-python/pysolar/pysolar-0.4.3.ebuild
69 similarity index 89%
70 copy from dev-python/pysolar/pysolar-0.4.2.ebuild
71 copy to dev-python/pysolar/pysolar-0.4.3.ebuild
72 index 4d7cbc0..5cc5158 100644
73 --- a/dev-python/pysolar/pysolar-0.4.2.ebuild
74 +++ b/dev-python/pysolar/pysolar-0.4.3.ebuild
75 @@ -6,12 +6,13 @@ EAPI=2
76
77 PYTHON_DEPEND="2:2.5"
78 SUPPORT_PYTHON_ABIS="1"
79 +RESTRICT_PYTHON_ABIS="3.*"
80
81 inherit distutils python
82
83 DESCRIPTION="A collection of Python libraries for simulating the Sun's irradiation"
84 -HOMEPAGE="http://pysolar.org/ http://pypi.python.org/pypi/Pysolar"
85 -SRC_URI="http://github.com/pingswept/${PN}/tarball/${PV} -> ${P}.tar.gz"
86 +HOMEPAGE="http://pysolar.org/ http://pypi.python.org/pypi/Pysolar/"
87 +SRC_URI="https://github.com/pingswept/${PN}/tarball/${PV} -> ${P}.tar.gz"
88
89 LICENSE="GPL-3"
90 SLOT="0"
91 @@ -33,10 +34,10 @@ PYTHON_MODNAME="constants.py horizon.py julian.py \
92 poly.py query_usno.py radiation.py shade.py \
93 simulate.py solar.py util.py"
94
95 -RESTRICT_PYTHON_ABIS="3.*"
96 -
97 src_prepare() {
98 - sed -e "s:'testsolar', ::" \
99 + mv *${PN}* "${S}" && cd "${S}"
100 + sed \
101 + -e "s:'testsolar', ::" \
102 -e "s:'shade_test', ::" \
103 -i setup.py || die
104 }