summaryrefslogtreecommitdiff
path: root/dev-python/twython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/twython
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/twython')
-rw-r--r--dev-python/twython/Manifest2
-rw-r--r--dev-python/twython/twython-3.9.1-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/twython/Manifest b/dev-python/twython/Manifest
index c53d6301b8fb..5c5a98490a0b 100644
--- a/dev-python/twython/Manifest
+++ b/dev-python/twython/Manifest
@@ -1,3 +1,3 @@
DIST twython-3.9.1.gh.tar.gz 372933 BLAKE2B 3db7f37e284ec83546e4f93a23e34c21ce9853e6206b62353e36b738ba591acadc55fd3dbbdf8cf7d74e63ab9966b9cdc7f49c5caa06e165bb7107b350509835 SHA512 e64d623dfa7ba2e81e09f9d8e784851b44201493d128ec576c4b5a9abc88debf1ca78f8a12933e0cd0a6b495012fa951bb62ea5d92db11186b37747b8576174f
-EBUILD twython-3.9.1-r1.ebuild 1262 BLAKE2B f076bad2c5e880aeff88be139b8d9ce8f60694331ddf6ab78c49188d1b345f419ddb79506b53c8d8b41306447f9b17441f2109832c775752792b9958b4c73654 SHA512 7aa5700d087e03527f00db58797cde79d4e4a187f4aadcfcebca22aa781821615384627d049bef741420a0eaec0ae07d5052e2a152300d7fe741d5aaabdeb96a
+EBUILD twython-3.9.1-r1.ebuild 1262 BLAKE2B 73beb781f8f55dcb33427ea20c96b77e062f8c70050a8d55a2353ac4eb9f162e0120e8c9bb63e4dd491f0c297decfd221789f60ea66fa3b3d32f04204ef1070e SHA512 1c3a23072a466519362966fcdae8601e60267c212246f39365909fc8a324e2965430c0092b71381e3abc31d07532af94c8929da653123b0671c9006669490d39
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 c9dd3d20032b..2337ddcfa9c9 100644
--- a/dev-python/twython/twython-3.9.1-r1.ebuild
+++ b/dev-python/twython/twython-3.9.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1