meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb
Liu Yiding 76886b745c
python3-twitter: upgrade 4.15.0 -> 4.16.0
Changelog:
==========
- Re-improve clarity of OAuth 2.0 User Context example code
- Fix SyntaxWarning
- Install 'build'
- Docs config updates to fix build
- Fix Sphinx context injection removal by readthedocs
- Revert hoverxref upgrade for now until sphinx can be updated
- Fix build error for docs related to 'html_context' setting
- Modernize packaging configuration
- Add new publish workflow to use trusted publisher
- Add dev and test dependencies
- Update publish workflow...
- Add support for posting tweets to Communities

Change to use LICENSE file instead of PKG-INFO, and
license is MIT still

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-22 20:02:17 -07:00

20 lines
468 B
BlitzBasic

SUMMARY = "Twitter for Python"
DESCRIPTION = "Python module to support twitter API"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=48c84b17f84a9a623754604ab73f28fe"
SRC_URI[sha256sum] = "1d95cbdc50bf6353a387f881f2584eaf60d14e00dbbdd8872a73de79c66878e3"
PYPI_PACKAGE = "tweepy"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
python3-pip \
python3-pysocks \
python3-requests \
python3-requests-oauthlib \
python3-six \
"