[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/45: gnu: python-pytest-black: Move to python-check.
From: |
guix-commits |
Subject: |
02/45: gnu: python-pytest-black: Move to python-check. |
Date: |
Wed, 29 Jan 2025 04:12:33 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 44eb5ff3cd16c5189fcee81615226ee1692c2a12
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jan 21 08:51:28 2025 +0000
gnu: python-pytest-black: Move to python-check.
* gnu/packages/python-xyz.scm (python-pytest-black): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: I63b64e0e09173312bb6ddea316fe323801cb1176
---
gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++
gnu/packages/python-xyz.scm | 28 ----------------------------
2 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 8d494fe09a..9998898de9 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -286,6 +286,34 @@ Avocado machine readable outputs this one is streamlined
(per test results).
@end table")
(license license:gpl2))) ;some files are under GPLv2 only
+(define-public python-pytest-black
+ (package
+ (name "python-pytest-black")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest_black" version))
+ (sha256
+ (base32
+ "04dmhv8dzh356qdxz6hrwfz3nk3mlc9shicgpns5r03rydap9dzc"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-black
+ python-pytest
+ python-toml))
+ ;; Project maintenance has been changed, see
+ ;; <https://github.com/shopkeep/pytest-black/issues/70>.
+ (home-page "https://github.com/coherent-oss/pytest-black")
+ (synopsis "Pytest plugin to enable format checking with black")
+ (description
+ "This package provides a pytest plugin to enable format checking with the
+Python code formatter \"black\".")
+ (license license:expat)))
+
(define-public python-beartype
(package
(name "python-beartype")
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 19d7b6c234..d61653b7d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17273,34 +17273,6 @@ asyncio.")
(description "Snuggs are S-expressions for Numpy.")
(license license:expat)))
-(define-public python-pytest-black
- (package
- (name "python-pytest-black")
- (version "0.6.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pytest_black" version))
- (sha256
- (base32
- "04dmhv8dzh356qdxz6hrwfz3nk3mlc9shicgpns5r03rydap9dzc"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-setuptools
- python-wheel))
- (propagated-inputs
- (list python-black
- python-pytest
- python-toml))
- ;; Project maintenance has been changed, see
- ;; <https://github.com/shopkeep/pytest-black/issues/70>.
- (home-page "https://github.com/coherent-oss/pytest-black")
- (synopsis "Pytest plugin to enable format checking with black")
- (description
- "This package provides a pytest plugin to enable format checking with the
-Python code formatter \"black\".")
- (license license:expat)))
-
(define-public python-geojson
(package
(name "python-geojson")
- branch python-team created (now a175b3d150), guix-commits, 2025/01/29
- 02/45: gnu: python-pytest-black: Move to python-check.,
guix-commits <=
- 01/45: gnu: python-pytest-black: Update to 0.6.0., guix-commits, 2025/01/29
- 05/45: gnu: Update references to python3.10 directory., guix-commits, 2025/01/29
- 15/45: gnu: Remove python-parameterized-next., guix-commits, 2025/01/29
- 13/45: gnu: python-objgraph: Adjust inputs., guix-commits, 2025/01/29
- 20/45: gnu: python-uvloop: Fix build, improve style., guix-commits, 2025/01/29
- 21/45: gnu: python-anyio: Adjust inputs, fix build., guix-commits, 2025/01/29
- 24/45: gnu: python-manuel: Update to 1.13.0., guix-commits, 2025/01/29
- 22/45: gnu: python-h2: Fix buld., guix-commits, 2025/01/29
- 23/45: gnu: python-certauth: Add missing inputs and adjust disabled tests., guix-commits, 2025/01/29
- 11/45: gnu: python-objgraph: Update to 3.6.2., guix-commits, 2025/01/29