guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 08/17] gnu: Add python-pytest-localserver.


From: Leo Famulari
Subject: Re: [PATCH 08/17] gnu: Add python-pytest-localserver.
Date: Thu, 7 Jan 2016 11:49:21 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Jan 06, 2016 at 01:09:41PM -0600, Eric Bavier wrote:
> On 2016-01-03 18:05, Leo Famulari wrote:
> >* gnu/packages/python.scm (python-pytest-localserver): New variable.
> >---
> > gnu/packages/python.scm | 32 ++++++++++++++++++++++++++++++++
> > 1 file changed, 32 insertions(+)
> >
> >diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> >index 2cfdcaf..0dfebf2 100644
> >--- a/gnu/packages/python.scm
> >+++ b/gnu/packages/python.scm
> >@@ -6762,3 +6762,35 @@ minimal and fast API targetting the following uses:
> > the last py.test invocation.")
> >     (home-page "https://bitbucket.org/hpk42/pytest-cache/";)
> >     (license license:expat)))
> >+
> >+(define-public python-pytest-localserver
> >+  (package
> >+    (name "python-pytest-localserver")
> >+    (version "0.3.4")
> >+    (source (origin
> >+             (method url-fetch)
> >+             (uri (string-append
> >"https://pypi.python.org/packages/source/p";
> >+
> >"/pytest-localserver/pytest-localserver-"
> >+                                 version ".zip"))
> 
> When https://lists.gnu.org/archive/html/guix-devel/2016-01/msg00224.html
> goes through, we should be able to use pypi-url here again.

Nice, hopefully it is available soon.

> 
> -- 
> `~Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]