summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 19:50:26 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:39 +0200
commit4a3fd9449641504065e33e366515f1fe912e3d0d (patch)
tree7fa3fa5a820800b80da3b8406250cbf853c5afc8 /dev-python/pyswisseph
parentdev-python/pydecomp: use HTTPS for GitHub (diff)
downloadgentoo-4a3fd9449641504065e33e366515f1fe912e3d0d.tar.gz
gentoo-4a3fd9449641504065e33e366515f1fe912e3d0d.tar.bz2
gentoo-4a3fd9449641504065e33e366515f1fe912e3d0d.zip
dev-python/pyswisseph: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/pyswisseph')
-rw-r--r--dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild4
-rw-r--r--dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild2
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 638ee934fb6f..0f594661e4af 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 b93c6d291f96..8e263a47436b 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"