mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/pyGPG: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
6e52272db2
commit
76d539763a
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=(python{2_7,3_4})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git"
|
||||
EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
|
||||
|
||||
DESCRIPTION="A python interface wrapper for gnupg's gpg command"
|
||||
HOMEPAGE="https://github.com/dol-sen/pyGPG"
|
||||
|
||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git"
|
||||
EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
|
||||
|
||||
DESCRIPTION="A python interface wrapper for gnupg's gpg command"
|
||||
HOMEPAGE="https://github.com/dol-sen/pyGPG"
|
||||
|
||||
@@ -9,7 +9,7 @@ EGIT_BRANCH="master"
|
||||
|
||||
inherit distutils-r1 python-r1 git-2
|
||||
|
||||
EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git"
|
||||
EGIT_REPO_URI="https://github.com/dol-sen/pyGPG.git"
|
||||
|
||||
DESCRIPTION="A python interface wrapper for gnupg's gpg command"
|
||||
HOMEPAGE="https://github.com/dol-sen/pyGPG"
|
||||
|
||||
Reference in New Issue
Block a user