unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add python-aiotest.
@ 2015-07-13  2:33 Cyril Roelandt
  2015-07-15 21:43 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Cyril Roelandt @ 2015-07-13  2:33 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-aiotest, python2-aiotest): New variables.
---
 gnu/packages/python.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5dcaba0..e3ec13a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4051,3 +4051,31 @@ complexity of Python source code.")
 
 (define-public python2-flake8
   (package-with-python2 python-flake8))
+
+(define-public python-aiotest
+  (package
+  (name "python-aiotest")
+  (version "0.2")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (string-append
+             "https://pypi.python.org/packages/source/a/aiotest/aiotest-"
+             version
+             ".tar.gz"))
+      (sha256
+        (base32
+          "179n8n4clf7znb3dc0h1369mahbk1jnxk8pvpg56jdhz122lvhf5"))))
+  (build-system python-build-system)
+  (inputs
+    `(("python-setuptools" ,python-setuptools)))
+  (home-page "https://pypi.python.org/pypi/aiotest")
+  (synopsis
+    "Test suite to validate an implementation of PEP 3156 (the asyncio API)")
+  (description
+    "Aiotest is a test suite to validate the implementation of PEP 3156 in
+Python 2.x, 3.2, 3.3 and 3.4")
+  (license asl2.0)))
+
+(define-public python2-aiotest
+  (package-with-python2 python-aiotest))
-- 
2.1.4

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

* Re: [PATCH] gnu: Add python-aiotest.
  2015-07-13  2:33 [PATCH] gnu: Add python-aiotest Cyril Roelandt
@ 2015-07-15 21:43 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-07-15 21:43 UTC (permalink / raw)
  To: Cyril Roelandt; +Cc: guix-devel

Cyril Roelandt <tipecaml@gmail.com> skribis:

> * gnu/packages/python.scm (python-aiotest, python2-aiotest): New variables.

[...]

> +  (synopsis
> +    "Test suite to validate an implementation of PEP 3156 (the asyncio API)")

What about “Validate implementations of Python’s asyncio API”?

> +  (description
> +    "Aiotest is a test suite to validate the implementation of PEP 3156 in
                                                                         ^^
+ “ (asynchronous I/O)”

OK with changes along these lines!

Thanks,
Ludo’.

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

end of thread, other threads:[~2015-07-15 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-13  2:33 [PATCH] gnu: Add python-aiotest Cyril Roelandt
2015-07-15 21:43 ` Ludovic Courtès

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