[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/93: gnu: Add python-pyct.
From: |
guix-commits |
Subject: |
09/93: gnu: Add python-pyct. |
Date: |
Sun, 5 May 2024 16:44:47 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 5f186e2f7931ce1f777fc0417b707f7469944425
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 29 10:31:43 2024 +0200
gnu: Add python-pyct.
* gnu/packages/python-xyz.scm (python-pyct): New variable.
Change-Id: Ia207d5aa9d66fd2bf3616049c042fbb12e50928d
---
gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 80ec3c9d0a..c30035952d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9512,6 +9512,35 @@ Python code against some of the style conventions in
@url{http://www.python.org/dev/peps/pep-0008/,PEP 8}.")
(license license:expat)))
+(define-public python-pyct
+ (package
+ (name "python-pyct")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyct" version))
+ (sha256
+ (base32 "1856dbrcpc0nxxhlfh3dqzz7xxn5sdi600q45hsprqyqrg2lm7yx"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ ;; These tests want to download example data from the internet.
+ '(list "-k" (string-append
+ "not test_examples_with_use_test_data"
+ " and not
test_examples_using_test_data_and_force_with_prexisting_content_in_target"
+ " and not
test_fetch_data_using_test_data_with_no_file_in_data_copies_from_stubs"
+ " and not
test_fetch_data_using_test_data_and_force_with_file_in_data_over_writes"))))
+ (propagated-inputs (list python-param python-pyyaml))
+ (native-inputs (list python-flake8 python-pytest))
+ (home-page "https://github.com/holoviz-dev/pyct")
+ (synopsis "Common packaging tasks")
+ (description
+ "This Python package provides utilities to run common packaging tasks,
+e.g. copy examples, fetch data, etc.")
+ (license license:bsd-3)))
+
(define-public python-multidict
(package
(name "python-multidict")
- 01/93: gnu: Add python-dask-image., (continued)
- 01/93: gnu: Add python-dask-image., guix-commits, 2024/05/05
- 02/93: gnu: python-pooch: Update to 1.8.1., guix-commits, 2024/05/05
- 04/93: gnu: Add python-xarray-schema., guix-commits, 2024/05/05
- 06/93: gnu: Add rust-lapack-0.19., guix-commits, 2024/05/05
- 03/93: gnu: python-xarray-datatree: Add missing input., guix-commits, 2024/05/05
- 10/93: gnu: Add python-nbmake., guix-commits, 2024/05/05
- 13/93: gnu: Add python-param., guix-commits, 2024/05/05
- 05/93: gnu: Add rust-lapack-sys-0.14., guix-commits, 2024/05/05
- 08/93: gnu: Add rust-blas-0.22., guix-commits, 2024/05/05
- 07/93: gnu: Add rust-blas-sys-0.7., guix-commits, 2024/05/05
- 09/93: gnu: Add python-pyct.,
guix-commits <=
- 11/93: gnu: Add python-colorcet., guix-commits, 2024/05/05
- 14/93: gnu: Add rust-amd-0.2., guix-commits, 2024/05/05
- 18/93: gnu: Add python-qdldl., guix-commits, 2024/05/05
- 20/93: gnu: Add python-ecos., guix-commits, 2024/05/05
- 29/93: gnu: python-pyjanitor: Update to 0.27.0., guix-commits, 2024/05/05
- 25/93: gnu: python-pandas: Default to version 2.x., guix-commits, 2024/05/05
- 26/93: gnu: python-xarray: Disable tests that are known to fail., guix-commits, 2024/05/05
- 28/93: gnu: tadbit: Use G-expression., guix-commits, 2024/05/05
- 32/93: gnu: python-pandas-2: Fix version., guix-commits, 2024/05/05
- 35/93: gnu: Add apache-orc., guix-commits, 2024/05/05