| Andrew Geissler | 748a483 | 2020-07-24 16:24:21 -0500 | [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=f797665cf3d3e0fdc0d488f5200c6f55" | ||||
| 5 | |||||
| 6 | PYPI_PACKAGE = "fastnumbers" | ||||
| 7 | SRC_URI[sha256sum] = "93ce2f9516fbf2bbf46c85e4abef783cc569e5fbbc665352efb9cdddbae517ec" | ||||
| 8 | |||||
| 9 | inherit pypi setuptools3 | ||||