diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-26 14:29:40 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-29 08:22:33 -0700 |
| commit | b52e832261b9b993e90c3ff063274598accb1fad (patch) | |
| tree | 407e9d1a4db3ade413182baa1956eaa2184f7e4b /meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb | |
| parent | e50907e57ae3e1c6625dfd3077542902e578fd91 (diff) | |
| download | meta-openembedded-b52e832261b9b993e90c3ff063274598accb1fad.tar.gz | |
python3-pkgconfig: Upgrade 1.4.0 -> 1.5.1
Inherit class pypi and upgrade to release 1.5.1:
- Use poetry instead of setuptools directly
- Fix: raise exception if package is missing
- Fix version parsing for openssl-like version numbers
- Fix: expose --modversion
- Fix: strip whitespace from variable names
- Fix: do not specify pytest Python version
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb deleted file mode 100644 index fc7a47a43d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "Python module to interface with the pkg-config command line too" | ||
| 2 | HOMEPAGE = "http://github.com/matze/pkgconfig" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/matze/pkgconfig.git" | ||
| 8 | SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} = "pkgconfig \ | ||
| 11 | ${PYTHON_PN}-shell \ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native" | ||
| 19 | |||
