[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/103: gnu: python-dnspython: Force poetry backend.
From: |
guix-commits |
Subject: |
79/103: gnu: python-dnspython: Force poetry backend. |
Date: |
Wed, 5 Jan 2022 09:44:39 -0500 (EST) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 1ca087490b441b42eb7b4422b124018bd1540b82
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:07:42 2021 +0100
gnu: python-dnspython: Force poetry backend.
* gnu/packages/python-xyz.scm (python-dnspython)[arguments]: Force
#:build-backend.
[native-inputs]: Add python-poetry-core.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c952849aa9..0ded1f5477 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15865,6 +15865,7 @@ until the object is actually required, and caches the
result of said call.")
(build-system python-build-system)
(arguments
`(#:tests? #f ; XXX: requires internet access
+ #:build-backend "poetry.core.masonry.api"
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-getprotobyname-calls
@@ -15877,7 +15878,7 @@ until the object is actually required, and caches the
result of said call.")
"6")
(("socket.getprotobyname\\('udp'\\)")
"17")))))))
- (native-inputs (list unzip))
+ (native-inputs (list unzip python-poetry-core))
(home-page "https://www.dnspython.org")
(synopsis "DNS toolkit for Python")
(description
- 59/103: gnu: python-venusian: Remove obsolete argument., (continued)
- 59/103: gnu: python-venusian: Remove obsolete argument., guix-commits, 2022/01/05
- 65/103: gnu: python-backcall: Add missing build inputs., guix-commits, 2022/01/05
- 67/103: gnu: python-pep8: Disable tests., guix-commits, 2022/01/05
- 69/103: gnu: python-pep517: Reset timestamps and add missing build input., guix-commits, 2022/01/05
- 103/103: tests: Remove obsolete flag and import missing module., guix-commits, 2022/01/05
- 70/103: gnu: Add python-pyftpdlib., guix-commits, 2022/01/05
- 72/103: gnu: python-fonttools: Fix tests and add missing inputs., guix-commits, 2022/01/05
- 73/103: gnu: python-curio: Disable failing tests., guix-commits, 2022/01/05
- 75/103: gnu: python-bleach: Selectively disable tests., guix-commits, 2022/01/05
- 80/103: gnu: python-isort: Remove custom build phases., guix-commits, 2022/01/05
- 79/103: gnu: python-dnspython: Force poetry backend.,
guix-commits <=
- 91/103: dirty: curio, guix-commits, 2022/01/05
- 90/103: gnu: python-locket: Add missing test input., guix-commits, 2022/01/05
- 86/103: gnu: python-eliot: Remove redundant input., guix-commits, 2022/01/05
- 88/103: gnu: python-libxml2: Fix build., guix-commits, 2022/01/05
- 83/103: gnu: python-yamllint: Remove redundant input., guix-commits, 2022/01/05
- 89/103: gnu: python-devtools: Disable tests., guix-commits, 2022/01/05
- 84/103: gnu: python-pybtex: Disable tests., guix-commits, 2022/01/05
- 85/103: gnu: python-gssapi: Disable tests., guix-commits, 2022/01/05
- 82/103: gnu: python-setuptools-scm-git-archive: Disable tests., guix-commits, 2022/01/05
- 97/103: gnu: python-dnaio: Disable tests., guix-commits, 2022/01/05