diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-04 06:12:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:32 +0700 |
commit | 007b77d3fab050cd141a5ab923edd4f994e9786e (patch) | |
tree | 31923e240af3d93693b0e225f892be6e93e97f04 /python/python3-httpcore/python3-httpcore.info | |
parent | 1f5f211322e97b679fd5d90e58ddb11c2559559e (diff) | |
download | slackbuilds-007b77d3fab050cd141a5ab923edd4f994e9786e.tar.gz slackbuilds-007b77d3fab050cd141a5ab923edd4f994e9786e.tar.xz |
python/python3-httpcore: Added (a minimal low-level HTTP client)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpcore/python3-httpcore.info')
-rw-r--r-- | python/python3-httpcore/python3-httpcore.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-httpcore/python3-httpcore.info b/python/python3-httpcore/python3-httpcore.info new file mode 100644 index 0000000000..81f042d56d --- /dev/null +++ b/python/python3-httpcore/python3-httpcore.info @@ -0,0 +1,10 @@ +PRGNAM="python3-httpcore" +VERSION="0.14.7" +HOMEPAGE="https://github.com/encode/httpcore" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpcore/httpcore-0.14.7.tar.gz" +MD5SUM="6aa1c1b0cbd2e3b85a3bd7fd935a07ad" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="python3-anyio python3-h11" +MAINTAINER="fourtysixandtwo" +EMAIL="fourtysixandtwo@sliderr.net" |