diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
3 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-intervals.inc b/meta-python/recipes-devtools/python/python-intervals.inc new file mode 100644 index 0000000000..1ecca3524b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-intervals.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Interval arithmetic for Python" | ||
| 2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | ||
| 7 | |||
| 8 | PYPI_PACKAGE := "python-intervals" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "a35dd44269fdb134bf19cfd80cb2c120" | ||
| 13 | SRC_URI[sha256sum] = "a8a15b7c2fadb8465310f44aa96e384828b35a29de38ac74738cd665924cb8ac" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-python/recipes-devtools/python/python-intervals_1.5.4.bb b/meta-python/recipes-devtools/python/python-intervals_1.5.4.bb new file mode 100644 index 0000000000..3c2a33bbc6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-intervals_1.5.4.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools | ||
| 2 | require python-intervals.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.5.4.bb b/meta-python/recipes-devtools/python/python3-intervals_1.5.4.bb new file mode 100644 index 0000000000..8cbe1090f3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-intervals_1.5.4.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-intervals.inc | ||
