diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-27 17:55:34 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-28 10:52:42 -0800 |
| commit | 8dc212e1478c1219b081cc3cc2653c77cdd10826 (patch) | |
| tree | bc922ef51876de0673f378ad9cbf73d9290065d9 /meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb | |
| parent | 99922c426025610917554f4eba635f1debf10267 (diff) | |
| download | meta-openembedded-8dc212e1478c1219b081cc3cc2653c77cdd10826.tar.gz | |
python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1
Upgrade to release 1.10.0.post1:
- IntervalDict has a .combine method to merge its keys and values
with another IntervalDict.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb | 27 |
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 @@ | |||
| 1 | DESCRIPTION = "Interval arithmetic for Python" | ||
| 2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv3" | ||
| 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] = "68a772dc2de6b2b2e83b457329ffa8f9286710994b8070db54348a05762515d2" | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native" | ||
