forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/pyswisseph: version bump to 2.05.01_pre20160529
Closes: gentoo#4574
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
25 changes: 25 additions & 0 deletions
25
dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}" |