Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a8a51a92e891a97dff5719f9b0f6d1878c5e7043)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a8a51a92e891a97dff5719f9b0f6d1878c5e7043)
  • Date: Wed, 19 Oct 2011 09:45:09 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/openpyxl/DETAILS | 18 ++++++++++++++++++
python-pypi/openpyxl/HISTORY | 2 ++
3 files changed, 23 insertions(+)

New commits:
commit a8a51a92e891a97dff5719f9b0f6d1878c5e7043
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openpyxl: new spell, A Python library to read/write Excel 2007 xlsx/xlsm
files

diff --git a/ChangeLog b/ChangeLog
index 84652f9..773e031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-19 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/openpyxl: new spell, A Python library to read/write
Excel 2007 xlsx/xlsm files
+
2011-10-18 Bor Kraljič <pyrobor AT ver.si>
* telephony/mediastreamer: new spell, media streaming toolkit for
VoIP
applications
diff --git a/python-pypi/openpyxl/DETAILS b/python-pypi/openpyxl/DETAILS
new file mode 100755
index 0000000..85e5eb2
--- /dev/null
+++ b/python-pypi/openpyxl/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=openpyxl
+ VERSION=1.5.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/o/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:686f8dd7e8d08d873de94beedd977c6ec3b4239d76ff388f2e1b8ad7d33679a84886cdff5b7e2ef6338cbc57fe4bf68e98369e0cc3fb4f6926a93ef1a2cef632
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://bitbucket.org/ericgazoni/openpyxl/wiki/Home";
+ LICENSE[0]=MIT
+ ENTERED=20111019
+ SHORT="A Python library to read/write Excel 2007 xlsx/xlsm files"
+cat << EOF
+OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
+
+It was born from lack of existing library to read/write natively from Python
+the new Open Office XML format.
+
+All kudos to the PHPExcel team as openpyxl is a Python port of PHPExcel.
+EOF
diff --git a/python-pypi/openpyxl/HISTORY b/python-pypi/openpyxl/HISTORY
new file mode 100644
index 0000000..e2195d7
--- /dev/null
+++ b/python-pypi/openpyxl/HISTORY
@@ -0,0 +1,2 @@
+2011-10-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a8a51a92e891a97dff5719f9b0f6d1878c5e7043), Ismael Luceno, 10/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page