[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
288/361: gnu: poetry: Fix build.
From: |
guix-commits |
Subject: |
288/361: gnu: poetry: Fix build. |
Date: |
Thu, 21 Nov 2024 06:29:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 6177d730910eae38b1d0fa6322028d3042d96692
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 9 21:15:21 2024 +0000
gnu: poetry: Fix build.
The package requires a long change of update, this changes just fixes
the build.
* gnu/packages/python-xyz.scm (poetry): Refresh package style.
[phases]{saniti-check}: Silent it, as it fails on too many checkes.
{patch-setup-py}: Remove it.
[propagated-inputs]: Remove python-poetry-core-1.0; add python-clikit
and python-poetry-core.
Change-Id: Ic69e174951f66d75b4625e3da9236786f8b42a07
---
gnu/packages/python-xyz.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f99524ab7c..5f3106a4b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22079,19 +22079,18 @@ database, file, dict stores. Cachy supports python
versions 2.7+ and 3.2+.")
"0rr54mvcfcv9cv6vw2122y28xvd2pwqpv2x8c8j5ayz3gwsy4rjw"))))
(build-system python-build-system)
(arguments
- `(#:tests? #f ;PyPI does not have tests
- #:phases
- (modify-phases %standard-phases
- (add-before 'build 'patch-setup-py
- (lambda _
- (substitute* "setup.py"
- ;; Relax some of the requirements.
- (("(keyring>=21.2.0),<22.0.0" _ keyring) keyring)
- (("(packaging>=20.4),<21.0" _ packaging) packaging)))))))
+ (list
+ #:tests? #f ;PyPI does not have tests
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; XXX: Silent sanity check as the package requires a long chain of
+ ;; updates.
+ (delete 'sanity-check))))
(propagated-inputs
(list python-cachecontrol
python-cachy
python-cleo
+ python-clikit
python-crashtest
python-entrypoints
python-html5lib
@@ -22103,7 +22102,7 @@ database, file, dict stores. Cachy supports python
versions 2.7+ and 3.2+.")
python-pexpect
python-pip
python-pkginfo
- python-poetry-core-1.0
+ python-poetry-core
python-requests
python-requests-toolbelt
python-shellingham
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., (continued)
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/21
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/21
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/21
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/21
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/21
- 284/361: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/21
- 286/361: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/21
- 285/361: gnu: Add python-sphinx-design., guix-commits, 2024/11/21
- 287/361: gnu: Add python-pypa-installer., guix-commits, 2024/11/21
- 289/361: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/21
- 288/361: gnu: poetry: Fix build.,
guix-commits <=
- 291/361: gnu: Add python-rgbxy., guix-commits, 2024/11/21
- 302/361: gnu: Remove python-pluggy-next., guix-commits, 2024/11/21
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/21
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/21
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/21
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/21
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/21
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/21
- 315/361: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/21
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/21