mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3-pycairo: upgrade 1.20.1 -> 1.21.0
Changelog: ========= * Require Python 3.7+ :pr:'250' * Require meson 0.53+ * Using 'setup.py' directly to build/install pycairo is deprecated. Use meson instead. * 'setup.py' now requires setuptools. Previously it was optional. * The complete API reference is now included in the typing stubs, so it can be consumed/shown by IDEs. :pr:'236' :pr:'252' (From OE-Core rev: d83f8e31b929ea270a2cafda4ca3deaffbd7c54e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,8 +13,7 @@ DEPENDS = "cairo python3"
|
||||
SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
|
||||
|
||||
SRC_URI[md5sum] = "fa88a28cadbfb34192fe743d32c0ee33"
|
||||
SRC_URI[sha256sum] = "1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b"
|
||||
SRC_URI[sha256sum] = "251907f18a552df938aa3386657ff4b5a4937dde70e11aa042bc297957f4b74b"
|
||||
|
||||
S = "${WORKDIR}/pycairo-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user