summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb b/meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb
deleted file mode 100644
index 7867dc5015..0000000000
--- a/meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "Parsing made fun ... using typing."
2HOMEPAGE = "https://github.com/hgrecco/flexparser"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=32f547dac365c355d2cdbcd7ebea9144"
5
6DEPENDS += "python3-setuptools-scm-native"
7SRC_URI[sha256sum] = "36f795d82e50f5c9ae2fde1c33f21f88922fdd67b7629550a3cc4d0b40a66856"
8
9inherit pypi python_setuptools_build_meta ptest
10
11PYPI_PACKAGE = "flexparser"
12
13SRC_URI += " \
14 file://run-ptest \
15"
16
17RDEPENDS:${PN}-ptest += " \
18 python3-pytest \
19 python3-unittest-automake-output \
20"
21
22do_install_ptest() {
23 install -d ${D}${PTEST_PATH}/testsuite
24 cp -rf ${S}/flexparser/testsuite/* ${D}${PTEST_PATH}/testsuite/
25}
26
27RDEPENDS:${PN} += " \
28 python3-compression \
29 python3-email \
30 python3-logging \
31"