[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/55: gnu: python-deprecated: Remove unused inputs.
From: |
guix-commits |
Subject: |
05/55: gnu: python-deprecated: Remove unused inputs. |
Date: |
Thu, 21 Sep 2023 13:31:33 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 82ecaa1c569e9776db96874baaa98f09b51adff5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 11 16:31:00 2023 +0800
gnu: python-deprecated: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and
PYTHON-TOX.
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b3a09db715..51196e71c7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6176,8 +6176,7 @@ software version simply.")
(propagated-inputs
(list python-wrapt))
(native-inputs
- (list python-bumpversion python-pytest python-pytest-cov
- python-sphinx python-tox))
+ (list python-bumpversion python-pytest))
(home-page "https://github.com/tantale/deprecated")
(synopsis "Python decorator to deprecate classes, functions or methods")
(description "The @code{deprecated} decorator provides a convenient way to
deprecate
- branch master updated (ee7c9d2541 -> fdfafaa48c), guix-commits, 2023/09/21
- 03/55: gnu: python-certauth: Fix test failure with newer PyOpenSSL., guix-commits, 2023/09/21
- 01/55: gnu: Add python-jwcrypto., guix-commits, 2023/09/21
- 04/55: gnu: python-filelock: Update home page., guix-commits, 2023/09/21
- 05/55: gnu: python-deprecated: Remove unused inputs.,
guix-commits <=
- 06/55: gnu: Add python-a2wsgi., guix-commits, 2023/09/21
- 18/55: gnu: python-dj-database-url: Update to 2.1.0., guix-commits, 2023/09/21
- 08/55: gnu: Add python-tracerite., guix-commits, 2023/09/21
- 15/55: gnu: uwufetch: Avoid top-level package references., guix-commits, 2023/09/21
- 17/55: gnu: Add python-dj-email-url., guix-commits, 2023/09/21
- 21/55: gnu: Add python-django-configurations., guix-commits, 2023/09/21
- 23/55: gnu: python-django-picklefield: Update to 3.1.0., guix-commits, 2023/09/21
- 27/55: gnu: graphite-web: Update to 1.1.10., guix-commits, 2023/09/21
- 28/55: gnu: Remove python-django@2.2., guix-commits, 2023/09/21
- 29/55: gnu: python-flex: Update to 6.14.1., guix-commits, 2023/09/21