mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pyswisseph: version bump to 2.05.01_pre20160529
Closes: https://github.com/gentoo/gentoo/pull/4574
This commit is contained in:
committed by
Michał Górny
parent
449707bca4
commit
fdfc43bb80
@@ -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
dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
Normal file
25
dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user