Skip to Content.
Sympa Menu

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

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 (60aba1e8283e938d8d60e403464891acfbce12f5)
  • Date: Wed, 5 Oct 2011 07:18:42 -0500

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

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

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

fabric: new spell, simple, Pythonic tool for remote execution and
deployment

diff --git a/ChangeLog b/ChangeLog
index 18239d1..aaaa8e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/fabric: new spell, simple, Pythonic tool for remote
+ execution and deployment
+
2011-10-03 Ladislav Hagara <hgr AT vabo.cz>
* x11/colord: new spell, daemon that maps devices to color profiles

diff --git a/python-pypi/fabric/DEPENDS b/python-pypi/fabric/DEPENDS
new file mode 100755
index 0000000..004f6cc
--- /dev/null
+++ b/python-pypi/fabric/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends SETUPTOOLS &&
+depends pycrypto &&
+depends paramiko
diff --git a/python-pypi/fabric/DETAILS b/python-pypi/fabric/DETAILS
new file mode 100755
index 0000000..5ab0933
--- /dev/null
+++ b/python-pypi/fabric/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=fabric
+ SPELLX=Fabric
+ VERSION=1.2.2
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+
SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELLX:0:1}/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:44c034a144319f6d1dd57ea2de56e222c810e6dd54b2c12c89343a5f776090acad6d317c71363a540618a021c021fb96edb26c3fbc01af133223a28f268f78c1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://fabfile.org/
+ LICENSE[0]=BSD
+ ENTERED=20111005
+ SHORT="simple, Pythonic tool for remote execution and deployment"
+cat << EOF
+Fabric is a Python library and command-line tool for streamlining the use of
SSH
+for application deployment or systems administration tasks.
+
+It provides a basic suite of operations for executing local or remote shell
+commands (normally or via sudo) and uploading/downloading files, as well as
+auxiliary functionality such as prompting the running user for input, or
+aborting execution.
+EOF
diff --git a/python-pypi/fabric/HISTORY b/python-pypi/fabric/HISTORY
new file mode 100644
index 0000000..d9e5421
--- /dev/null
+++ b/python-pypi/fabric/HISTORY
@@ -0,0 +1,2 @@
+2011-10-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (60aba1e8283e938d8d60e403464891acfbce12f5), Vlad Glagolev, 10/05/2011

Archive powered by MHonArc 2.6.24.

Top of Page