summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-03-24 17:18:00 +0800
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-28 08:35:32 -0400
commita239510c2e39c6efcf3d07fa4e2cf1785fd5caa4 (patch)
treede9de788a532597c242ec53aef8af36bb257a1e4 /meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
parent0e469258cfd70a827381bc0607ff93c984406e93 (diff)
downloadmeta-openembedded-a239510c2e39c6efcf3d07fa4e2cf1785fd5caa4.tar.gz
python3-intervals: upgrade 1.10.0.post1 -> 1.10.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
new file mode 100644
index 0000000000..abf87c597c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "Interval arithmetic for Python"
2HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals"
3SECTION = "devel/python"
4
5LICENSE = "LGPL-3.0-only"
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] = "0d26746eaed0be78a61dd289bb7a10721b08770bb3e807614835f490d514f2a5"
26
27BBCLASSEXTEND = "native"