From 5df692b1b515fb45e7f0b65659b32420f5d67f02 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Feb 2023 16:08:34 +0800 Subject: python3-aspectlib: upgrade 1.5.2 -> 2.0.0 License-Update: Copyright updated to 2022. 0001-Remove-tornado-6-test-constraint.-Ref-15.patch removed since it's not available in 2.0.0. Changelog: ========= Drop support for legacy Pythons (2.7, 3.6 or older). Remove Travis/Appveyor CI and switch to GitHub Actions. Added support for Tornado 6 (in the test suite). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-aspectlib_1.5.2.bb | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb (limited to 'meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb deleted file mode 100644 index 71f3d3594..000000000 --- a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (C) 2021 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "An aspect-oriented programming, monkey-patch and decorators library." -DESCRIPTION = " It is useful when changing behavior in existing code is desired. \ -It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework." -HOMEPAGE = "https://github.com/ionelmc/python-aspectlib" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d58b3f20fd10347a9458b8a03793b62e" - -SRC_URI[sha256sum] = "d275ec82c4c2712e564bb760e4accff8f061f648e38774feabeb8b241cf3a4aa" - -inherit ptest pypi setuptools3 - -SRC_URI += "file://run-ptest \ - file://0001-Remove-tornado-6-test-constraint.-Ref-15.patch \ - " - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS:${PN}-ptest += "\ - python3-tornado \ - python3-process-tests \ -" - -RDEPENDS:${PN} += "python3-core python3-fields" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf