Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (196f56d1b56466886774cc81caba684aeed68892)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (196f56d1b56466886774cc81caba684aeed68892)
  • Date: Fri, 13 Jan 2017 15:22:50 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/pymdown-extensions/DEPENDS | 3 +++
python-pypi/pymdown-extensions/DETAILS | 16 ++++++++++++++++
python-pypi/pymdown-extensions/HISTORY | 2 ++
4 files changed, 25 insertions(+)

New commits:
commit 196f56d1b56466886774cc81caba684aeed68892
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pymdown-extensions: new spell, extension pack for Python Markdown

diff --git a/ChangeLog b/ChangeLog
index 098fb03..65061f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pymdown-extensions: new spell, extension pack for Python
+ Markdown
+
2017-01-13 Thomas Orgis <sobukus AT sourcemage.org>
* utils/timelimit: limit process execution time

diff --git a/python-pypi/pymdown-extensions/DEPENDS
b/python-pypi/pymdown-extensions/DEPENDS
new file mode 100755
index 0000000..6e4310a
--- /dev/null
+++ b/python-pypi/pymdown-extensions/DEPENDS
@@ -0,0 +1,3 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends python-markdown
diff --git a/python-pypi/pymdown-extensions/DETAILS
b/python-pypi/pymdown-extensions/DETAILS
new file mode 100755
index 0000000..24dac7c
--- /dev/null
+++ b/python-pypi/pymdown-extensions/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pymdown-extensions
+ VERSION=1.5
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:7d2139d5263205f738b90fcb5e40cda64fb31f8216e13e9013453549ce341f2d60054b15ea8a52e56822ffb2a8751012b0ac355ed44642209892cc26c673c397
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/facelessuser/pymdown-extensions
+ ENTERED=20170113
+ SHORT="extension pack for Python Markdown"
+cat << EOF
+PyMdown Extensions provides a handful of extensions for use with Python
+Markdown. Keep in mind, the PyMdown extensions were designed to work with the
+default extensions, so your mileage may vary in regards to compatibility when
+paired with other 3rd party extensions.
+EOF
diff --git a/python-pypi/pymdown-extensions/HISTORY
b/python-pypi/pymdown-extensions/HISTORY
new file mode 100644
index 0000000..4e5d14a
--- /dev/null
+++ b/python-pypi/pymdown-extensions/HISTORY
@@ -0,0 +1,2 @@
+2017-01-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.5



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (196f56d1b56466886774cc81caba684aeed68892), Vlad Glagolev, 01/13/2017

Archive powered by MHonArc 2.6.24.

Top of Page