Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b91c9a42ddc61ea364feefbf8e55d5fdafc76e04)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b91c9a42ddc61ea364feefbf8e55d5fdafc76e04)
  • Date: Sun, 10 Apr 2011 18:39:01 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 2 ++
python-pypi/graphite/DEPENDS | 2 ++
python-pypi/graphite/DETAILS | 14 ++++++++++++++
python-pypi/graphite/HISTORY | 3 +++
python-pypi/piddle/DEPENDS | 1 +
python-pypi/piddle/DETAILS | 17 +++++++++++++++++
python-pypi/piddle/HISTORY | 3 +++
7 files changed, 42 insertions(+)

New commits:
commit b91c9a42ddc61ea364feefbf8e55d5fdafc76e04
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

graphite: python graphing lib

commit a48111c405edbb30cf5bde5826050f21694e9be1
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

piddle: new spell, python graphing lib

diff --git a/ChangeLog b/ChangeLog
index 994cdab..b10204a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
* lua-forge/luaevent-prosody: new spell, lua event library forked for
prosody
* lua-forge/lua-zlib-brimworks: new spell, lua zlib interface
+ * python-pypi/piddle: new spell, python graphics lib
+ * python-pypi/graphite: new spell, python graphing lib

2011-04-08 Arjan Bouter <abouter AT sourcemage.org>
* devel/icecream: new spell, distributed compiler
diff --git a/python-pypi/graphite/DEPENDS b/python-pypi/graphite/DEPENDS
new file mode 100755
index 0000000..e57d85e
--- /dev/null
+++ b/python-pypi/graphite/DEPENDS
@@ -0,0 +1,2 @@
+depends piddle &&
+depends numpy
diff --git a/python-pypi/graphite/DETAILS b/python-pypi/graphite/DETAILS
new file mode 100755
index 0000000..254dd8c
--- /dev/null
+++ b/python-pypi/graphite/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=graphite
+ VERSION=0.70
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]="${SOURCEFORGE_URL}/${SPELL}/${SOURCE}"
+
SOURCE_HASH=sha512:90e5c74d6d9f4e985c7c86e0e167e353549efa79a5ba167a999ab2345907b9cb7e4bdd06150f204a6db3c85ec61e395c0497280ea4e608dac225ee6ee1d5b0fe
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/graphite/";
+ LICENSE[0]=UNKNOWN
+ ENTERED=20110411
+ SHORT="Python graphing package"
+cat << EOF
+A Python graphing package which uses either SPING or PIDDLE. It produces PS,
+PDF, SVG output, bitmap, TK or wXpython with optional modules.
+EOF
diff --git a/python-pypi/graphite/HISTORY b/python-pypi/graphite/HISTORY
new file mode 100644
index 0000000..79a0569
--- /dev/null
+++ b/python-pypi/graphite/HISTORY
@@ -0,0 +1,3 @@
+2011-04-11 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/piddle/DEPENDS b/python-pypi/piddle/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/piddle/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/piddle/DETAILS b/python-pypi/piddle/DETAILS
new file mode 100755
index 0000000..9993d0f
--- /dev/null
+++ b/python-pypi/piddle/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=piddle
+ VERSION=1.0.15
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]="${SOURCEFORGE_URL}/${SPELL}/${SOURCE}"
+
SOURCE_HASH=sha512:5ab216f67721b47360a6e757bddb268173b7fbe3d1a54dfc6dda0a7c050064f833e24911f16882e98af1d56a6ee840a205aa4d0d2e394a375c7abc98d0074a07
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-1.0.15"
+ WEB_SITE="http://sourceforge.net/projects/piddle";
+ LICENSE[0]=UNKNOWN
+ ENTERED=20110411
+ SHORT="Plug-In Drawing, Does Little Else"
+cat << EOF
+A Python module for creating two-dimensional graphics in a manner that is
+both cross-platform and cross-media; that is, it can support screen graphics
+(e.g. QuickDraw, Windows, Tk) as well as file output (PostScript, PDF,
+GIF, etc.). It makes use of the native 2D drawing calls of each backend,
+for maximum efficiency and quality.
+EOF
diff --git a/python-pypi/piddle/HISTORY b/python-pypi/piddle/HISTORY
new file mode 100644
index 0000000..79a0569
--- /dev/null
+++ b/python-pypi/piddle/HISTORY
@@ -0,0 +1,3 @@
+2011-04-11 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b91c9a42ddc61ea364feefbf8e55d5fdafc76e04), Arjan Bouter, 04/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page