Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4aad26a46b129f283b3ebaf38043cc48f562960c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4aad26a46b129f283b3ebaf38043cc48f562960c)
  • Date: Wed, 27 Oct 2010 06:58:41 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 2 ++
python-pypi/xlrd/DEPENDS | 3 +++
python-pypi/xlrd/DETAILS | 16 ++++++++++++++++
python-pypi/xlrd/HISTORY | 3 +++
python-pypi/xlwt/DEPENDS | 3 +++
python-pypi/xlwt/DETAILS | 15 +++++++++++++++
python-pypi/xlwt/HISTORY | 3 +++
7 files changed, 45 insertions(+)

New commits:
commit 4aad26a46b129f283b3ebaf38043cc48f562960c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/xlwt: new spell

commit ca37176901353c62b8f8baba6b460c110d3496f1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/xlrd: new spell

diff --git a/ChangeLog b/ChangeLog
index a184f19..e670f14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-10-27 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/jinja2: new spell, template engine written in pure
Python
+ * python-pypi/xlrd: new spell, read MS Excel files
+ * python-pypi/xlwt: new spell, write MS Excel files

2010-10-26 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* e-17/evidence: removed deprecated spell
diff --git a/python-pypi/xlrd/DEPENDS b/python-pypi/xlrd/DEPENDS
new file mode 100755
index 0000000..9366f46
--- /dev/null
+++ b/python-pypi/xlrd/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends setuptools
+
diff --git a/python-pypi/xlrd/DETAILS b/python-pypi/xlrd/DETAILS
new file mode 100755
index 0000000..d994232
--- /dev/null
+++ b/python-pypi/xlrd/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=xlrd
+ VERSION=0.7.1
+
SOURCE_HASH=sha512:ce8f5db4671960003bf6dadb3f15b74166b73b30765df6182c58644b585047af214e0db95f75fad84449847b6a58f42cf7bbbb0b53b44d53162a5f4d1f23cd07
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/xlrd
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/x/$SPELL/$SOURCE
+ LICENSE[0]=BSD
+ ENTERED=20090930
+ KEYWORDS="python "
+ SHORT="extract data from Microsoft Excel (tm) spreadsheet files"
+cat << EOF
+Library for developers to extract data from Microsoft Excel (tm) spreadsheet
files
+Extract data from new and old Excel spreadsheets on any platform. Pure
Python (2.1 to 2.6).
+Strong support for Excel dates. Unicode-aware.
+EOF
diff --git a/python-pypi/xlrd/HISTORY b/python-pypi/xlrd/HISTORY
new file mode 100644
index 0000000..b62a9f6
--- /dev/null
+++ b/python-pypi/xlrd/HISTORY
@@ -0,0 +1,3 @@
+2010-09-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.1
+ spell created
diff --git a/python-pypi/xlwt/DEPENDS b/python-pypi/xlwt/DEPENDS
new file mode 100755
index 0000000..9366f46
--- /dev/null
+++ b/python-pypi/xlwt/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends setuptools
+
diff --git a/python-pypi/xlwt/DETAILS b/python-pypi/xlwt/DETAILS
new file mode 100755
index 0000000..70923e0
--- /dev/null
+++ b/python-pypi/xlwt/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=xlwt
+ VERSION=0.7.2
+
SOURCE_HASH=sha512:f6b633f89f755c3136d978e3306175ebfc945097e1e123ed093f4ced8fb916267e8db8a7ddbfb8f2364dd6e1ab8b0606509a2451f880c55df9ad0beaf6094c26
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/xlwt
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/x/$SPELL/$SOURCE
+ LICENSE[0]=BSD
+ ENTERED=20090930
+ KEYWORDS="python "
+ SHORT="extract data from Microsoft Excel (tm) spreadsheet files"
+cat << EOF
+xlwt is a library for generating spreadsheet files that are compatible with
Excel
+97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has full support
for Unicode.
+EOF
diff --git a/python-pypi/xlwt/HISTORY b/python-pypi/xlwt/HISTORY
new file mode 100644
index 0000000..21b4d10
--- /dev/null
+++ b/python-pypi/xlwt/HISTORY
@@ -0,0 +1,3 @@
+2010-09-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.2
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4aad26a46b129f283b3ebaf38043cc48f562960c), Treeve Jelbert, 10/27/2010

Archive powered by MHonArc 2.6.24.

Top of Page