blob: 28ef40fa05874c55bda47c4d953a169069ea1c6d (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUMMARY = "Super-fast and clean conversions to numbers."
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa"
PYPI_PACKAGE = "fastnumbers"
SRC_URI[sha256sum] = "183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b"
inherit pypi setuptools3
|