From e1c85fc0a7a871c3ba70732291242ff4f84e2354 Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 12 Sep 2023 10:57:35 +0200 Subject: [PATCH] Remove duplicated recipes (#160) --- recipes-devtools/python/backport.md | 6 ------ .../python/python3-sortedcontainers_2.4.0.bb | 9 --------- .../python3-aiosqlite/python3-aiosqlite.inc | 10 ---------- .../python3-aiosqlite_0.19.0.bb | 16 --------------- .../python3-opcua-asyncio.inc | 10 ---------- .../python3-opcua-asyncio_1.0.3.bb | 20 ------------------- 6 files changed, 71 deletions(-) delete mode 100644 recipes-devtools/python/python3-sortedcontainers_2.4.0.bb delete mode 100644 recipes-devtools/python3-aiosqlite/python3-aiosqlite.inc delete mode 100644 recipes-devtools/python3-aiosqlite/python3-aiosqlite_0.19.0.bb delete mode 100644 recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio.inc delete mode 100644 recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio_1.0.3.bb diff --git a/recipes-devtools/python/backport.md b/recipes-devtools/python/backport.md index 009d8d8..8b66f83 100644 --- a/recipes-devtools/python/backport.md +++ b/recipes-devtools/python/backport.md @@ -55,9 +55,3 @@ Available with *openembedded-core kirkstone (Yocto Project 4.0)*. Upstream revision: `0ad97879bb13d542d5b475376805af87cdeb6837` - -## python3-sortedcontainers - -Available with *openembedded-core kirkstone (Yocto Project 4.0)*. - -Upstream revision: `c8c4e324eccc816432381d61b94c6ec13e25d634` diff --git a/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb b/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb deleted file mode 100644 index 0755d3e..0000000 --- a/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions." -HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae" - -inherit pypi setuptools3 -SRC_URI[sha256sum] = "25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python3-aiosqlite/python3-aiosqlite.inc b/recipes-devtools/python3-aiosqlite/python3-aiosqlite.inc deleted file mode 100644 index 1c7e3d6..0000000 --- a/recipes-devtools/python3-aiosqlite/python3-aiosqlite.inc +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "asyncio bridge to the standard sqlite3 module " -DESCRIPTION = "aiosqlite provides a friendly, async interface to sqlite databases." -AUTHOR = "omnilib" -HOMEPAGE = "https://github.com/omnilib/aiosqlite" -BUGTRACKER = "https://github.com/omnilib/aiosqlite/issues" -SECTION = "development" -LICENSE = "MIT" - -CVE_PRODUCT = "" - diff --git a/recipes-devtools/python3-aiosqlite/python3-aiosqlite_0.19.0.bb b/recipes-devtools/python3-aiosqlite/python3-aiosqlite_0.19.0.bb deleted file mode 100644 index 2951fa8..0000000 --- a/recipes-devtools/python3-aiosqlite/python3-aiosqlite_0.19.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -require ${PN}.inc - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c422eaa1f23d09f8203dc0af3e2d54" - -SRC_URI[sha256sum] = "95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d" - -PYPI_PACKAGE = "aiosqlite" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-typing-extensions \ -" - -BBCLASSEXTEND = "native nativesdk" - diff --git a/recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio.inc b/recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio.inc deleted file mode 100644 index ba708ed..0000000 --- a/recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio.inc +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "OPC UA library for python" -DESCRIPTION = "OPC UA / IEC 62541 Client and Server for Python" -AUTHOR = "FreeOpcUa" -HOMEPAGE = "https://github.com/FreeOpcUa/opcua-asyncio" -BUGTRACKER = "https://github.com/FreeOpcUa/opcua-asyncio/issues" -SECTION = "development" -LICENSE = "LGPLv3+" - -CVE_PRODUCT = "" - diff --git a/recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio_1.0.3.bb b/recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio_1.0.3.bb deleted file mode 100644 index 3d0b16d..0000000 --- a/recipes-devtools/python3-opcua-asyncio/python3-opcua-asyncio_1.0.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -require ${PN}.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" - -SRC_URI[sha256sum] = "581a5f4d32e65959105d907c82cec3c4ab98ef82230a2ca1778ca58f1a3b1d45" - -PYPI_PACKAGE = "asyncua" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-aiofiles \ - python3-aiosqlite \ - python3-cryptography \ - python3-dateutil \ - python3-pytz \ - python3-sortedcontainers \ -" - -BBCLASSEXTEND = "native nativesdk"