diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-13 17:04:32 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:38:57 +0100 |
| commit | 8eb2dfb7959fb3394bb931571a8bc7a0f1015ad9 (patch) | |
| tree | 03b3d12d73d0a426d4c7ba5ad26a297a12130676 /meta/recipes-devtools/python/python3-cffi_1.15.1.bb | |
| parent | e3a530c872e4a5d6c93661414953002d1fadc7b9 (diff) | |
| download | poky-8eb2dfb7959fb3394bb931571a8bc7a0f1015ad9.tar.gz | |
python3-cffi: upgrade 1.15.1 -> 1.16.0
Changelog:
===========
-Add support for Python 3.12.
-Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
-Add support for PEP517 builds; setuptools is now a required build dependency.
-Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons
to continue using previously released sdists and wheels.
-Move project source under src/; a more standard layout that also enables CI to more easily
catch packaging errors.
(From OE-Core rev: 6107d1553905ab43875f84aafc09fbb21b7da6d9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cffi_1.15.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cffi_1.15.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-cffi_1.15.1.bb b/meta/recipes-devtools/python/python3-cffi_1.15.1.bb deleted file mode 100644 index daa290a54e..0000000000 --- a/meta/recipes-devtools/python/python3-cffi_1.15.1.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "Foreign Function Interface for Python calling C code" | ||
| 2 | HOMEPAGE = "http://cffi.readthedocs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" | ||
| 5 | DEPENDS += "libffi ${PYTHON_PN}-pycparser" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN}:class-target = " \ | ||
| 12 | ${PYTHON_PN}-ctypes \ | ||
| 13 | ${PYTHON_PN}-io \ | ||
| 14 | ${PYTHON_PN}-pycparser \ | ||
| 15 | ${PYTHON_PN}-shell \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
