commit:     fdfc43bb80acef2e047cc0b80c5f9c39bac799c1
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Mon May  8 22:03:52 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 25 08:07:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfc43bb

dev-python/pyswisseph: version bump to 2.05.01_pre20160529

Closes: https://github.com/gentoo/gentoo/pull/4574

 dev-python/pyswisseph/Manifest                     |  1 +
 .../pyswisseph-2.05.01_pre20160529.ebuild          | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pyswisseph/Manifest b/dev-python/pyswisseph/Manifest
index ca7f91695a7..cfb3cfeb0b6 100644
--- a/dev-python/pyswisseph/Manifest
+++ b/dev-python/pyswisseph/Manifest
@@ -1 +1,2 @@
 DIST pyswisseph-2.00.00-2.tar.bz2 458443 SHA256 
7b47f54a61ac17863a4d9e75269e53e09ad525780ac731eed6923415caa725cc SHA512 
009542d370248989489e4d2a557b5f5cac27923bc06b9a9088b282f3f9cc8b31bfc43bba9cff3a44f8a77e20356b8a9ced60ec200b26815780af5588efbc9e4b
 WHIRLPOOL 
0521769bed1311fe2c59d14f0a100873b06207ab59bf33cd8a54471958690b12b19ca57f3a7d99829f356c2193a5df1562b976ae2726c11e1800bd35aaf7b5c4
+DIST pyswisseph-2.05.01_pre20160529.tar.gz 488382 SHA256 
6c6d72a291665bde94cada8d38b7536119a00906d12887a91b9992526eaa802d SHA512 
afec6ce93a34ee116ed5247ff0004cf7c3adce33b4e0f95aa251b6b533a8925340d6f6d847ab80dfb2cf75933939d282455e7dc1f812c28ad45a42f21ce1e611
 WHIRLPOOL 
73b1b3cce401fb9875d3ca0922df842dcbd89132a1d3429255b8ae77f57252cd5175115640f9315c2e7b36d62682a4651ce826eb325883223bbc599f84c3e38a

diff --git a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild 
b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
new file mode 100644
index 00000000000..b93c6d291f9
--- /dev/null
+++ b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris"
+HOMEPAGE="https://github.com/astrorigin/pyswisseph";
+if [[ ${PV} == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="git://github.com/astrorigin/${PN}.git"
+else
+       COMMIT_ID=4f76befee7e39dff96b4c068cc6ce5fa66fb021c
+       
SRC_URI="https://github.com/astrorigin/${PN}/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+       S="${WORKDIR}/${PN}-${COMMIT_ID}"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"

Reply via email to