From 566df97115752e114258da8bf8c504d8f4f140d2 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Mon, 8 Mar 2021 20:23:02 +0300 Subject: gn: python: Add python-ipfshttpclient --- gn/packages/python.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'gn/packages') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 769a7ec..998b0aa 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1607,3 +1607,28 @@ sorted order.") (description "Python implementation of jbenet's multiaddr") (license license:expat))) + +(define-public python-ipfshttpclient + (package + (name "python-ipfshttpclient") + (version "0.6.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ipfshttpclient" version)) + (sha256 + (base32 + "160hcczkrnbqwqjx86vri5kvmvn17v01csll1c8w8ifx96r14azv")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-pytest-runner" ,python-pytest-runner))) + (propagated-inputs + `(("python-httpx" ,python-httpx) + ("python-multiaddr" ,python-multiaddr) + ("python-requests" ,python-requests))) + (home-page + "https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/") + (synopsis "Python IPFS HTTP CLIENT library") + (description "Python IPFS HTTP CLIENT library") + (license license:expat))) -- cgit v1.2.3