summaryrefslogtreecommitdiffstats
path: root/python/httplib2/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2018-07-11 12:13:32 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-14 06:55:59 +0700
commit780ae5fa0400acfdc2c6e8ba66de922c3456deb8 (patch)
tree438499ecf0c45f34d3ed0476b73f19cd0f0620a9 /python/httplib2/README
parent1948d3474805fd0bfee78a20c39cd999832f372a (diff)
downloadslackbuilds-780ae5fa0400acfdc2c6e8ba66de922c3456deb8.tar.gz
slackbuilds-780ae5fa0400acfdc2c6e8ba66de922c3456deb8.tar.xz
python/httplib2: Autodect python3, cleanups.
Fix download and homepage Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/httplib2/README')
-rw-r--r--python/httplib2/README7
1 files changed, 1 insertions, 6 deletions
diff --git a/python/httplib2/README b/python/httplib2/README
index dfd8ae4c85..0f9a75ebaa 100644
--- a/python/httplib2/README
+++ b/python/httplib2/README
@@ -1,9 +1,4 @@
-httplib2 (python http library)
-
A comprehensive HTTP client library that supports many features
left out of other HTTP libraries.
-If you want to build this for use with Python 3.x (needs the optional
-dependency python3) pass the script PYTHON3=yes, like
-
- PYTHON3=yes ./httplib2.SlackBuild
+python3 is an optional (autodetected) dependency.