summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-02-12 21:57:40 +0100
committerIsmael Luceno2021-02-13 03:10:20 +0100
commitb358a25852609d54da3a2f8ff57911008fe94834 (patch)
tree88200b3d765455b666fe0613613949350bc1b6a6
parent952cab0a2247e3ac8d5cd51ca79e4d0be4f8e4b0 (diff)
python-requests-toolbelt: new spell, Useful classes and functions to be used with python-requests
-rw-r--r--ChangeLog4
-rwxr-xr-xpython-pypi/python-requests-toolbelt/DEPENDS2
-rwxr-xr-xpython-pypi/python-requests-toolbelt/DETAILS15
-rw-r--r--python-pypi/python-requests-toolbelt/HISTORY2
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e1ebd16ff..0a994b9796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-12 Ismael Luceno <ismael@sourcemage.org>
+ * python-pypi/python-requests-toolbelt: new spell, Useful classes
+ and functions to be used with python-requests
+
2021-02-08 Ismael Luceno <ismael@sourcemage.org>
* editors/fig2dev: new spell, based on transfig
* editors/transfig: spell deprecated [renamed to fig2dev]
diff --git a/python-pypi/python-requests-toolbelt/DEPENDS b/python-pypi/python-requests-toolbelt/DEPENDS
new file mode 100755
index 0000000000..9961a1f23d
--- /dev/null
+++ b/python-pypi/python-requests-toolbelt/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends requests
diff --git a/python-pypi/python-requests-toolbelt/DETAILS b/python-pypi/python-requests-toolbelt/DETAILS
new file mode 100755
index 0000000000..3f0319655c
--- /dev/null
+++ b/python-pypi/python-requests-toolbelt/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-requests-toolbelt
+ VERSION=0.9.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/requests/toolbelt/archive/$VERSION.tar.gz
+ SOURCE_HASH=sha512:12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/toolbelt-$VERSION"
+ WEB_SITE="https://github.com/requests/toolbelt"
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20210212
+ KEYWORDS=""
+ SHORT="Useful classes and functions to be used with python-requests"
+cat << EOF
+This is just a collection of utilities for python-requests, but don't really
+belong in requests proper.
+EOF
diff --git a/python-pypi/python-requests-toolbelt/HISTORY b/python-pypi/python-requests-toolbelt/HISTORY
new file mode 100644
index 0000000000..ba3d943d11
--- /dev/null
+++ b/python-pypi/python-requests-toolbelt/HISTORY
@@ -0,0 +1,2 @@
+2021-02-12 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created