Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -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=d32431d1b650010945da4e078011c8fa" | ||||
5 | |||||
6 | PYPI_PACKAGE = "fastnumbers" | ||||
7 | |||||
8 | SRC_URI[sha256sum] = "e092d33f8b95c3171a2fb34e579efe0c54b0290dd7f96ffaa2762437601d90a7" | ||||
9 | |||||
10 | inherit pypi setuptools3 |