diff options
author | 2018-04-19 13:51:17 -0400 | |
---|---|---|
committer | 2018-04-19 15:25:22 -0400 | |
commit | ad407789da9bde8519598415ce25a2a9706b70ae (patch) | |
tree | a2ba0aaf57f13f477740523815140c75843eb983 /dev-python/scapy-python3 | |
parent | media-fonts/ricty: Remove 3.2.0-r1 (diff) | |
download | gentoo-ad407789da9bde8519598415ce25a2a9706b70ae.tar.gz gentoo-ad407789da9bde8519598415ce25a2a9706b70ae.tar.bz2 gentoo-ad407789da9bde8519598415ce25a2a9706b70ae.zip |
Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540
Diffstat (limited to 'dev-python/scapy-python3')
-rw-r--r-- | dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/scapy-python3/scapy-python3-0.21.ebuild | 2 | ||||
-rw-r--r-- | dev-python/scapy-python3/scapy-python3-0.23.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild b/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild index a8ea7528943a..19f431d7aecf 100644 --- a/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild +++ b/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild @@ -9,7 +9,7 @@ IUSE="test" inherit distutils-r1 DESCRIPTION="Packet crafting/sending/... PCAP processing tool with python3 compatibility" -HOMEPAGE="https://pypi.python.org/pypi/scapy-python3/" +HOMEPAGE="https://pypi.org/project/scapy-python3/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/scapy-python3/scapy-python3-0.21.ebuild b/dev-python/scapy-python3/scapy-python3-0.21.ebuild index 07ba265c3d9f..7a0023d991fd 100644 --- a/dev-python/scapy-python3/scapy-python3-0.21.ebuild +++ b/dev-python/scapy-python3/scapy-python3-0.21.ebuild @@ -9,7 +9,7 @@ IUSE="test" inherit distutils-r1 DESCRIPTION="Packet crafting/sending/... PCAP processing tool with python3 compatibility" -HOMEPAGE="https://pypi.python.org/pypi/scapy-python3/" +HOMEPAGE="https://pypi.org/project/scapy-python3/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/scapy-python3/scapy-python3-0.23.ebuild b/dev-python/scapy-python3/scapy-python3-0.23.ebuild index 9da508913c37..d93a0469a59b 100644 --- a/dev-python/scapy-python3/scapy-python3-0.23.ebuild +++ b/dev-python/scapy-python3/scapy-python3-0.23.ebuild @@ -9,7 +9,7 @@ IUSE="test" inherit distutils-r1 DESCRIPTION="Packet crafting/sending/... PCAP processing tool with python3 compatibility" -HOMEPAGE="https://pypi.python.org/pypi/scapy-python3/" +HOMEPAGE="https://pypi.org/project/scapy-python3/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |