unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48099] [PATCH] gnu: Add python-django-3.2.
@ 2021-04-29 11:06 Roel Janssen
  2021-05-15 19:30 ` bug#48099: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2021-04-29 11:06 UTC (permalink / raw)
  To: 48099

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-15 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 11:06 [bug#48099] [PATCH] gnu: Add python-django-3.2 Roel Janssen
2021-05-15 19:30 ` bug#48099: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).