diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 17:50:25 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-11 17:50:25 +0000 |
commit | 88007840a68ef53434e6356ba1b1fc0257590742 (patch) | |
tree | ce61e82c2aa86e4971aec81e31b7889e9d50c34b /packages/python/python-fpconst_0.7.2.bb | |
parent | 0cb1f087f0960772987bc1347c9d01656239fd62 (diff) |
python-fpconst: 0.6.0 -> 0.7.2
Diffstat (limited to 'packages/python/python-fpconst_0.7.2.bb')
-rw-r--r-- | packages/python/python-fpconst_0.7.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/python/python-fpconst_0.7.2.bb b/packages/python/python-fpconst_0.7.2.bb new file mode 100644 index 0000000000..13e2377e02 --- /dev/null +++ b/packages/python/python-fpconst_0.7.2.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "This python module implements constants and \ +functions for working with IEEE754 double-precision special values. \ +It provides constants for Not-a-Number (NaN), Positive Infinity \ +(Inf), and Negative Infinity (-Inf), as well as functions \ +to test for these values." +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "fpconst" +PR = "ml0" + +SRC_URI = "http://pypi.python.org/packages/source/f/fpconst/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |