Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/
Date: Sun, 27 Jan 2019 12:37:14
Message-Id: 1548592573.40ab21dfa680ca810c6f3d7adea5c71683c611e0.pacho@gentoo
1 commit: 40ab21dfa680ca810c6f3d7adea5c71683c611e0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 12:29:02 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 12:36:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ab21df
7
8 dev-python/pyswisseph: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/pyswisseph/Manifest | 1 -
14 dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild | 28 ----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-python/pyswisseph/Manifest b/dev-python/pyswisseph/Manifest
18 index 5bff2b51119..f4cc27ad4df 100644
19 --- a/dev-python/pyswisseph/Manifest
20 +++ b/dev-python/pyswisseph/Manifest
21 @@ -1,2 +1 @@
22 -DIST pyswisseph-2.00.00-2.tar.bz2 458443 BLAKE2B 4fa6cfebe46bf0d73bf9f086acf9189a6354762fac604f4dfd3fa6f5d36a6cbb8b024e9b8257d7f84cc74db1a5e63e6d495a33970d0c83ed95675914539d9217 SHA512 009542d370248989489e4d2a557b5f5cac27923bc06b9a9088b282f3f9cc8b31bfc43bba9cff3a44f8a77e20356b8a9ced60ec200b26815780af5588efbc9e4b
23 DIST pyswisseph-2.05.01_pre20160529.tar.gz 488382 BLAKE2B 3bcea971448b13c40f440473ce2da13ca18796ab645265ae813fed517ca7062342170e0526b48a19b8686ac82526a16654b7c8e4b7d2dcd8e854c116d1fbf911 SHA512 afec6ce93a34ee116ed5247ff0004cf7c3adce33b4e0f95aa251b6b533a8925340d6f6d847ab80dfb2cf75933939d282455e7dc1f812c28ad45a42f21ce1e611
24
25 diff --git a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
26 deleted file mode 100644
27 index 0f594661e4a..00000000000
28 --- a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
36 -
37 -inherit distutils-r1
38 -
39 -PLEVEL=${PV##*_p}
40 -MY_PV=${PV/_p*}
41 -MY_PV=${MY_PV}-${PLEVEL}
42 -
43 -DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris"
44 -HOMEPAGE="https://github.com/astrorigin/pyswisseph"
45 -if [[ ${PV} == 9999 ]]; then
46 - inherit git-r3
47 - EGIT_REPO_URI="https://github.com/astrorigin/pyswisseph.git"
48 -else
49 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.bz2"
50 - KEYWORDS="~amd64 ~x86"
51 - S="${WORKDIR}/${PN}-${MY_PV}"
52 -fi
53 -
54 -LICENSE="GPL-2+"
55 -SLOT="0"
56 -
57 -DEPEND=""
58 -RDEPEND="${DEPEND}"