Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta python merge #547

Merged
merged 9 commits into from
Mar 11, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-aws-iot-device-sdk-python \
python3-babel \
python3-backcall \
python3-backports-functools-lru-cache \
python3-bandit \
python3-bcrypt \
python3-beautifulsoup4 \
Expand Down Expand Up @@ -82,7 +81,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-colorzero \
python3-configargparse \
python3-configobj \
python3-configparser \
python3-configshell-fb \
python3-constantly \
python3-contextlib2 \
Expand Down Expand Up @@ -280,6 +278,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-pkcs11 \
python3-pkgconfig \
python3-ply \
python3-poetry-core \
python3-pocketsphinx \
python3-polyline \
python3-portalocker \
Expand Down Expand Up @@ -346,7 +345,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-pyserial \
python3-pysocks \
python3-pysonos \
python3-pystache \
python3-pystemd \
python3-pytest-asyncio \
python3-pytest-benchmark \
Expand Down Expand Up @@ -475,6 +473,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-yarl \
python3-zopeinterface \
telepathy-python3 \
unattended-upgrades \
"
RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools"

Expand All @@ -484,7 +483,6 @@ RDEPENDS:packagegroup-meta-python3-ptest = "\
python3-markupsafe-ptest \
python3-ansicolors-ptest \
python3-appdirs-ptest \
python3-backports-functools-lru-cache-ptest \
python3-bcrypt-ptest \
python3-betamax-ptest \
python3-blinker-ptest \
Expand Down
3 changes: 2 additions & 1 deletion meta-python/recipes-devtools/python/python3-aiohttp_3.8.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8074d6c6e217873b2a018a4522243ea3"
SRC_URI[sha256sum] = "fc5471e1a54de15ef71c1bc6ebe80d4dc681ea600e68bfd1cbce40427f0b7578"

PYPI_PACKAGE = "aiohttp"
inherit setuptools3 pypi
inherit setuptools_build_meta pypi

RDEPENDS:${PN} = "\
${PYTHON_PN}-async-timeout \
${PYTHON_PN}-attrs \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PYPI_PACKAGE = "ansi2html"

SRC_URI[sha256sum] = "69316be8c68ac91c5582d397c2890e69c993cc7cda52062ac7e45fcb660d8edc"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

DEPENDS += " \
${PYTHON_PN}-setuptools-scm-native \
Expand All @@ -18,8 +18,3 @@ RDEPENDS:${PN} = " \
${PYTHON_PN}-six \
${PYTHON_PN}-compression \
"

