mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
python3-parse-type: update version 0.5.2 -> 0.6.2
Verify the license remains the same and update the checksum Remove python-six runtime dependency Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-9
@@ -1,15 +1,14 @@
|
|||||||
SUMMARY = "Simplifies building parse types based on the parse module"
|
SUMMARY = "Simplifies building parse types based on the parse module"
|
||||||
HOMEPAGE = "https://github.com/jenisys/parse_type"
|
HOMEPAGE = "https://github.com/jenisys/parse_type"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=16374dbaeaca1890153edb3f41371222"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "b954062f14ab723a91fe1e2be15e859d"
|
SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355"
|
||||||
SRC_URI[sha256sum] = "7f690b18d35048c15438d6d0571f9045cffbec5907e0b1ccf006f889e3a38c0b"
|
|
||||||
|
|
||||||
PYPI_PACKAGE = "parse_type"
|
PYPI_PACKAGE = "parse_type"
|
||||||
inherit pypi ptest setuptools3
|
inherit pypi ptest setuptools3
|
||||||
|
|
||||||
RDEPENDS:${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six"
|
RDEPENDS:${PN} += "${PYTHON_PN}-parse"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
@@ -19,11 +18,6 @@ RDEPENDS:${PN}-ptest += " \
|
|||||||
${PYTHON_PN}-pytest \
|
${PYTHON_PN}-pytest \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure:prepend() {
|
|
||||||
sed -i -e "/python_version >= 3.0/d" ${S}/setup.py
|
|
||||||
sed -i -e "/use_2to3/d" ${S}/setup.py
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
install -d ${D}${PTEST_PATH}/tests
|
install -d ${D}${PTEST_PATH}/tests
|
||||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||||
Reference in New Issue
Block a user