Install this version:
emerge -a =dev-python/tweepy-4.14.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/tweepy-4.14.0
Or alternatively:
emerge --autounmask-write -a =dev-python/tweepy-4.14.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.14.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )
inherit distutils-r1
DESCRIPTION="An easy-to-use Python library for accessing the Twitter API."
HOMEPAGE="https://www.tweepy.org/"
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# dev-python/nose removed from ::gentoo
RESTRICT="test"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP},socks5]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
# test? (
# dev-python/aiohttp[${PYTHON_USEDEP}]
# dev-python/async-lru[${PYTHON_USEDEP}]
# dev-python/mock[${PYTHON_USEDEP}]
# <dev-python/urllib3-2.0.0[${PYTHON_USEDEP}]
# dev-python/vcrpy[${PYTHON_USEDEP}]
# )
# distutils_enable_tests nose
dev-python/requests[,socks5] dev-python/requests-oauthlib[]
dev-python/requests[,socks5] dev-python/requests-oauthlib[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tweepy-4.14.0.tar.gz | 5914530 bytes | https://github.com/tweepy/tweepy/archive/v4.14.0.tar.gz |