Skip to Content.
Sympa Menu

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

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 (136171eaaacba5076da7aa7c853572f37920e73b)
  • Date: Sun, 7 Aug 2016 00:45:57 +0000

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

ChangeLog | 5 +++++
python-pypi/bottle/DEPENDS | 11 +++++++++++
python-pypi/bottle/DETAILS | 25 +++++++++++++++++++++++++
python-pypi/bottle/HISTORY | 2 ++
python-pypi/markdown-editor/DEPENDS | 4 ++++
python-pypi/markdown-editor/DETAILS | 22 ++++++++++++++++++++++
python-pypi/markdown-editor/HISTORY | 2 ++
7 files changed, 71 insertions(+)

New commits:
commit 136171eaaacba5076da7aa7c853572f37920e73b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

markdown-editor: new spell, standalone editor for your local markdown
files

commit cb7c65ec6986fc74742ea5928ff18c807aaa03d3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bottle: new spell, Python web framework

diff --git a/ChangeLog b/ChangeLog
index e00e2c0..53e33f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/bottle: new spell, Python web framework
+ * python-pypi/markdown-editor: new spell, standalone editor for your
+ local markdown files
+
2016-08-04 Ismael Luceno <ismael AT sourcemage.org>
* graphics-libs/py3cairo: new spell, Cairo bindings for Python 3

diff --git a/python-pypi/bottle/DEPENDS b/python-pypi/bottle/DEPENDS
new file mode 100755
index 0000000..ee3c403
--- /dev/null
+++ b/python-pypi/bottle/DEPENDS
@@ -0,0 +1,11 @@
+depends PYTHON &&
+
+# templating engines
+suggest_depends jinja2 "" "" "for Jinja2 templating support" &&
+suggest_depends cheetah "" "" "for Cheetah templating support" &&
+suggest_depends mako "" "" "for Mako templating support" &&
+# HTTP servers
+suggest_depends flup "" "" "for flup server support" &&
+suggest_depends cherrypy "" "" "for CherryPy server support" &&
+suggest_depends paste "" "" "for Paste server support" &&
+suggest_depends gevent "" "" "for Gevent server support"
diff --git a/python-pypi/bottle/DETAILS b/python-pypi/bottle/DETAILS
new file mode 100755
index 0000000..d2fa7ce
--- /dev/null
+++ b/python-pypi/bottle/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=bottle
+ VERSION=0.12.9
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/b/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:c11d3cb916a0912dcda953a25b9e3a4c6f8e68e31bbaba653f1cae0e12f6b6d827fcbc9d1dfbdb9af2e28276b0056a31fa863d3723a709911406f426d528840b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=MIT
+ WEB_SITE=http://bottlepy.org/
+ ENTERED=20160806
+ SHORT="Python web framework"
+cat << EOF
+Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
+It is distributed as a single file module and has no dependencies other than
+the Python Standard Library.
+
+Features:
+- Routing: Requests to function-call mapping with support for clean and
dynamic
+ URLs.
+- Templates: Fast and pythonic built-in template engine and support for mako,
+ jinja2 and cheetah templates.
+- Utilities: Convenient access to form data, file uploads, cookies, headers
and
+ other HTTP-related metadata.
+- Server: Built-in HTTP development server and support for paste, fapws3,
+ bjoern, gae, cherrypy or any other WSGI capable HTTP server.
+EOF
diff --git a/python-pypi/bottle/HISTORY b/python-pypi/bottle/HISTORY
new file mode 100644
index 0000000..545e847
--- /dev/null
+++ b/python-pypi/bottle/HISTORY
@@ -0,0 +1,2 @@
+2016-08-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.12.9
diff --git a/python-pypi/markdown-editor/DEPENDS
b/python-pypi/markdown-editor/DEPENDS
new file mode 100755
index 0000000..36f23f6
--- /dev/null
+++ b/python-pypi/markdown-editor/DEPENDS
@@ -0,0 +1,4 @@
+depends PYTHON &&
+depends python-markdown &&
+depends pygments &&
+depends bottle
diff --git a/python-pypi/markdown-editor/DETAILS
b/python-pypi/markdown-editor/DETAILS
new file mode 100755
index 0000000..ca61b32
--- /dev/null
+++ b/python-pypi/markdown-editor/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=markdown-editor
+ SPELLX=Markdown-Editor
+ VERSION=1.0.1
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/M/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:74f1de5881c1048fa7ca6ddfad4fd630153a177024f28de5cc7bdf19108375443a8a1e4b61fecaa4144c7b5e9195462810e104239f273e71c67e4b50ee92338c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/ncornette/Python-Markdown-Editor
+ ENTERED=20160806
+ SHORT="standalone editor for your local markdown files"
+cat << EOF
+Standalone editor for Markdown files serving as a Python application.
+
+Features:
+- Side-by-side markdown editor & html preview
+- Live, when you type html preview
+- Codehilite & markdown extra syntax support by default
+- Github syntax support
+- Github styles for rendering and codehilite
+- Scrollbars sync
+EOF
diff --git a/python-pypi/markdown-editor/HISTORY
b/python-pypi/markdown-editor/HISTORY
new file mode 100644
index 0000000..45e0ba1
--- /dev/null
+++ b/python-pypi/markdown-editor/HISTORY
@@ -0,0 +1,2 @@
+2016-08-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.0.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (136171eaaacba5076da7aa7c853572f37920e73b), Vlad Glagolev, 08/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page