summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2025-09-05 14:57:08 +0200
committerJanneke Nieuwenhuizen <janneke@gnu.org>2025-10-21 10:12:39 +0200
commit95a0107093c82aa9ae4e2e790d575131ddc3f49f (patch)
treeaed5458ba3b6a99923e3ae1c389de62d72de6708 /gnu/packages/python-science.scm
parent7479cdfd01049bf853782715e6c5b27ec3ee4637 (diff)
gnu: Add python-dvc-objects.
* gnu/packages/python-science.scm (python-dvc-objects): New variable. Change-Id: Ibd4247ab12b161392de7d351195646f7215610bd
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm31
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index c829e0810ee..2c36e3d64bd 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5775,6 +5775,37 @@ well as key metadata and SIRENE database containing data on all French
compagnies.")
(license license:expat)))
+(define-public python-dvc-objects
+ (package
+ (name "python-dvc-objects")
+ (version "5.1.1")
+ (home-page "https://github.com/iterative/dvc-objects")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "dvc_objects" version))
+ (sha256
+ (base32 "1amx5z8k2v2hbsajg0dcd5dxmmlv9bnbchpas95s8sj86cm8yc4y"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-fsspec
+ python-funcy-1.14))
+ (native-inputs
+ (list python-mypy
+ python-pytest
+ python-pytest-asyncio
+ python-pytest-benchmark
+ python-pytest-cov
+ python-pytest-mock
+ python-pytest-sugar
+ python-reflink
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (synopsis "Filesystem and object-db level abstractions for DVC")
+ (description "Dvc objects provides a filesystem and object-db level
+abstractions to use in dvc and dvc-data.")
+ (license license:asl2.0)))
+
(define-public python-pyqtgraph
(package
(name "python-pyqtgraph")