Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9009bbbfef67be5012490c3fcf263f5c62a7422a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9009bbbfef67be5012490c3fcf263f5c62a7422a)
  • Date: Wed, 8 Apr 2015 10:37:57 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/httpie/DEPENDS | 3 +++
python-pypi/httpie/DETAILS | 18 ++++++++++++++++++
python-pypi/httpie/HISTORY | 2 ++
4 files changed, 26 insertions(+)

New commits:
commit 9009bbbfef67be5012490c3fcf263f5c62a7422a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

httpie: new spell, a CLI, cURL-like tool for humans

diff --git a/ChangeLog b/ChangeLog
index 66c968b..c62da0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-04-08 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/httpie: new spell, a CLI, cURL-like tool for humans
+
2015-04-06 Pavel Vinogradov <public AT sourcemage.org>
* python-pypi/munkres: new spell, munkres algorithm for the Assignment
Problem
diff --git a/python-pypi/httpie/DEPENDS b/python-pypi/httpie/DEPENDS
new file mode 100755
index 0000000..f0ae98c
--- /dev/null
+++ b/python-pypi/httpie/DEPENDS
@@ -0,0 +1,3 @@
+depends PYTHON &&
+depends requests &&
+depends pygments
diff --git a/python-pypi/httpie/DETAILS b/python-pypi/httpie/DETAILS
new file mode 100755
index 0000000..b881d85
--- /dev/null
+++ b/python-pypi/httpie/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=httpie
+ VERSION=0.9.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/h/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:5622caa2f3136137d85f91eba9b0a165ec987b696a5e001844c8ecb868d66cfc86b3f3fb3a1ac493d7603c67ca88de0e0ffc776dce855ad69364190607b4fb73
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://pypi.python.org/pypi/httpie";
+ LICENSE[0]="BSD"
+ ENTERED=20150408
+ KEYWORDS=""
+ SHORT="a CLI, cURL-like tool for humans"
+cat << EOF
+HTTPie (pronounced aych-tee-tee-pie) is a command line HTTP client. Its goal
+is to make CLI interaction with web services as human-friendly as possible.
It
+provides a simple http command that allows for sending arbitrary HTTP
requests
+using a simple and natural syntax, and displays colorized output. HTTPie can
+be used for testing, debugging, and generally interacting with HTTP servers.
+EOF
diff --git a/python-pypi/httpie/HISTORY b/python-pypi/httpie/HISTORY
new file mode 100644
index 0000000..77f4cb9
--- /dev/null
+++ b/python-pypi/httpie/HISTORY
@@ -0,0 +1,2 @@
+2015-04-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9009bbbfef67be5012490c3fcf263f5c62a7422a), Ismael Luceno, 04/08/2015

Archive powered by MHonArc 2.6.24.

Top of Page