summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-portion_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-portion_2.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-portion_2.5.0.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-devtools/python/python3-portion_2.5.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.5.0.bb
deleted file mode 100644
index 269473e933..0000000000
--- a/meta-python/recipes-devtools/python/python3-portion_2.5.0.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1DESCRIPTION = "Python data structure and operations for intervals"
2HOMEPAGE = "https://github.com/AlexandreDecan/portion"
3SECTION = "devel/python"
4
5LICENSE = "LGPL-3.0-only"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
7
8inherit pypi python_setuptools_build_meta ptest
9
10SRC_URI[sha256sum] = "80ae7bab71f4844e3eb33c57954d76a3bd4cb351039b6e260e779325aeb4a487"
11
12SRC_URI += " \
13 file://run-ptest \
14"
15
16RDEPENDS:${PN} += "\
17 python3-sortedcontainers \
18"
19
20RDEPENDS:${PN}-ptest += " \
21 python3-pytest \
22 python3-unittest-automake-output \
23"
24
25do_install_ptest() {
26 install -d ${D}${PTEST_PATH}/tests
27 # This file tests README.md and deleted as redundant.
28 rm -f ${S}/tests/test_doc.py
29 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
30}
31
32BBCLASSEXTEND = "native"