summaryrefslogtreecommitdiff
path: root/dev-python/wsgiproxy2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
commit6bd95d1f6320b8666a31ec949183aaa3088aa16f (patch)
treeff9f0cde8bfba5191f96c690c269c814c134a51e /dev-python/wsgiproxy2
parentb279bbe94522565b8feb19b8e5f377d3ea76f157 (diff)
gentoo resync : 25.03.2018
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r--dev-python/wsgiproxy2/Manifest4
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild4
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest
index aad2b33eaa1a..a3dd11f44505 100644
--- a/dev-python/wsgiproxy2/Manifest
+++ b/dev-python/wsgiproxy2/Manifest
@@ -1,5 +1,5 @@
DIST WSGIProxy2-0.4.2.zip 18817 BLAKE2B 90334926b726024c1a16b066d11cfe579ad80515861811766753aa772fa97e521466bce0a08c028a965e51ec40b977feb1f4b59aa6c023ca6a431deb63668ed5 SHA512 3dd750263485ceb644373d8ea9692c9a46126a1ed7cd640feba7d42b0fe618e290dcae2f76dc83be77de34211ac473f5a1496a8309e3fcc64982e9642af786fb
DIST WSGIProxy2-0.4.4.tar.gz 16475 BLAKE2B 8cc91e8364204a03fb8f80abb926e69112c2224b595c695d25e2fa54553fe9c82e3420f68b58f266d04450dd49a6dbf9257c190da8645dfeee976ae101fc708b SHA512 6ae9fca65fe80f52924f42b26b447631e8c278f517ababc23d26e5f8598d6d9b7975197ec74faf64f2e051824366ac14c5db5727a014a187c70a1b4604105b42
-EBUILD wsgiproxy2-0.4.2.ebuild 1298 BLAKE2B 52cb17b169e568968c6b04d6000d7292c83ab746e555f60ae8d42fb6d1c7ca209f78b32c5f434d379249eaf2eaf616f62189fbf776a6cf147eb284b82374eece SHA512 646b476e6b55e1af716c967556e6c6f2227f847ab973eb2353d3f7e448dfc29cd15c7839908e8a6b9e6855e4ad0a576bc726507082461107388e0f518c30d429
-EBUILD wsgiproxy2-0.4.4.ebuild 1309 BLAKE2B b9d7900b21f3e3209789351b055ee056c5ba6956f1e3d8c9c6d4d6184bb8666bc72371bc8743846406e38f0f729ef1b0904bd9e9447d9141e64c2d2facc7898e SHA512 cd14b57474021e35c1012e983da2404273aae37f979395ed95e44916877026d5d684a7b33cc506c4a55dba43d3a87b07d0937012ab002cbcee5eb8f3e99172b9
+EBUILD wsgiproxy2-0.4.2.ebuild 1304 BLAKE2B 9c9b930130390d0d1000b4a91d5463e877d07f5412d00fde8f7a119235f0f5fd46e3d9529e17f21062fefe6963e538069b108fe84df91a111a04e433907df699 SHA512 e87ec2fdc3882205097415e83eb94d0b096454a103fd136d905ec60cc4c3747d78c4d93c6921519fbabe65786c391f5cdd78f56ad0cbc8458eb77446befc6247
+EBUILD wsgiproxy2-0.4.4.ebuild 1315 BLAKE2B ae3dc335ae81e97ee8e48fe2bd63cdeeb308c7346625512b1600dcff65ba04c443aa7eb3fc6459e7b561b3ba51c03fdb09e9fb4ae191ca1cb78f1590545607f4 SHA512 94f7337e71e082cd671df481b6c022f44ffb2b39e3fdbc07bec6abe5d9b025abeb0a413a12797ab2a553810ba9cf8519a700e96bb46025d8f127ea331284bb74
MISC metadata.xml 313 BLAKE2B 45cd2545e5d5b03206c8c3f2db35c0a95ce08f6c29503c19deee7ebc90f578a8a68bc9ca98a504661d09866ccc0217067643efb84e99cda9d1678231ce01a79e SHA512 147915d551dc542cb68d4cab97a3b187ef698dc450cb730c80eec846e4d4debc954b68d04f76e1df835fcc4d179d705ee95379b38c7d39d0f1ffce809941a7c4
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
index bf48cd474a38..3f8ed4a71872 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.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
@@ -10,7 +10,7 @@ inherit distutils-r1
MY_PN="WSGIProxy2"
DESCRIPTION="HTTP proxying tools for WSGI apps"
-HOMEPAGE="http://pythonpaste.org/wsgiproxy/"
+HOMEPAGE="https://pypi.python.org/pypi/WSGIProxy2"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
LICENSE="MIT"
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
index 1756e680ae96..6f8278604c1b 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.4.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
@@ -10,7 +10,7 @@ inherit distutils-r1
MY_PN="WSGIProxy2"
DESCRIPTION="HTTP proxying tools for WSGI apps"
-HOMEPAGE="http://pythonpaste.org/wsgiproxy/"
+HOMEPAGE="https://pypi.python.org/pypi/WSGIProxy2"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="MIT"