summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-01-28 19:07:13 +0100
committerJaka Kranjc2007-01-28 19:07:13 +0100
commit725d1511fdbf53318de17c350f085858cb10f9a7 (patch)
tree07cf8bbdd6b199073a7ab9534d03de68bbc9aa4c
parent4d6c9891e66053d5c0c42a847bf14ee84811852d (diff)
numeric: Added spell. pygame doesn't work with numpy. It needs
numeric. Conflicts: ChangeLog
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-devel/numeric/BUILD1
-rwxr-xr-xpython-devel/numeric/DEPENDS1
-rwxr-xr-xpython-devel/numeric/DETAILS21
-rw-r--r--python-devel/numeric/HISTORY3
-rwxr-xr-xpython-devel/numeric/INSTALL1
6 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eafb7deb19..bd3ab15aa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-01-02 George Sherwood <george@beernabeer.com>
+ * python-devel/numeric: New spell for pygames
+
2006-12-26 Juuso Alasuutari <iuso@sourcemage.org>
* graphics-libs/jasper: JPEG-2000 lib, migrated from z-rejected.
diff --git a/python-devel/numeric/BUILD b/python-devel/numeric/BUILD
new file mode 100755
index 0000000000..3d7f60b8da
--- /dev/null
+++ b/python-devel/numeric/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/python-devel/numeric/DEPENDS b/python-devel/numeric/DEPENDS
new file mode 100755
index 0000000000..867b4d4bb0
--- /dev/null
+++ b/python-devel/numeric/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/numeric/DETAILS b/python-devel/numeric/DETAILS
new file mode 100755
index 0000000000..970543bc1d
--- /dev/null
+++ b/python-devel/numeric/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=numeric
+ VERSION=24.2
+ SOURCE_HASH=sha512:3735060e72f4252a191daafdf55a813bbb8b6b07088f6c7970a769a2bc18af760e4041081b287b51e685fdba4bc16c6018f999ed83afb230f9a6bb94d176a7a3
+ SOURCE=Numeric-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Numeric-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/numpy/$SOURCE
+ WEB_SITE=http://numpy.scipy.org/
+ ENTERED=20070102
+ LICENSE[0]=PYTHON
+ KEYWORDS="python devel"
+ SHORT="The fundamental package needed for scientific computing with Python."
+cat << EOF
+The fundamental package needed for scientific computing with Python.
+This package contains:
+ * a powerful N-dimensional array object
+ * sophisticated (broadcasting) functions
+ * basic linear algebra functions
+ * basic Fourier transforms
+ * sophisticated random number capabilities
+ * tools for integrating Fortran code.
+EOF
diff --git a/python-devel/numeric/HISTORY b/python-devel/numeric/HISTORY
new file mode 100644
index 0000000000..63609a1a40
--- /dev/null
+++ b/python-devel/numeric/HISTORY
@@ -0,0 +1,3 @@
+2007-01-02 George Sherwood <george@beernabeer.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Added
+
diff --git a/python-devel/numeric/INSTALL b/python-devel/numeric/INSTALL
new file mode 100755
index 0000000000..69d993305a
--- /dev/null
+++ b/python-devel/numeric/INSTALL
@@ -0,0 +1 @@
+python setup.py install --prefix=/usr