Skip to Content.
Sympa Menu

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

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 (6c8622a48b3e7951c40045e6cf6ac203021dd9e0)
  • Date: Fri, 25 Aug 2017 05:55:46 +0000

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

ChangeLog | 4 ++++
python-pypi/python-docx/DEPENDS | 2 ++
python-pypi/python-docx/DETAILS | 16 ++++++++++++++++
python-pypi/python-docx/HISTORY | 2 ++
4 files changed, 24 insertions(+)

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

python-docx: new spell, Create and update Microsoft Word .docx files

diff --git a/ChangeLog b/ChangeLog
index c255456..d6fe4a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-25 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/python-docx: new spell, Create and update Microsoft
+ Word .docx files
+
2017-08-23 Pavel Vinogradov <public AT sourcemage.org>
* libs/tinyxml1: added old version of tinyxml

diff --git a/python-pypi/python-docx/DEPENDS b/python-pypi/python-docx/DEPENDS
new file mode 100755
index 0000000..7073128
--- /dev/null
+++ b/python-pypi/python-docx/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends lxml
diff --git a/python-pypi/python-docx/DETAILS b/python-pypi/python-docx/DETAILS
new file mode 100755
index 0000000..7929379
--- /dev/null
+++ b/python-pypi/python-docx/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=python-docx
+ VERSION=0.8.6
+
VX=2e/07/6a89e91c4fa32f074b77a05564e926420b28e5966ee0fc2a1983805acb3c
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/$VX/$SOURCE
+
SOURCE_HASH=sha512:c6113540f027d1213d7afba31e6a81587af4629fd1c2655aa69d49d9f5ac2058394cf1df9afc4761f382bcc3510245f454fae6b8b664c0993482d18d1318f501
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/python-openxml/python-docx";
+ LICENSE[0]="MIT"
+ ENTERED=20170823
+ KEYWORDS=""
+ SHORT="Create and update Microsoft Word .docx files"
+cat << EOF
+python-docx is a Python library for creating and updating Microsoft Word
+(.docx) files.
+EOF
diff --git a/python-pypi/python-docx/HISTORY b/python-pypi/python-docx/HISTORY
new file mode 100644
index 0000000..df41fd2
--- /dev/null
+++ b/python-pypi/python-docx/HISTORY
@@ -0,0 +1,2 @@
+2017-08-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6c8622a48b3e7951c40045e6cf6ac203021dd9e0), Ismael Luceno, 08/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page