diff options
Diffstat (limited to 'recipes/python/python-gmpy_1.0.1.bb')
-rw-r--r-- | recipes/python/python-gmpy_1.0.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-gmpy_1.0.1.bb b/recipes/python/python-gmpy_1.0.1.bb new file mode 100644 index 0000000000..a5f064261b --- /dev/null +++ b/recipes/python/python-gmpy_1.0.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "General Multiprecision PYthon" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gmp" +SRCNAME = "gmpy" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-sources-101.zip" +S = "${WORKDIR}/${SRCNAME}" + +inherit distutils |