diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-09-15 17:32:54 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-15 08:18:10 -0700 |
| commit | 7525235e2dd2387750fc2427ebf2f27919394fcc (patch) | |
| tree | 435e51691d3af0956557538de09c8789031c752b /meta-python/recipes-devtools/python/python3-soupsieve_2.3.2.post1.bb | |
| parent | 5cbaf292e4e74ee3b466fc1f080f8b186c2fd3eb (diff) | |
| download | meta-openembedded-7525235e2dd2387750fc2427ebf2f27919394fcc.tar.gz | |
python3-soupsieve: Upgrade 2.3.1 -> 2.3.2.post1
Upgrade to release 2.3.2.post1:
- FIX: Documentation for installation from source is outdated.
- FIX: Fix some typos in error messages.
License-Update: Update years
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-soupsieve_2.3.2.post1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-soupsieve_2.3.2.post1.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.3.2.post1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.2.post1.bb new file mode 100644 index 0000000000..99b6f7c04b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.2.post1.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SUMMARY = "CSS selector library for python-beautifulsoup4" | ||
| 2 | HOMEPAGE = "https://github.com/facelessuser/soupsieve" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c7a2acf04248c0d02dac4c82ee8a7f56" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d" | ||
| 8 | |||
| 9 | inherit pypi python_hatchling python_setuptools_build_meta ptest | ||
| 10 | |||
| 11 | SRC_URI += " \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | ${PYTHON_PN}-beautifulsoup4 \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN}-ptest += " \ | ||
| 20 | ${PYTHON_PN}-pytest \ | ||
| 21 | ${PYTHON_PN}-beautifulsoup4 \ | ||
| 22 | " | ||
| 23 | |||
| 24 | do_install_ptest() { | ||
| 25 | install -d ${D}${PTEST_PATH}/tests | ||
| 26 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 27 | } | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native nativesdk" | ||
