unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/5] gnu: Add python-mando-0.3.1
@ 2017-03-26  9:56 Muriithi Frederick Muriuki
  2017-03-27 18:58 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Muriithi Frederick Muriuki @ 2017-03-26  9:56 UTC (permalink / raw)
  To: guix-devel; +Cc: pjotr2017

* gnu/packages/python.scm (python-mando-0.3.1): New variable.
---
 gnu/packages/python.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0c84d8a..df2928d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13982,3 +13982,16 @@ recognize TestCases.")
     "This package is a wrapper around argparse, allowing you to write complete CLI
  applications in seconds while maintaining all the flexibility.")
   (license license:expat)))
+
+(define-public python-mando-0.3.1
+  (package
+    (inherit python-mando)
+    (name "python-mando")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "mando" version))
+       (sha256
+        (base32
+         "0hh4irxpga058q496lcilbqfxwiyxxig1bal633s9bk1plfdy7g5"))))))
-- 
2.10.2

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

* Re: [PATCH 1/5] gnu: Add python-mando-0.3.1
  2017-03-26  9:56 Muriithi Frederick Muriuki
@ 2017-03-27 18:58 ` Leo Famulari
  2017-04-01 13:19   ` Frederick Muriithi
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-03-27 18:58 UTC (permalink / raw)
  To: Muriithi Frederick Muriuki; +Cc: guix-devel, pjotr2017

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

On Sun, Mar 26, 2017 at 12:56:30PM +0300, Muriithi Frederick Muriuki wrote:
> * gnu/packages/python.scm (python-mando-0.3.1): New variable.

Overall this patch series LGTM.

Minor comments to follow...

> +(define-public python-mando-0.3.1

Let's add a comment explaining why we have this older version. Something
like "Foo requires version 0.3.1 of python-mando".

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [PATCH 1/5] gnu: Add python-mando-0.3.1
@ 2017-04-01 12:56 Muriithi Frederick Muriuki
  2017-04-03  8:32 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Muriithi Frederick Muriuki @ 2017-04-01 12:56 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-mando-0.3.1): New variable.
---
 gnu/packages/python.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7dfe4ba..9dd045a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13956,3 +13956,20 @@ recognize TestCases.")
 
 (define-public python2-mando
   (package-with-python2 python-mando))
+
+(define-public python-mando-0.3.1
+  ;; python-radon (version 1.5.0) has a requirement
+  ;; for mando<0.4,>=0.3
+  (package
+    (inherit python-mando)
+    (name "python-mando")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/rubik/mando/archive/v"
+                           version
+                           ".tar.gz"))
+       (sha256
+        (base32
+         "17jlkdpqw22z1nyml5ybslilqkzmnk0dxxjml8bfghav1l5hbwd2"))))))
-- 
2.10.2

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

* Re: [PATCH 1/5] gnu: Add python-mando-0.3.1
  2017-03-27 18:58 ` Leo Famulari
@ 2017-04-01 13:19   ` Frederick Muriithi
  0 siblings, 0 replies; 5+ messages in thread
From: Frederick Muriithi @ 2017-04-01 13:19 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel, Pjotr Prins

From cece7ce7a1847bebf83ec83ce822313be86b2e62 Mon Sep 17 00:00:00 2001
From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
Date: Sat, 1 Apr 2017 13:26:21 +0300
Subject: [PATCH 1/5] gnu: Add python-mando-0.3.1

* gnu/packages/python.scm (python-mando-0.3.1): New variable.
---
 gnu/packages/python.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7dfe4ba..9dd045a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13956,3 +13956,20 @@ recognize TestCases.")

 (define-public python2-mando
   (package-with-python2 python-mando))
+
+(define-public python-mando-0.3.1
+  ;; python-radon (version 1.5.0) has a requirement
+  ;; for mando<0.4,>=0.3
+  (package
+    (inherit python-mando)
+    (name "python-mando")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/rubik/mando/archive/v"
+                           version
+                           ".tar.gz"))
+       (sha256
+        (base32
+         "17jlkdpqw22z1nyml5ybslilqkzmnk0dxxjml8bfghav1l5hbwd2"))))))
-- 
2.10.2

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

* Re: [PATCH 1/5] gnu: Add python-mando-0.3.1
  2017-04-01 12:56 [PATCH 1/5] gnu: Add python-mando-0.3.1 Muriithi Frederick Muriuki
@ 2017-04-03  8:32 ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-04-03  8:32 UTC (permalink / raw)
  To: Muriithi Frederick Muriuki; +Cc: guix-devel

Muriithi Frederick Muriuki <fredmanglis@gmail.com> skribis:

> * gnu/packages/python.scm (python-mando-0.3.1): New variable.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2017-04-03  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-01 12:56 [PATCH 1/5] gnu: Add python-mando-0.3.1 Muriithi Frederick Muriuki
2017-04-03  8:32 ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2017-03-26  9:56 Muriithi Frederick Muriuki
2017-03-27 18:58 ` Leo Famulari
2017-04-01 13:19   ` Frederick Muriithi

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).