summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2007-02-08 10:31:30 +1000
committerJames Mills <prologic@shortcircuit.net.au>2007-02-08 10:31:30 +1000
commitd33de623c8a967b43d3a27c863d058cd8d40d155 (patch)
treeff7deefffdd08faf6f4f0766ca8e84f7ca734a70
parent3d3f9879cec0ed2bd21efaa161eb8132a9be4d53 (diff)
downloadcontrib-d33de623c8a967b43d3a27c863d058cd8d40d155.tar.gz
contrib-d33de623c8a967b43d3a27c863d058cd8d40d155.tar.xz
gmpy: NEW port
-rw-r--r--gmpy/.footprint5
-rw-r--r--gmpy/.md5sum1
-rw-r--r--gmpy/Pkgfile17
3 files changed, 23 insertions, 0 deletions
diff --git a/gmpy/.footprint b/gmpy/.footprint
new file mode 100644
index 000000000..fd7fb6c0c
--- /dev/null
+++ b/gmpy/.footprint
@@ -0,0 +1,5 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.4/
+drwxr-xr-x root/root usr/lib/python2.4/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.4/site-packages/gmpy.so
diff --git a/gmpy/.md5sum b/gmpy/.md5sum
new file mode 100644
index 000000000..19bfeb7ef
--- /dev/null
+++ b/gmpy/.md5sum
@@ -0,0 +1 @@
+7b2e951912d4bee9613c35244ca32673 gmpy-sources-101.zip
diff --git a/gmpy/Pkgfile b/gmpy/Pkgfile
new file mode 100644
index 000000000..8c44b3fed
--- /dev/null
+++ b/gmpy/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Python modules providing multiprecision arithmetic functionality
+# URL: http://gmpy.sourceforge.net/
+# Maintainer: James Mills, prologic at shortcircuit dot net dot au
+# Packager: Younes Hafri, ycrux at club-internet dot fr
+#
+# Depends on: python, libgmp
+
+name=gmpy
+version=1.01
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-sources-101.zip)
+
+build () {
+ cd $name
+ python setup.py install --root=$PKG
+ chown -R root:root $PKG
+}

Generated by cgit