Skip to Content.
Sympa Menu

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

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 (bc7d96b84c161ab0877c6b72be159739109f03a0)
  • Date: Mon, 12 Dec 2016 22:10:11 +0000

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

ChangeLog | 2 ++
python-pypi/libcloud/DEPENDS | 4 ++++
python-pypi/libcloud/DETAILS | 22 ++++++++++++++++++++++
python-pypi/libcloud/HISTORY | 2 ++
4 files changed, 30 insertions(+)

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

libcloud: new spell, unified interface for interacting with cloud services

diff --git a/ChangeLog b/ChangeLog
index cebf270..a9fbb24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@

2016-12-12 Vlad Glagolev <stealth AT sourcemage.org>
* apache.gpg: added 1CE85744 public key (Anthony Shaw
<anthonyshaw AT apache.org>)
+ * python-pypi/libcloud: new spell, unified interface for interacting
+ with cloud services

2016-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* xapian.gpg: add 3BAD2B07 "Olly Betts <olly AT debian.org>"
diff --git a/python-pypi/libcloud/DEPENDS b/python-pypi/libcloud/DEPENDS
new file mode 100755
index 0000000..9b7e7c3
--- /dev/null
+++ b/python-pypi/libcloud/DEPENDS
@@ -0,0 +1,4 @@
+depends PYTHON &&
+depends lockfile &&
+
+suggest_depends lxml "" "" "to use lxml for parsing XML (reduces parsing
time and memory usage)"
diff --git a/python-pypi/libcloud/DETAILS b/python-pypi/libcloud/DETAILS
new file mode 100755
index 0000000..3132e22
--- /dev/null
+++ b/python-pypi/libcloud/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libcloud
+ SPELLX=apache-${SPELL}
+ VERSION=1.4.0
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+ SOURCE2=${SOURCE}.asc
+ SOURCE_URL[0]=http://www.apache.org/dist/${SPELL}/${SOURCE}
+ SOURCE_URL[1]=http://archive.apache.org/dist/${SPELL}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE_GPG=apache.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ DOCS="NOTICE ${DOCS}"
+ WEB_SITE=https://libcloud.apache.org/
+ LICENSE[0]=APACHE
+ ENTERED=20161212
+ KEYWORDS=""
+ SHORT="unified interface for interacting with cloud services"
+cat << EOF
+libcloud is a standard Python library that abstracts away differences among
+multiple cloud provider APIs.
+EOF
diff --git a/python-pypi/libcloud/HISTORY b/python-pypi/libcloud/HISTORY
new file mode 100644
index 0000000..c6a3e6a
--- /dev/null
+++ b/python-pypi/libcloud/HISTORY
@@ -0,0 +1,2 @@
+2016-12-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 1.4.0



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

Archive powered by MHonArc 2.6.24.

Top of Page