enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / python / python-fpconst_0.7.2.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 LICENSE = "GPL"
9 SRCNAME = "fpconst"
10 PR = "ml0"
11
12 SRC_URI = "http://pypi.python.org/packages/source/f/fpconst/${SRCNAME}-${PV}.tar.gz"
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils