summaryrefslogtreecommitdiff
path: root/dev-python/geventhttpclient
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/geventhttpclient
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/geventhttpclient')
-rw-r--r--dev-python/geventhttpclient/Manifest4
-rw-r--r--dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild12
-rw-r--r--dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild1
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/geventhttpclient/Manifest b/dev-python/geventhttpclient/Manifest
index 56992b6d982b..49e387c6ec94 100644
--- a/dev-python/geventhttpclient/Manifest
+++ b/dev-python/geventhttpclient/Manifest
@@ -1,4 +1,4 @@
DIST geventhttpclient-1.3.1.tar.gz 82598 BLAKE2B 5fef20a74c431ed53be4eedb3ec7e040572ad960363d41dda8b93c8f08f3eb05ba6160676c1c3ed957d1528a12aa297400063377f3788754e9e76401bb3421ae SHA512 a50486e1485c449a821176f0aa139cb05a3c7675fb045086e086cc7bb71d6e1d75191fae6972b381e7e69dba89d23c387464503845badd29fa361e03aa866079
-EBUILD geventhttpclient-1.3.1-r1.ebuild 1265 BLAKE2B deb5b82a0b701e759fda10c41b70744bb800cfd1d14ea584a7c204116d01be0db9b51290222f2003eab80a7776fa4d74c998e7020b30df746932cf038815cac4 SHA512 f06ca3cfa84535264f46603ead6bbc5d0f09de964e20f2c036adadb63356497c155fed6ad8f60482e1087e8129d85775ad22ee6213d4a241df6b8dd7306aa2d0
-EBUILD geventhttpclient-1.3.1.ebuild 1199 BLAKE2B 158efa8ec831ee5e1c22e5d5cd51d134477946ab3db7b449faa1b9c1d7efd0d76d1202dbfa29d023530f175a9a2fe2125c49986ce9aa17d1496a9e3cca31598f SHA512 2d1e4feac0d457eaba356fc0f09033079355f30bf98c9a84abf23b2bcaf100787d9f1f59239b59066fb2f5a132a5d80a59f15a98b32eeaaad2739cbe3da278f6
+EBUILD geventhttpclient-1.3.1-r1.ebuild 1472 BLAKE2B 1fb08758467e2599c42301191212047b258dffc50f1133af192b50995c99457c7dea2403a2b737edee1a95f98df4852b092a21299f3d3ee4e0a5f8b4ef6d3404 SHA512 a0597cabaa2e75a45d330fa1d32865a3a88a5cd6bf896312225bfd03edb2285b0ce4eba548ef1c2875e8e0f24a5dfa2182a7f7990daf2fc836d29b0dbd49c8d9
+EBUILD geventhttpclient-1.3.1.ebuild 1226 BLAKE2B 061ab78e552c8f16960cb6f1b044c06e745d67e9697941ad0c690b12ed7f34c4cc5049c4adace1e2eca2cb8f98fdc5fb89b76ebc7de166fa5a884f1319c48815 SHA512 ba496009e624b9205e7c0a36904e6a488db894837526a651817a54be57998f417ac63d10af63188ec51be1f6df3c07790b641c2637343276fb2a2057a0be331b
MISC metadata.xml 454 BLAKE2B c0c62b4bcb9e480cdbc6739010039421f139999d7df9673d260ee2365073a108479892dce53e86e1f8ec721c9a33d3967bd41e468994331970a583189aa8c0fa SHA512 1739f134e47ed32c68fce16d76684f6c2393f1e25fe0b098499b1362379cca9b7522950ef77afd9d8e063e1e0335e50dc3cd44192d91ef01adfae68c02fd9d96
diff --git a/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild b/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild
index 2335e56311ac..8848ebc00731 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1
@@ -12,8 +12,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
@@ -38,7 +39,10 @@ python_test() {
# Ignore tests which require network access
# Append to sys.path to avoid ImportError
# https://bugs.gentoo.org/667758
+ # Skip a test that fails with Python > 3.7
+ # https://github.com/gwik/geventhttpclient/issues/119
pytest --import-mode=append -vv src/geventhttpclient/tests --ignore \
- src/geventhttpclient/tests/test_client.py || \
- die "Tests failed with ${EPYTHON}"
+ src/geventhttpclient/tests/test_client.py --deselect \
+ src/geventhttpclient/tests/test_headers.py::test_cookielib_compatibility \
+ || die "Tests failed with ${EPYTHON}"
}
diff --git a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
index 21f14b7c62dd..f919e09f222e 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.3.1.ebuild
@@ -14,6 +14,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]