Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / python / python-fpconst_0.6.0.oe
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 RDEPENDS = "python-core"
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