diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb new file mode 100644 index 0000000000..a1331e1e91 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Make asyncore available for Python 3.12 onwards" | ||
| 2 | HOMEPAGE = "https://github.com/simonrob/pyasyncore" | ||
| 3 | LICENSE = "Python-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 ptest | ||
| 7 | SRC_URI += "file://run-ptest" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "dd483d5103a6d59b66b86e0ca2334ad43dca732ff23a0ac5d63c88c52510542e" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "python3-core python3-io" | ||
| 12 | RDEPENDS:${PN}-ptest += "python3-tests" | ||
| 13 | |||
| 14 | do_install_ptest:append(){ | ||
| 15 | cp -r ${S}/tests ${D}${PTEST_PATH} | ||
| 16 | } | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
