summaryrefslogtreecommitdiff
path: root/dev-python/httpbin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /dev-python/httpbin
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r--dev-python/httpbin/Manifest2
-rw-r--r--dev-python/httpbin/httpbin-0.4.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/httpbin/Manifest b/dev-python/httpbin/Manifest
index 9b69c57d4d74..59cbaf6e688a 100644
--- a/dev-python/httpbin/Manifest
+++ b/dev-python/httpbin/Manifest
@@ -1,3 +1,3 @@
DIST httpbin-0.4.1.tar.gz 88101 BLAKE2B 3df333ba92d50e065a598b2dc51ff3355eb94eb4b3a3094ba79cbe95fc11424e05f187e434ac299023dfbfd790b32db070a37e08a962ac19d803de4405603bb8 SHA512 feb519ee909c5115971f4bfd488ec0f9e987cd473464721f4e343e09b9d8fc592cf48b50ff3a2960bb67310521d865091cd766ed351ebfaa2dc8193115e9f052
-EBUILD httpbin-0.4.1.ebuild 895 BLAKE2B e24a358391e013d8952147e2e335a79e16a1fb1449eb96c10f275889aa0a94def14c349fd46d5d3ceb8531593bed4c837910914857993d35de7ba5417e9d55f4 SHA512 c4a0c07ff31963f9946b00018852ce1cd501dbda116af5882bdb40a4cbe102ab41e12b44e9efd62f0be6783e543ccfb3b45c36210e5dc9b12da1f4f34be8d0bf
+EBUILD httpbin-0.4.1.ebuild 896 BLAKE2B 8a4cd216fb95e7254b1b8c58d12989303043f1c7b7a86f7a0227c4d353b7bf143089e145be8520c6b03de9fdc7d7c63b078ff2fe9c596d7a3ca243d38566bd20 SHA512 b156227147301b746cf901fd0012c1ce1c895d5c78f7d289fd1d8509638f843064d660496eee7aead22ecae3a87d929df845acd3a64d744f4a793b52f4ba86a0
MISC metadata.xml 500 BLAKE2B 1270abbd84e19a72d75a2955858c49c6b33a8c92da7f86fb7853fde55968a840d941fe9f7cd1ec2718e8cbcfede6166c412aac7fc40e483043330935720dd898 SHA512 014a5e115d2cd225618e78ddf226dfe4f8772815efc3e9ecf49883701127335d9cba5e216daaba3f15de2944074c0041e5fd6eaf26772f0892da891570f841e1
diff --git a/dev-python/httpbin/httpbin-0.4.1.ebuild b/dev-python/httpbin/httpbin-0.4.1.ebuild
index a2632b2ab643..de91fa13508a 100644
--- a/dev-python/httpbin/httpbin-0.4.1.ebuild
+++ b/dev-python/httpbin/httpbin-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="HTTP Request and Response Service"
-HOMEPAGE="https://github.com/Runscope/httpbin http://pypi.python.org/pypi/httpbin"
+HOMEPAGE="https://github.com/Runscope/httpbin https://pypi.python.org/pypi/httpbin"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"