Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.6 grimoire by Jaka Kranjc (725d1511fdbf53318de17c350f085858cb10f9a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.6 grimoire by Jaka Kranjc (725d1511fdbf53318de17c350f085858cb10f9a7)
  • Date: Sun, 28 Jan 2007 12:07:34 -0600

GIT changes to stable-0.6 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
python-devel/numeric/BUILD | 1 +
python-devel/numeric/DEPENDS | 1 +
python-devel/numeric/DETAILS | 21 +++++++++++++++++++++
python-devel/numeric/HISTORY | 3 +++
python-devel/numeric/INSTALL | 1 +
6 files changed, 30 insertions(+)

New commits:
commit 725d1511fdbf53318de17c350f085858cb10f9a7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

numeric: Added spell. pygame doesn't work with numpy. It needs
numeric.

Conflicts:

ChangeLog

diff --git a/ChangeLog b/ChangeLog
index eafb7de..bd3ab15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-01-02 George Sherwood <george AT beernabeer.com>
+ * python-devel/numeric: New spell for pygames
+
2006-12-26 Juuso Alasuutari <iuso AT 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 0000000..3d7f60b
--- /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 0000000..867b4d4
--- /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 0000000..970543b
--- /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 0000000..63609a1
--- /dev/null
+++ b/python-devel/numeric/HISTORY
@@ -0,0 +1,3 @@
+2007-01-02 George Sherwood <george AT beernabeer.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Added
+
diff --git a/python-devel/numeric/INSTALL b/python-devel/numeric/INSTALL
new file mode 100755
index 0000000..69d9933
--- /dev/null
+++ b/python-devel/numeric/INSTALL
@@ -0,0 +1 @@
+python setup.py install --prefix=/usr



  • [SM-Commit] GIT changes to stable-0.6 grimoire by Jaka Kranjc (725d1511fdbf53318de17c350f085858cb10f9a7), Jaka Kranjc, 01/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page