diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-04 16:56:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-04 19:03:12 +0100 |
commit | eebbd52da7d5cfc8b37a25ace7eb257819b56331 (patch) | |
tree | f4d656e79240c2fea5a5d0eab377497627322b48 /dev-python/twython/twython-3.9.1-r1.ebuild | |
parent | dev-python/txtorcon: Enable py3.12 (diff) | |
download | gentoo-eebbd52da7d5cfc8b37a25ace7eb257819b56331.tar.gz gentoo-eebbd52da7d5cfc8b37a25ace7eb257819b56331.tar.bz2 gentoo-eebbd52da7d5cfc8b37a25ace7eb257819b56331.zip |
dev-python/twython: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twython/twython-3.9.1-r1.ebuild')
-rw-r--r-- | dev-python/twython/twython-3.9.1-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
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" |