mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python3-twine: upgrade 3.7.1 -> 3.8.0
changelog: =============================================================================== Add --verbose logging for querying keyring credentials. Log all upload responses with --verbose. Show more helpful error message for invalid metadata. -Bugfixes Require a recent version of urllib3. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
23
meta-python/recipes-devtools/python/python3-twine_3.8.0.bb
Normal file
23
meta-python/recipes-devtools/python/python3-twine_3.8.0.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION = "Utilities for interacting with PyPI"
|
||||
HOMEPAGE = "https://twine.readthedocs.io/"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c"
|
||||
|
||||
SRC_URI[sha256sum] = "8efa52658e0ae770686a13b675569328f1fba9837e5de1867bfe5f46a9aefe19"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
DEPENDS += "\
|
||||
${PYTHON_PN}-setuptools-scm-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-importlib-metadata \
|
||||
"
|
||||
|
||||
do_compile:prepend() {
|
||||
echo "from setuptools import setup" > ${S}/setup.py
|
||||
echo "setup()" >> ${S}/setup.py
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user