Package: guix-patches;
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 10 May 2024 07:50:01 UTC
Severity: normal
Tags: patch
Message #167 received at 70858 <at> debbugs.gnu.org (full text, mbox):
From: Nicolas Graves <ngraves <at> ngraves.fr> To: 70858 <at> debbugs.gnu.org Cc: ngraves <at> ngraves.fr Subject: [PATCH python-team v2 21/32] build-system/pyproject: Remove python-twine native-input. Date: Sat, 1 Jun 2024 17:36:53 +0200
* gnu/packages/gettext.scm (mdpo)[native-inputs]: Remove python-twine. * gnu/packages/machine-learning.scm (python-linear-operator, python-gpytorch)[native-inputs]: Remove python-twine. * gnu/packages/python-check.scm (python-testfixtures)[native-inputs]: Remove python-twine. * gnu/packages/python-web.scm (python-translation-finder) [native-inputs]: Remove python-twine. * gnu/packages/python-xyz.scm (python-cftime, python-eventlet, python-eliot, python-arpeggio)[native-inputs]: Remove python-twine. * gnu/packages/terminals.scm (python-halo)[native-inputs]: Remove python-twine. * gnu/packages/virtualization.scm (python-transient)[native-inputs]: Remove python-twine. Change-Id: Ie9ff17126810dc3e2b17ad42a1f765361401eae7 --- gnu/packages/gettext.scm | 1 - gnu/packages/machine-learning.scm | 6 ++---- gnu/packages/python-check.scm | 2 +- gnu/packages/python-web.scm | 2 +- gnu/packages/python-xyz.scm | 6 +----- gnu/packages/terminals.scm | 1 - gnu/packages/virtualization.scm | 1 - 7 files changed, 5 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 39215a0ccb6..b3c807c6774 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -221,7 +221,6 @@ (define-public mdpo python-sphinx python-sphinx-argparse python-sphinx-rtd-theme - python-twine python-yamllint)) (propagated-inputs (list python-polib python-pymd4c)) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index bec948a4bfd..27749093ee5 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5094,8 +5094,7 @@ (define-public python-linear-operator (native-inputs (list python-flake8-print python-pytest python-setuptools - python-setuptools-scm - python-twine)) + python-setuptools-scm)) (home-page "https://github.com/cornellius-gp/linear_operator/") (synopsis "Linear operator implementation") (description "LinearOperator is a PyTorch package for abstracting away the @@ -5124,8 +5123,7 @@ (define-public python-gpytorch (native-inputs (list python-flake8-print python-nbval python-pytest - python-setuptools - python-twine)) + python-setuptools)) (home-page "https://gpytorch.ai") (synopsis "Implementation of Gaussian Processes in PyTorch") (description diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 1087f7b9168..d2618807bc7 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -245,7 +245,7 @@ (define-public python-testfixtures (native-inputs (list python-pytest python-pytest-cov ;;("python-pytest-django" ,python-pytest-django) - python-twine python-wheel)) + python-wheel)) (synopsis "Tests components for Python") (description "Testfixtures is a collection of helpers and mock objects that are useful when writing automated tests in Python.") diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a040eb81448..08be81ad1c5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6224,7 +6224,7 @@ (define-public python-translation-finder (list python-chardet python-pathlib2 python-ruamel.yaml python-six)) (native-inputs (list python-codecov python-codacy-coverage python-pytest-cov - python-pytest-runner python-twine)) + python-pytest-runner)) (home-page "https://weblate.org/") (synopsis "Translation file finder for Weblate") (description "This package provides a function to find translation file in diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4538dccd84c..9396290401d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3070,7 +3070,6 @@ (define-public python-cftime python-cython python-pytest-cov python-sphinx - python-twine python-wheel)) (home-page "https://unidata.github.io/cftime/") (synopsis "Library for time handling") @@ -4240,8 +4239,7 @@ (define-public python-eventlet (list python-black python-hatchling python-hatch-vcs - python-pytest - python-twine)) + python-pytest)) (arguments (list #:test-flags @@ -31351,7 +31349,6 @@ (define-public python-eliot python-sphinx python-sphinx-rtd-theme python-testtools - python-twine python-twisted)) (home-page "https://github.com/itamarst/eliot/") (synopsis "Eliot: the logging system that tells you why it happened") @@ -35924,7 +35921,6 @@ (define-public python-arpeggio python-mkdocs python-pytest python-pytest-runner - python-twine python-wheel)) (home-page "https://github.com/textX/Arpeggio") (synopsis "Packrat parser interpreter for Python") diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index d61dc6cb3c7..d39d1347a2c 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1199,7 +1199,6 @@ (define-public python-halo (native-inputs (list python-nose python-setuptools - python-twine python-wheel)) (home-page "https://github.com/manrajgrover/halo") (synopsis "Python library to display graphical spinners in the terminal") diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index b0b71cceaf5..16919ccee51 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -2810,7 +2810,6 @@ (define-public python-transient (native-inputs (list python-pyhamcrest python-setuptools - python-twine python-wheel)) (home-page "https://github.com/ALSchwalm/transient") (synopsis "QEMU Wrapper written in Python") -- 2.41.0
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.