summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pint.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pint.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pint.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools/python/python-pint.inc
new file mode 100644
index 0000000000..53f7783934
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pint.inc
@@ -0,0 +1,15 @@
1DESCRIPTION = "Interval arithmetic for Python"
2HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals"
3SECTION = "devel/python"
4
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
7
8PYPI_PACKAGE := "Pint"
9
10inherit pypi
11
12SRC_URI[md5sum] = "e1f80f3f8fc4e61f68ad3912db26b3a8"
13SRC_URI[sha256sum] = "afcf31443a478c32bbac4b00337ee9026a13d0e2ac83d30c79151462513bb0d4"
14
15BBCLASSEXTEND = "native"