Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 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] = "7cc4f96981ccd3cf212b6ea7b84ef621620b62da8b454f420aa2e81c8529e68f" | ||||
9 | |||||
10 | inherit pypi setuptools3 |