mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-31 17:08:42 +00:00
python3-pkgconfig: upgrade 1.5.5 -> 1.6.0
Changelog: ============ - Drop support for Python < 3.9, support 3.9 .. 3.14. - README: clarify pkg-config and pkgconf, #75 - Switch CI from Travis to GitHub Actions; test on all supported Python versions. - Use src/ layout for project, fixes #36. Also move tests and test data to tests/. - Replace deprecated distutils with setuptools to make tests work on Python 3.12; fixes #64. - Fix configure_extension for empty cflags or libs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Python module to interface with the pkg-config command line too"
|
||||
HOMEPAGE = "https://github.com/matze/pkgconfig"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
|
||||
|
||||
SRC_URI[sha256sum] = "4a5a6631ce937fafac457104a40d558785a658bbdca5c49b6295bc3fd651907f"
|
||||
|
||||
RDEPENDS:${PN} = "pkgconfig \
|
||||
python3-shell \
|
||||
"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user