diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-03-13 23:26:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:25 +0700 |
commit | 11a1af722b4aa08fd1bb5c67524127c562de12ff (patch) | |
tree | 4002c612848c90d1a26b44929f820a10c791a7d6 /python/yarl/yarl.info | |
parent | d117632796e9bfbdd1cd6fb5b761e37afae3391c (diff) |
python/yarl: Added (Yet another URL library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/yarl/yarl.info')
-rw-r--r-- | python/yarl/yarl.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/yarl/yarl.info b/python/yarl/yarl.info new file mode 100644 index 0000000000000..bc9f9b5b3d100 --- /dev/null +++ b/python/yarl/yarl.info @@ -0,0 +1,10 @@ +PRGNAM="yarl" +VERSION="1.3.0" +HOMEPAGE="https://yarl.readthedocs.io/en/stable/" +DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.3.0.tar.gz" +MD5SUM="be1f160ce1711056aa54e1089a74a6e1" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="idna python3-multidict" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |