summaryrefslogtreecommitdiff
path: root/dev-python/twython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /dev-python/twython
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'dev-python/twython')
-rw-r--r--dev-python/twython/Manifest3
-rw-r--r--dev-python/twython/twython-3.9.1-r1.ebuild2
-rw-r--r--dev-python/twython/twython-3.9.1.ebuild37
3 files changed, 2 insertions, 40 deletions
diff --git a/dev-python/twython/Manifest b/dev-python/twython/Manifest
index 664ec9e01784..71781bbdb8bc 100644
--- a/dev-python/twython/Manifest
+++ b/dev-python/twython/Manifest
@@ -1,4 +1,3 @@
DIST twython-3.9.1.gh.tar.gz 372933 BLAKE2B 3db7f37e284ec83546e4f93a23e34c21ce9853e6206b62353e36b738ba591acadc55fd3dbbdf8cf7d74e63ab9966b9cdc7f49c5caa06e165bb7107b350509835 SHA512 e64d623dfa7ba2e81e09f9d8e784851b44201493d128ec576c4b5a9abc88debf1ca78f8a12933e0cd0a6b495012fa951bb62ea5d92db11186b37747b8576174f
-EBUILD twython-3.9.1-r1.ebuild 1250 BLAKE2B 6b8f9f8b6e09469c079ca557b31b689a98f83659241cbbccfd57bb801c8a193f6dc0906ef0cda134a4138860169434e21c246afa4f220edeac96b587c4530f85 SHA512 5808274521ae80615a439cded11351fa2707610d5d5c454549d42a0627751a57d9aa5b4794049909a77c76f9d01055e383cf15e63d090e1dfd48b27e57982c54
-EBUILD twython-3.9.1.ebuild 1189 BLAKE2B 1e71e613cf822bfd6ddf7f323398f147a6084b4f77e8ff319235a6e87480b5529437252945c3dd7e8153f59436a9b3b00b4946fd51993fc1efc989685d52b7db SHA512 008d484c8d4f93ac9d4a9ae8b2536b0215887e65217293678df20ee848449fab6a4711920cc727932653ee81c2347247d19943af624c3ba0a02fd89bb7ee037b
+EBUILD twython-3.9.1-r1.ebuild 1248 BLAKE2B 38ff6993f10e30da5857c4d0c0b5624582917d0bda729c4fa9c934ad9f6aea445d2e629cc71ae606bb2e2662b55c00ea38a0afb565214d0e7366ed911b96d67d SHA512 982a23fe240b94667fbb36e327f564cc577ea952794cda446f46ed0addd55f6c7345757927ceb641321b341c1d8471f19ed885d24d8d54e8b874a7dad08bd7af
MISC metadata.xml 407 BLAKE2B b4aac660a7929463899fafba57aab22c8175ae0f72587bb28fb765a8b0ec326085730bf3931562c27666917fe4d6d1ffa44462cb0856f46997f72d917201b7dd SHA512 cb71d9c30b5639d240bbb046479415d6520d42e3cff07fc30f8fc35366bcb188bf12f3a1088e8447964c824f264f98df29384f0ddc3fac7e11d1da0279df6414
diff --git a/dev-python/twython/twython-3.9.1-r1.ebuild b/dev-python/twython/twython-3.9.1-r1.ebuild
index 6e483bc423d5..9887d7cfb70e 100644
--- a/dev-python/twython/twython-3.9.1-r1.ebuild
+++ b/dev-python/twython/twython-3.9.1-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
>=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
diff --git a/dev-python/twython/twython-3.9.1.ebuild b/dev-python/twython/twython-3.9.1.ebuild
deleted file mode 100644
index 3562cdc0d51a..000000000000
--- a/dev-python/twython/twython-3.9.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="An easy way to access Twitter data with Python"
-HOMEPAGE="https://github.com/ryanmcgrath/twython"
-SRC_URI="
- https://github.com/ryanmcgrath/twython/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- >=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}]"
-BDEPEND="
- test? ( dev-python/responses[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
- local deselect=(
- # tests are largely unmaintained and outdated
- tests/test_core.py::TwythonAPITestCase::test_get_lastfunction_header_should_return_header
- tests/test_core.py::TwythonAPITestCase::test_request_should_handle_400_for_missing_auth_data
- tests/test_core.py::TwythonAPITestCase::test_request_should_handle_400_that_is_not_auth_related
- tests/test_core.py::TwythonAPITestCase::test_request_should_handle_401
- tests/test_core.py::TwythonAPITestCase::test_request_should_handle_rate_limit
- )
- epytest ${deselect[@]/#/--deselect }
-}