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 | |||||
8 | SRC_URI[sha256sum] = "3e7d74b1debb44c4803c0fea59a63d0785d6a26ebcb902e2262b3c3fba81b400" | ||||
9 | |||||
10 | inherit pypi setuptools3 |