unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add python-aiotest.
Date: Mon, 13 Jul 2015 04:33:14 +0200	[thread overview]
Message-ID: <1436754794-12613-1-git-send-email-tipecaml@gmail.com> (raw)

* 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

             reply	other threads:[~2015-07-13  2:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-13  2:33 Cyril Roelandt [this message]
2015-07-15 21:43 ` [PATCH] gnu: Add python-aiotest Ludovic Courtès

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1436754794-12613-1-git-send-email-tipecaml@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=guix-devel@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 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).