From: Roel Janssen <roel@gnu.org>
To: 48099@debbugs.gnu.org
Subject: [bug#48099] [PATCH] gnu: Add python-django-3.2.
Date: Thu, 29 Apr 2021 13:06:47 +0200 [thread overview]
Message-ID: <8b10b167-90df-f965-90e1-7195fa96516b@gnu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
Hi Guix,
I attached a recipe for python-django-3.2. I haven't tested it beyond
building it (which includes running the test suite),
so it'd be great to keep version 3.1.8 and let version 3.2 inherit from
that package.
Kind regards,
Roel Janssen
[-- Attachment #2: 0001-gnu-Add-python-django-3.2.patch --]
[-- Type: text/x-patch, Size: 1065 bytes --]
From f591c97292f04caccc1c23f484a0f439dcec0cdd Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Thu, 29 Apr 2021 13:02:10 +0200
Subject: [PATCH] gnu: Add python-django-3.2.
* gnu/packages/django.scm (python-django-3.2): New variable.
---
gnu/packages/django.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index dfc3d314ad..916dc68105 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -129,6 +129,17 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(license license:bsd-3)
(properties `((cpe-name . "django")))))
+(define-public python-django-3.2
+ (package (inherit python-django)
+ (name "python-django")
+ (version "3.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "Django" version))
+ (sha256
+ (base32
+ "179qdxa438fnycnnf1j5z6359h1kbp2q7djf01v5jrr26xjgkw11"))))))
+
(define-public python-django-2.2
(package
(inherit python-django)
--
2.31.1
next reply other threads:[~2021-04-29 11:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-29 11:06 Roel Janssen [this message]
2021-05-15 19:30 ` bug#48099: [PATCH] gnu: Add python-django-3.2 Efraim Flashner
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=8b10b167-90df-f965-90e1-7195fa96516b@gnu.org \
--to=roel@gnu.org \
--cc=48099@debbugs.gnu.org \
/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.