aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 12 deletions
diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe
deleted file mode 100644
index bf0f26d41b..0000000000
--- a/python/python-gmpy_1.0.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "General Multiprecision PYthon"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core"
-DEPENDS = "gmp"
-SRCNAME = "gmpy"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-sources-10.zip"
-S = "${WORKDIR}/${SRCNAME}"
-
-inherit distutils