From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 66177@debbugs.gnu.org
Cc: ngraves@ngraves.fr, Lars-Dominik Braun <lars@6xq.net>,
Marius Bakke <marius@gnu.org>, jgart <jgart@dismail.de>
Subject: [bug#66177] [PATCH 4/5] gnu: python-django-4.2: Use pyproject-build-system.
Date: Sun, 24 Sep 2023 12:25:49 +0200 [thread overview]
Message-ID: <163d19634bce5a2ad4ff3fb742120490198d0ad4.1695551150.git.ngraves@ngraves.fr> (raw)
In-Reply-To: <03a469274a39340a691e606612ee1f034098e412.1695551150.git.ngraves@ngraves.fr>
* gnu/packages/django.scm (python-django-4.2):
[build-system] Use pyproject-build-system.
---
gnu/packages/django.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index a6ef52870e..b70ad12a9b 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -64,7 +64,7 @@ (define-public python-django-4.2
(sha256
(base32
"1ha6c5j3pizbsfzw37r52lvdz8z5lblq4iwa99mpkdzz92aiqp2y"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
'(#:test-flags
(list
--
2.41.0
next prev parent reply other threads:[~2023-09-24 10:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-24 10:18 [bug#66177] [PATCH 0/5] Improve python-django-4.2 phases Nicolas Graves via Guix-patches via
2023-09-24 10:25 ` [bug#66177] [PATCH 1/5] gnu: python-django-4.2: Use test-flags argument Nicolas Graves via Guix-patches via
2023-09-24 10:25 ` [bug#66177] [PATCH 2/5] gnu: python-django-4.2: Comment formatting Nicolas Graves via Guix-patches via
2023-09-24 10:25 ` [bug#66177] [PATCH 3/5] gnu: python-django-4.2: Add --failfast to test-flags Nicolas Graves via Guix-patches via
2023-09-24 10:25 ` Nicolas Graves via Guix-patches via [this message]
2023-09-24 10:25 ` [bug#66177] [PATCH 5/5] gnu: python-django-4.2: Simpler unittest skip Nicolas Graves via Guix-patches via
2023-12-14 15:50 ` [bug#66177] [PATCH 0/5] Improve python-django-4.2 phases Nicolas Graves via Guix-patches via
2024-07-01 5:05 ` bug#66177: " jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=163d19634bce5a2ad4ff3fb742120490198d0ad4.1695551150.git.ngraves@ngraves.fr \
--to=guix-patches@gnu.org \
--cc=66177@debbugs.gnu.org \
--cc=jgart@dismail.de \
--cc=lars@6xq.net \
--cc=marius@gnu.org \
--cc=ngraves@ngraves.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.