diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb new file mode 100644 index 000000000..0db33052f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Super-fast and clean conversions to numbers." | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517" | ||
5 | |||
6 | PYPI_PACKAGE = "fastnumbers" | ||
7 | |||
8 | SRC_URI[sha256sum] = "44f92b42e7e9f2ed77ba5cb7d664f05c17e43d4586718ed6cd3b3fffa0e67f33" | ||
9 | |||
10 | inherit pypi setuptools3 | ||