mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-28 23:30:21 +00:00
python3-pybcj: upgrade 1.0.7 -> 1.0.8
Changelog: ============= - BCJ decoder supports larger size (>2GB) (#26) - Update license specification (#25) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
SUMMARY = "bcj filter library"
|
||||
HOMEPAGE = "https://codeberg.org/miurahr/pybcj"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
# The PyPI package omits files for testing
|
||||
# so use the GitHub source instead.
|
||||
SRCREV = "33f1194ac7950ed7002b7361df8b03dc16bc1168"
|
||||
SRC_URI = " \
|
||||
git://github.com/miurahr/pybcj;branch=main;protocol=https;tag=v${PV} \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
inherit python_setuptools_build_meta ptest
|
||||
|
||||
DEPENDS += " \
|
||||
python3-setuptools-scm-native \
|
||||
python3-toml-native \
|
||||
python3-wheel-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-email \
|
||||
python3-importlib-metadata \
|
||||
python3-core \
|
||||
python3-compression \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-core \
|
||||
python3-datetime \
|
||||
python3-crypt \
|
||||
python3-compression \
|
||||
python3-hypothesis \
|
||||
python3-unittest \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
install -d ${D}${PTEST_PATH}/tests
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
Reference in New Issue
Block a user