]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-fpconst_0.6.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-fpconst_0.6.0.bb
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 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
9 LICENSE = "GPL"
10 SRCNAME = "fpconst"
11
12 SRC_URI = "http://ftp.iasi.roedu.net/mirrors/gentoo.org/distfiles/${SRCNAME}-${PV}.tar.gz"
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils