summaryrefslogtreecommitdiff
path: root/dev-python/wsgiproxy2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /dev-python/wsgiproxy2
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r--dev-python/wsgiproxy2/Manifest2
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild (renamed from dev-python/wsgiproxy2/wsgiproxy2-0.4.6.ebuild)4
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest
index e0823692643c..d9b13025d129 100644
--- a/dev-python/wsgiproxy2/Manifest
+++ b/dev-python/wsgiproxy2/Manifest
@@ -1,4 +1,4 @@
AUX wsgiproxy2-0.4.6-tests.patch 736 BLAKE2B 4680b256f190d1bde89b5e8735cdd03a68061a4c68162033da329068838ea262f231a07aa6a944f9a9889c415af0c65eb3c885d9b69d9ee3fa8878003e886545 SHA512 960b5be5e67cc77d86c37ea5f6966ca838455cea74d79288e245acb47c9b374a285a3135c39330b2e8928760fd244e8addad8e4f707b7cbee1dc4801562a50f5
DIST WSGIProxy2-0.4.6.tar.gz 16481 BLAKE2B c33dc34d430da795e8144e06e1d6f100cce7d0155295c2d3038567a048647a4f008dbc0156fd4234ce069b3f4ec01af0e42b174dd68c92c9cb3ff4e13be83f8a SHA512 c60d794c0c8b383bf1857ec325d6d0b4fce9c4aec4a06cbf9d7549b609633e491e137342b7bbaf4eec12462eabba63096328c8517b0685e241d1baecd5827cad
-EBUILD wsgiproxy2-0.4.6.ebuild 1204 BLAKE2B a783245af65674742ebf267ac83e0966def5a4658b3025589037ca792bf93472d969c80e64d79c3a5d9b69c1da109419ac799fc844e17a8566876182f3774be3 SHA512 1202f3dc4e9e91e28db5e53c8ad5dfd101d0fcda947ae06a164fdc4cb1314f2a131edc0a49ac26726493c3a0da227d6e99e0f82e8e33579b201a8a54ef31d7c5
+EBUILD wsgiproxy2-0.4.6-r1.ebuild 1093 BLAKE2B bf0983040a13292fb136d422ac458fbb8e181e4bd2261b30eaea632ab382f80c8654e239c468876d7e16b2fd72f6d59df9ae37efff054431f192a633c4c0a8c8 SHA512 f7819163815d963e188a93d5927f491354d85f5b7c4535c131a804bf43a43b517c3fed8160aebd6ed9e46a1bb5f6777a4bd5a3e39be5fbdbccc0ef83681f576b
MISC metadata.xml 337 BLAKE2B b34d470df573b61875a4d4bbff338d30a9bb21fc1905a73e47639fd9f3a9c3222b8d5dd54daeb37228dea119cdd354d618cd544de3ab7b46b826f70faaa9add0 SHA512 85c5219804c984dd8f028fcafd94476d0e44a09154d852fcc86194f6c1fb4dbe47228346be487aad7de0588079499c8e47cca0166721f519a8a99cb359fd4f03
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
index 0167fefc4719..0995b056c08b 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1
@@ -28,9 +28,7 @@ BDEPEND="${RDEPEND}
test? (
>=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/restkit[${PYTHON_USEDEP}]' -2)
)"
-# Tests needing restkit are skipped under py3
# Testing also revealed the suite needs latest webtest
S="${WORKDIR}/${MY_PN}-${PV}"