summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
new file mode 100644
index 0000000000..14bc9ad254
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "Interval arithmetic for Python"
2HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals"
3SECTION = "devel/python"
4
5LICENSE = "LGPLv3"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
7
8PYPI_PACKAGE := "python-intervals"
9
10SRC_URI += " \
11 file://run-ptest \
12"
13
14inherit pypi setuptools3 ptest
15
16RDEPENDS_${PN}-ptest += " \
17 ${PYTHON_PN}-pytest \
18"
19
20do_install_ptest() {
21 cp -f ${S}/test_intervals.py ${D}${PTEST_PATH}
22 cp -f ${S}/README.md ${D}${PTEST_PATH}
23}
24
25SRC_URI[sha256sum] = "68a772dc2de6b2b2e83b457329ffa8f9286710994b8070db54348a05762515d2"
26
27BBCLASSEXTEND = "native"