summaryrefslogtreecommitdiff
path: root/dev-python/twython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-04 22:13:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-04 22:13:37 +0000
commit39ca6159b9ac903dc56818918d9f97bc831f0955 (patch)
treee9b34845be7f96bc244fd239f6dd8090096ce703 /dev-python/twython
parentbc968d15e7f24968eb69567c7f2fca470fdedacd (diff)
gentoo auto-resync : 04:11:2023 - 22:13:37
Diffstat (limited to 'dev-python/twython')
-rw-r--r--dev-python/twython/Manifest2
-rw-r--r--dev-python/twython/twython-3.9.1-r1.ebuild10
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/twython/Manifest b/dev-python/twython/Manifest
index 5c5a98490a0b..e71d9d74701b 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 73beb781f8f55dcb33427ea20c96b77e062f8c70050a8d55a2353ac4eb9f162e0120e8c9bb63e4dd491f0c297decfd221789f60ea66fa3b3d32f04204ef1070e SHA512 1c3a23072a466519362966fcdae8601e60267c212246f39365909fc8a324e2965430c0092b71381e3abc31d07532af94c8929da653123b0671c9006669490d39
+EBUILD twython-3.9.1-r1.ebuild 1303 BLAKE2B 48be1dd0a02ac8ae11c7527ae1b34905a4a9258bf71a2dabfe017d6daa7c6ee4030d51c68b460c604f4821d20132210354d0a06abc3a4d5b60e37dc0f09a864b SHA512 fd36cfa514e6bb243e0c6833093213faa6e28048308db20069967c8607644f2356eb0d3262bc7714b1d94d3bf603bfb73901b88a2e9501fea04ea481e3a70307
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 2337ddcfa9c9..67e3f1ec24a0 100644
--- a/dev-python/twython/twython-3.9.1-r1.ebuild
+++ b/dev-python/twython/twython-3.9.1-r1.ebuild
@@ -4,15 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="An easy way to access Twitter data with Python"
-HOMEPAGE="https://github.com/ryanmcgrath/twython"
+HOMEPAGE="
+ https://github.com/ryanmcgrath/twython/
+ https://pypi.org/project/twython/
+"
SRC_URI="
https://github.com/ryanmcgrath/twython/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
+ -> ${P}.gh.tar.gz
+"
SLOT="0"
LICENSE="MIT"