[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/103: gnu: python-flake8-pie: Fix build.
From: |
guix-commits |
Subject: |
68/103: gnu: python-flake8-pie: Fix build. |
Date: |
Wed, 5 Jan 2022 09:44:37 -0500 (EST) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 5fc45ac76be49c6f36b4dfb81b4cfdc4b6c55c83
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Dec 30 12:40:28 2021 +0100
gnu: python-flake8-pie: Fix build.
* gnu/packages/python-xyz.scm (python-flake8-pie)[arguments]: Disable
tests and force build backend.
[native-inputs]: Add python-poetry-core.
---
gnu/packages/python-xyz.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 439e062266..e8ab399be4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10090,6 +10090,10 @@ first-class forward references that stub files use.")
(sha256
(base32 "0kgipl5gljlp7aa7ykx15pswpzkd0d0qiznihb2z0d9a73181dyd"))))
(build-system python-build-system)
+ (arguments
+ `(#:tests? #f ; No tests exist.
+ #:build-backend "poetry.core.masonry.api"))
+ (native-inputs (list python-poetry-core))
(home-page "https://github.com/sbdchd/flake8-pie")
(synopsis "Flake8 extension that implements lints")
(description
- 45/103: gnu: picard: Remove old build flag., (continued)
- 45/103: gnu: picard: Remove old build flag., guix-commits, 2022/01/05
- 46/103: gnu: python-pytest-remotedata: Disable tests., guix-commits, 2022/01/05
- 50/103: gnu: python-pytest-qt: Remove obsolete test target., guix-commits, 2022/01/05
- 51/103: gnu: Add python-u-msgpack., guix-commits, 2022/01/05
- 57/103: gnu: python-pastedeploy: Remove obsolete argument., guix-commits, 2022/01/05
- 60/103: gnu: python-hupper: Remove obsolete argument., guix-commits, 2022/01/05
- 61/103: gnu: python-pyls-black: Remove obsolete argument., guix-commits, 2022/01/05
- 62/103: gnu: scons: Remove obsolete argument., guix-commits, 2022/01/05
- 63/103: gnu: python-virtualenv: Disable tests., guix-commits, 2022/01/05
- 66/103: gnu: python-three-merge: Remove obsolete argument., guix-commits, 2022/01/05
- 68/103: gnu: python-flake8-pie: Fix build.,
guix-commits <=
- 74/103: gnu: python-entrypoints: Fix build and enable tests., guix-commits, 2022/01/05
- 77/103: gnu: python-qstylizer: Remove obsolete argument., guix-commits, 2022/01/05
- 93/103: gnu: python-pytest-httpbin: Disable tests., guix-commits, 2022/01/05
- 92/103: gnu: python-cairocffi: Disable tests., guix-commits, 2022/01/05
- 95/103: gnu: python-progressbar2: Disable tests., guix-commits, 2022/01/05
- 96/103: gnu: python-click-5: Disable failing test., guix-commits, 2022/01/05
- 98/103: gnu: btrfs-progs: Add missing input., guix-commits, 2022/01/05
- 102/103: gnu: tensorflow: Add missing module., guix-commits, 2022/01/05
- 101/103: gnu: Add missing module import., guix-commits, 2022/01/05
- 32/103: gnu: python-urwidtrees: Remove dependency on mock., guix-commits, 2022/01/05