summaryrefslogtreecommitdiff
path: root/python/python-gmpy_1.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-gmpy_1.0.oe')
-rw-r--r--python/python-gmpy_1.0.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe
index e69de29bb2..62430ea5ec 100644
--- a/python/python-gmpy_1.0.oe
+++ b/python/python-gmpy_1.0.oe
@@ -0,0 +1,12 @@
+DESCRIPTION = "General Multiprecision PYthon"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "python-core"
+DEPENDS = "virtual/libc gmp"
+SRCNAME = "gmpy"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-sources-10.zip"
+S = "${WORKDIR}/${SRCNAME}"
+
+inherit distutils