diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-03-24 17:18:00 +0800 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-28 08:35:32 -0400 |
commit | a239510c2e39c6efcf3d07fa4e2cf1785fd5caa4 (patch) | |
tree | de9de788a532597c242ec53aef8af36bb257a1e4 /meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb | |
parent | 0e469258cfd70a827381bc0607ff93c984406e93 (diff) | |
download | meta-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.bb | 27 |
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 @@ | |||
1 | DESCRIPTION = "Interval arithmetic for Python" | ||
2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" | ||
3 | SECTION = "devel/python" | ||
4 | |||
5 | LICENSE = "LGPL-3.0-only" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" | ||
7 | |||
8 | PYPI_PACKAGE := "python-intervals" | ||
9 | |||
10 | SRC_URI += " \ | ||
11 | file://run-ptest \ | ||
12 | " | ||
13 | |||
14 | inherit pypi setuptools3 ptest | ||
15 | |||
16 | RDEPENDS:${PN}-ptest += " \ | ||
17 | ${PYTHON_PN}-pytest \ | ||
18 | " | ||
19 | |||
20 | do_install_ptest() { | ||
21 | cp -f ${S}/test_intervals.py ${D}${PTEST_PATH} | ||
22 | cp -f ${S}/README.md ${D}${PTEST_PATH} | ||
23 | } | ||
24 | |||
25 | SRC_URI[sha256sum] = "0d26746eaed0be78a61dd289bb7a10721b08770bb3e807614835f490d514f2a5" | ||
26 | |||
27 | BBCLASSEXTEND = "native" | ||