[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/53: gnu: Add python-ipfsspec.
From: |
guix-commits |
Subject: |
32/53: gnu: Add python-ipfsspec. |
Date: |
Sun, 21 Apr 2024 07:49:11 -0400 (EDT) |
rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.
commit c789831874213f6e70a633e863d0174a05eafe08
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 19 13:07:16 2024 +0200
gnu: Add python-ipfsspec.
* gnu/packages/python-xyz.scm (python-ipfsspec): New variable.
Change-Id: I1fe0c2523616b9567501ef369c07b61fcacbee81
---
gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bac90b1e07..57d34dae34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8626,6 +8626,34 @@ tracebacks and better introspection than Python's
standard @command{pdb}
debugger, with which it shares the same interface.")
(license license:bsd-3)))
+(define-public python-ipfsspec
+ (package
+ (name "python-ipfsspec")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ipfsspec" version))
+ (sha256
+ (base32 "1y4ad9schc76j2lynm7vpwi4q4jzi9vv843zfpisbp8zqgm0rr7l"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ '(list "-m not local_gw"
+ ;; Require local gateway
+ "--ignore=test/test_gateway.py"
+ ;; Require internet
+ "--ignore=test/test_async.py"
+ "--ignore=test/test_ipfs.py")))
+ (propagated-inputs (list python-aiohttp python-fsspec python-requests))
+ (native-inputs (list python-pytest python-pytest-asyncio))
+ (home-page "https://github.com/fsspec/ipfsspec")
+ (synopsis "Read-only implementation of fsspec for IPFS")
+ (description "This package provides a read-only implementation of
+@code{fsspec} for IPFS.")
+ (license license:expat)))
+
(define-public python-pdbpp
;; The latest release lacks support for Python 3.10; use the latest commit
;; of the master branch (see: https://github.com/pdbpp/pdbpp/issues/503).
- 19/53: gnu: r-pkgdown: Update to 2.0.8., (continued)
- 19/53: gnu: r-pkgdown: Update to 2.0.8., guix-commits, 2024/04/21
- 21/53: gnu: r-paws-common: Update to 0.7.2., guix-commits, 2024/04/21
- 25/53: gnu: r-matrixstats: Update to 1.3.0., guix-commits, 2024/04/21
- 22/53: gnu: r-crul: Update to 1.4.2., guix-commits, 2024/04/21
- 23/53: gnu: r-testthat: Update to 3.2.1.1., guix-commits, 2024/04/21
- 24/53: gnu: r-rcpparmadillo: Update to 0.12.8.2.1., guix-commits, 2024/04/21
- 26/53: gnu: r-diptest: Update to 0.77-1., guix-commits, 2024/04/21
- 29/53: gnu: r-gsva: Update to 1.50.5., guix-commits, 2024/04/21
- 39/53: gnu: meson/newer: Update to 1.2.1., guix-commits, 2024/04/21
- 27/53: gnu: r-lme4: Update to 1.1-35.3., guix-commits, 2024/04/21
- 32/53: gnu: Add python-ipfsspec.,
guix-commits <=
- 40/53: gnu: Add meson-python/newer., guix-commits, 2024/04/21
- 31/53: gnu: Add python-cyvcf2., guix-commits, 2024/04/21
- 30/53: gnu: r-bayseq: Update to 2.36.2., guix-commits, 2024/04/21
- 38/53: gnu: Add python-pims., guix-commits, 2024/04/21
- 36/53: gnu: Add python-xarray-datatree., guix-commits, 2024/04/21
- 41/53: gnu: python-pyproject-metadata: Update to 0.7.1., guix-commits, 2024/04/21
- 44/53: gnu: python-openpyxl: Update to 3.0.10., guix-commits, 2024/04/21
- 46/53: gnu: Add python-pytest-next., guix-commits, 2024/04/21
- 47/53: gnu: Add python-pandas-2., guix-commits, 2024/04/21
- 49/53: gnu: cpplint: Use pyproject-build-system., guix-commits, 2024/04/21