do_compile:prepend() {
echo "from setuptools import setup" > ${S}/setup.py
echo "setup()" >> ${S}/setup.py
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

PYPI_PACKAGE = "asttokens"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

SRC_URI[sha256sum] = "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"

DEPENDS += "\
python3-setuptools-scm-native \
python3-wheel-native \
"
DEPENDS += "python3-setuptools-scm-native"

BBCLASSEXTEND = "native"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fa41f15bb5f23b6d3560c5845eb8d57"
SRC_URI[sha256sum] = "2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"

PYPI_PACKAGE = "async-timeout"
inherit pypi setuptools3
inherit pypi setuptools_build_meta

RDEPENDS:${PN} = "\
${PYTHON_PN}-asyncio \
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDS += "${PYTHON_PN}-cffi-native"
SRC_URI[md5sum] = "fe31390dab603728f756cd3d6830c80a"
SRC_URI[sha256sum] = "5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29"

inherit pypi setuptools3 ptest
inherit pypi setuptools_build_meta ptest

SRC_URI += " \
file://run-ptest \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"

SRC_URI[sha256sum] = "42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

DEPENDS += "python3-setuptools-scm-native"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=439a07e400525964c3c82684146e46eb"

inherit pypi setuptools3 ptest
inherit pypi setuptools_build_meta ptest

SRC_URI += " \
file://run-ptest \
Expand Down
2 changes: 1 addition & 1 deletion meta-python/recipes-devtools/python/python3-cbor2_5.4.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca

SRC_URI[sha256sum] = "e283e70b55a049ff364cc5e648fde587e4d9b0e87e4b2664c69e639135e6b3b8"

inherit pypi setuptools3 ptest
inherit pypi setuptools_build_meta ptest

SRC_URI += " \
file://run-ptest \
Expand Down
13 changes: 0 additions & 13 deletions meta-python/recipes-devtools/python/python3-configparser_5.2.0.bb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb48

PYPI_PACKAGE = "python-dateutil"
PIP_INSTALL_PACKAGE = "python_dateutil"
inherit pypi setuptools3
inherit pypi setuptools_build_meta

PACKAGES =+ "${PN}-zoneinfo"
FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

PYPI_PACKAGE = "python-engineio"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"

SRC_URI[sha256sum] = "a9a42a208573d4074c77d041447336cf4e3c1389a256fd3e113ef59cf29b7980"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

RDEPENDS:${PN} += "\
${PYTHON_PN}-logging \
${PYTHON_PN}-fcntl \
"

do_compile:prepend() {
echo "from setuptools import setup" > ${S}/setup.py
echo "setup()" >> ${S}/setup.py
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SRC_URI[sha256sum] = "57d6060839e3a7f150eaab6fe4e726d9e3e7cffe2150fb223d73f92421

PYPI_PACKAGE = "Flask-Migrate"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

RDEPENDS:${PN} += "\
${PYTHON_PN}-flask-sqlalchemy \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

PYPI_PACKAGE = "Flask-SocketIO"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c"

SRC_URI[sha256sum] = "ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

BBCLASSEXTEND = "native nativesdk"

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf"

SRC_URI[sha256sum] = "58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

RDEPENDS:${PN} += "\
${PYTHON_PN}-compression \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"

SRC_URI[sha256sum] = "ee1f872fdfc7d2ef4a28d4f80ddde9f96d36955b5d6b0dac4bdeb99502bddb00"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

DEPENDS += "\
${PYTHON_PN}-setuptools-scm-native \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6dc5b4bd3d02faedf08461621aa2aeca"

SRC_URI[sha256sum] = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

RDEPENDS:${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna"

Expand Down
2 changes: 1 addition & 1 deletion meta-python/recipes-devtools/python/python3-icu_2.8.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "f0b9549a87f87ba7c413f13679d137271e0b37f1f39b0109ace38257d4

SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"

inherit pkgconfig pypi setuptools3
inherit pkgconfig pypi setuptools_build_meta
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5e2f4edc7e7408a82e4a1d05f229b695"

SRC_URI[sha256sum] = "04d02cfcfc18a6f8a9a4edb4d0a55e2e4fc575626c29d702f750de415e88d372"

inherit pypi setuptools3 ptest
inherit pypi setuptools_build_meta ptest

SRC_URI += " \
file://run-ptest \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=9429839cdc4b292ff46e88b524c6e0

SRC_URI[sha256sum] = "9de87a427c9a449eee7913472fb9ed03b63036295547369fdbf95f76a8b924b2"

inherit pypi ptest setuptools3
inherit pypi ptest setuptools_build_meta

DEPENDS += "\
${PYTHON_PN}-setuptools-scm-native \
${PYTHON_PN}-wheel-native \
"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"

RDEPENDS:${PN} += "\
${PYTHON_PN}-booleanpy \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ HOMEPAGE = "https://github.com/rm-hull/luma.core"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=3b1d500f5911ec7522f1f790d616e0ee"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

SRC_URI[sha256sum] = "f293f5fff8946eea62af3a5d5d7da55c37d2b64aac6c9c90180a385da9f7d003"

CLEANBROKEN = "1"

PYPI_PACKAGE = "luma.core"

RDEPENDS:${PN} += " \
Expand Down
2 changes: 1 addition & 1 deletion meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ DEPENDS += " \

SRC_URI[sha256sum] = "57c5dfd3b7dae833b0d2b2c1aafd7f9d0dfcab40683d183d010c67c9fd1beca3"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

BBCLASSEXTEND = "native nativesdk"
2 changes: 1 addition & 1 deletion meta-python/recipes-devtools/python/python3-mypy_0.910.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=17b7180fcfc43c4e70c07c71588604c4"

PYPI_PACKAGE = "mypy"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

SRC_URI[sha256sum] = "704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=3bf5e1ad64c0d99032c3143361fa234e"

SRC_URI[sha256sum] = "694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8"

inherit pypi setuptools3 ptest
inherit pypi flit_core ptest

DEPENDS += "python3-pytest-runner-native"

Expand Down
2 changes: 1 addition & 1 deletion meta-python/recipes-devtools/python/python3-pint_0.18.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bccf824202692270a1e0829a62e3f47b"

PYPI_PACKAGE := "Pint"

inherit pypi ptest setuptools3
inherit pypi ptest setuptools_build_meta

SRC_URI[sha256sum] = "8c4bce884c269051feb7abc69dbfd18403c0c764abc83da132e8a7222f8ba801"

Expand Down
7 changes: 2 additions & 5 deletions meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \

SRC_URI[sha256sum] = "5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8"

inherit pypi setuptools3
DEPENDS = "curl"

DEPENDS = "\
curl \
${PYTHON_PN}\
"
inherit pypi setuptools3
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ PYPI_PACKAGE = "PyHamcrest"

SRC_URI[sha256sum] = "dfb19cf6d71743e086fbb761ed7faea5aacbc8ec10c17a08b93ecde39192a3db"

inherit pypi setuptools3
inherit pypi setuptools_build_meta

RDEPENDS:${PN} += "${PYTHON_PN}-six"
Loading