Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -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=58db8ac9e152dd9b700f4d39ff40a31a" | ||||
5 | |||||
6 | PYPI_PACKAGE = "fastnumbers" | ||||
7 | |||||
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "9e4fd92cdf263a8e0865af19c40ae9df45a9bc0eb5e22fefea871140e7e0262f" |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 9 | |
10 | inherit pypi setuptools3 |