am-benchmarks: Add support for am387x-evm machine
[openembedded.git] / recipes / python / python-fpconst_0.7.2.bb
blob3d20578988ae1a5ceea81bf4aeb5d502c627649a
1 DESCRIPTION = "This python module implements constants and \
2 functions for working with IEEE754 double-precision special values. \
3 It provides constants for Not-a-Number (NaN), Positive Infinity \
4 (Inf), and Negative Infinity (-Inf), as well as functions \
5 to test for these values."
6 SECTION = "devel/python"
7 PRIORITY = "optional"
8 LICENSE = "GPL"
9 SRCNAME = "fpconst"
10 PR = "ml0"
12 SRC_URI = "http://pypi.python.org/packages/source/f/fpconst/${SRCNAME}-${PV}.tar.gz"
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
15 inherit distutils
17 SRC_URI[md5sum] = "10ba9e04129af23108d24c22c3a698b1"
18 SRC_URI[sha256sum] = "bd54e294c056c6d52b2037e91d7b2782d6805b24a74923dc80e1c9107acac707"