* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/
@ 2017-05-25 8:07 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-05-25 8:07 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/
@ 2017-07-30 9:15 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-07-30 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 4a3fd9449641504065e33e366515f1fe912e3d0d
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 09:50:26 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3fd944
dev-python/pyswisseph: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild | 4 ++--
dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
index 638ee934fb6..0f594661e4a 100644
--- a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
+++ b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ 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/pyswisseph.git"
+ EGIT_REPO_URI="https://github.com/astrorigin/pyswisseph.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.bz2"
KEYWORDS="~amd64 ~x86"
diff --git a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
index b93c6d291f9..8e263a47436 100644
--- a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
+++ b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
@@ -10,7 +10,7 @@ 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"
+ EGIT_REPO_URI="https://github.com/astrorigin/${PN}.git"
else
COMMIT_ID=4f76befee7e39dff96b4c068cc6ce5fa66fb021c
SRC_URI="https://github.com/astrorigin/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/
@ 2018-07-07 12:15 Jonas Stein
0 siblings, 0 replies; 5+ messages in thread
From: Jonas Stein @ 2018-07-07 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 00a9eded2f8e7687d8d161eb3038ad0975f7f37a
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 7 09:22:17 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 12:14:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a9eded
dev-python/pyswisseph: Maintainer retired
Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/pyswisseph/metadata.xml | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/dev-python/pyswisseph/metadata.xml b/dev-python/pyswisseph/metadata.xml
index 9ce5a0d1ce7..90e4eddc1f3 100644
--- a/dev-python/pyswisseph/metadata.xml
+++ b/dev-python/pyswisseph/metadata.xml
@@ -1,14 +1,7 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="person">
- <email>lluixhi@gmail.com</email>
- <name>Aric Belsito</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<bugs-to>https://github.com/astrorigin/pyswisseph/issues</bugs-to>
<maintainer status="active">
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/
@ 2019-01-27 12:36 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2019-01-27 12:36 UTC (permalink / raw
To: gentoo-commits
commit: 40ab21dfa680ca810c6f3d7adea5c71683c611e0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 12:29:02 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 12:36:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ab21df
dev-python/pyswisseph: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-python/pyswisseph/Manifest | 1 -
dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/pyswisseph/Manifest b/dev-python/pyswisseph/Manifest
index 5bff2b51119..f4cc27ad4df 100644
--- a/dev-python/pyswisseph/Manifest
+++ b/dev-python/pyswisseph/Manifest
@@ -1,2 +1 @@
-DIST pyswisseph-2.00.00-2.tar.bz2 458443 BLAKE2B 4fa6cfebe46bf0d73bf9f086acf9189a6354762fac604f4dfd3fa6f5d36a6cbb8b024e9b8257d7f84cc74db1a5e63e6d495a33970d0c83ed95675914539d9217 SHA512 009542d370248989489e4d2a557b5f5cac27923bc06b9a9088b282f3f9cc8b31bfc43bba9cff3a44f8a77e20356b8a9ced60ec200b26815780af5588efbc9e4b
DIST pyswisseph-2.05.01_pre20160529.tar.gz 488382 BLAKE2B 3bcea971448b13c40f440473ce2da13ca18796ab645265ae813fed517ca7062342170e0526b48a19b8686ac82526a16654b7c8e4b7d2dcd8e854c116d1fbf911 SHA512 afec6ce93a34ee116ed5247ff0004cf7c3adce33b4e0f95aa251b6b533a8925340d6f6d847ab80dfb2cf75933939d282455e7dc1f812c28ad45a42f21ce1e611
diff --git a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
deleted file mode 100644
index 0f594661e4a..00000000000
--- a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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,3_5} )
-
-inherit distutils-r1
-
-PLEVEL=${PV##*_p}
-MY_PV=${PV/_p*}
-MY_PV=${MY_PV}-${PLEVEL}
-
-DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris"
-HOMEPAGE="https://github.com/astrorigin/pyswisseph"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/astrorigin/pyswisseph.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${PN}-${MY_PV}"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/
@ 2020-02-03 20:46 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-02-03 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 46d75da9e927ea8b0592ee7542bd290563941dee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 20:31:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 20:45:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d75da9
dev-python/pyswisseph: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
index 93becb1fbfe..a72e8ebba1d 100644
--- a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
+++ b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-02-03 20:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 20:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2019-01-27 12:36 Pacho Ramos
2018-07-07 12:15 Jonas Stein
2017-07-30 9:15 Michał Górny
2017-05-25 8:07 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox