Skip to Content.
Sympa Menu

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

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 (c903e2ae93b5f38abb563fba2485ce505ae6042a)
  • Date: Mon, 16 Mar 2015 16:15:35 -0500

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

ChangeLog | 3 +++
python-pypi/bpython/DEPENDS | 1 +
python-pypi/bpython/HISTORY | 3 +++
python-pypi/requests/DEPENDS | 1 +
python-pypi/requests/DETAILS | 22 ++++++++++++++++++++++
python-pypi/requests/HISTORY | 2 ++
6 files changed, 32 insertions(+)

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

bpython: added missing dependency

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

requests: new spell, Python HTTP for Humans

diff --git a/ChangeLog b/ChangeLog
index 5715495..62aaeeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/requests: new spell, Python HTTP for Humans
+
2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
* net/isc.gpg: added 911A4C02 public key (Internet Systems Consortium,
Inc. (Signing key, 2015-2016) <codesign AT isc.org>)
diff --git a/python-pypi/bpython/DEPENDS b/python-pypi/bpython/DEPENDS
index 97ee8ba..9777f61 100755
--- a/python-pypi/bpython/DEPENDS
+++ b/python-pypi/bpython/DEPENDS
@@ -1,5 +1,6 @@
depends python &&
depends pygments &&
+depends requests &&

suggest_depends curtsies "" "" "for Curtsies frontend support
(${MESSAGE_COLOR}also requires greenlet${DEFAULT_COLOR})" &&

diff --git a/python-pypi/bpython/HISTORY b/python-pypi/bpython/HISTORY
index 780b25e..72c43c3 100644
--- a/python-pypi/bpython/HISTORY
+++ b/python-pypi/bpython/HISTORY
@@ -1,3 +1,6 @@
+2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing dependency -- requests
+
2015-01-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.13.2

diff --git a/python-pypi/requests/DEPENDS b/python-pypi/requests/DEPENDS
new file mode 100755
index 0000000..f92fc0c
--- /dev/null
+++ b/python-pypi/requests/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY/PY_DEPENDS"
diff --git a/python-pypi/requests/DETAILS b/python-pypi/requests/DETAILS
new file mode 100755
index 0000000..39d7861
--- /dev/null
+++ b/python-pypi/requests/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=requests
+ VERSION=2.6.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/r/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:703728e04f4ae5f083892e1ad0cb54777ebcc0120fca9cd3c170e33233fccbb64a635e141e6d7b9c1f1f9d62dc00aa7c66ea890ae62cd6581c881c071a707510
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=APACHE
+ WEB_SITE=http://python-requests.org/
+ ENTERED=20150317
+ SHORT="Python HTTP for Humans"
+cat << EOF
+Requests is an Apache2 Licensed HTTP library, written in Python, for human
+beings.
+
+Most existing Python modules for sending HTTP requests are extremely verbose
and
+cumbersome. Python's builtin urllib2 module provides most of the HTTP
+capabilities you should need, but the API is thoroughly broken. It requires
an
+enormous amount of work (even method overrides) to perform the simplest of
+tasks.
+
+Things shouldn't be this way. Not in Python.
+EOF
diff --git a/python-pypi/requests/HISTORY b/python-pypi/requests/HISTORY
new file mode 100644
index 0000000..da98506
--- /dev/null
+++ b/python-pypi/requests/HISTORY
@@ -0,0 +1,2 @@
+2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c903e2ae93b5f38abb563fba2485ce505ae6042a), Vlad Glagolev, 03/16/2015

Archive powered by MHonArc 2.6.24.

Top of Page