Skip to Content.
Sympa Menu

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

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 (4c2bd198323170f66dd30c7d9dee4216caf82957)
  • Date: Thu, 8 Dec 2016 21:45:18 +0000

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

ChangeLog | 4 ++++
python-pypi/python-route53/DEPENDS | 4 ++++
python-pypi/python-route53/DETAILS | 15 +++++++++++++++
python-pypi/python-route53/HISTORY | 2 ++
4 files changed, 25 insertions(+)

New commits:
commit 4c2bd198323170f66dd30c7d9dee4216caf82957
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-route53: new spell, simple Route53 API for Python 2.7/3.x, powered
by requests

diff --git a/ChangeLog b/ChangeLog
index 8dc18ca..3b8c305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-route53: new spell, simple Route53 API for Python
+ 2.7/3.x, powered by requests
+
2016-12-05 Ismael Luceno <ismael AT sourcemage.org>
* utils/containers: new spell, Lightweight containers using Linux
user namespaces
diff --git a/python-pypi/python-route53/DEPENDS
b/python-pypi/python-route53/DEPENDS
new file mode 100755
index 0000000..05b8179
--- /dev/null
+++ b/python-pypi/python-route53/DEPENDS
@@ -0,0 +1,4 @@
+depends PYTHON &&
+depends lxml &&
+depends pytz &&
+depends requests
diff --git a/python-pypi/python-route53/DETAILS
b/python-pypi/python-route53/DETAILS
new file mode 100755
index 0000000..5565916
--- /dev/null
+++ b/python-pypi/python-route53/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-route53
+ SPELLX=${SPELL/python-/}
+ VERSION=1.0.1
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/r/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:a132aa13a4827170f43cf7b7128198cd9021c2fb0be8226cb2fde9c7f2b88bc7dfa5c5847b55b62ee842611809f743772b43c2c5d06b940f06a4a45a2ba5f86e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://github.com/gtaylor/python-route53
+ LICENSE[0]=MIT
+ ENTERED=20161208
+ KEYWORDS=""
+ SHORT="simple Route53 API for Python 2.7/3.x, powered by requests"
+cat << EOF
+python-route53 aims to provide the simplest possible API for Route 53.
+EOF
diff --git a/python-pypi/python-route53/HISTORY
b/python-pypi/python-route53/HISTORY
new file mode 100644
index 0000000..1b80c03
--- /dev/null
+++ b/python-pypi/python-route53/HISTORY
@@ -0,0 +1,2 @@
+2016-12-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 1.0.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c2bd198323170f66dd30c7d9dee4216caf82957), Vlad Glagolev, 12/08/2016

Archive powered by MHonArc 2.6.24.

Top of Page