guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: python-aiohttp: Sort inputs alphabetically.


From: guix-commits
Subject: 06/06: gnu: python-aiohttp: Sort inputs alphabetically.
Date: Wed, 27 Oct 2021 09:01:43 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit ce6b5eb701bdf035398d4f834f6d18c13b610e0d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 27 16:00:22 2021 +0300

    gnu: python-aiohttp: Sort inputs alphabetically.
    
    * gnu/packages/python-web.scm (python-aiohttp)[native-inputs]: Sort
    inputs alphabetically.
---
 gnu/packages/python-web.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 11db797..e1a1b09 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -214,12 +214,12 @@ API rules.")
        ("python-typing-extensions" ,python-typing-extensions)
        ("python-yarl" ,python-yarl)))
     (native-inputs
-     `(("python-pytest" ,python-pytest-6.1)
-       ("python-pytest-mock" ,python-pytest-mock)
-       ("python-re-assert" ,python-re-assert)
-       ("gunicorn" ,gunicorn-bootstrap)
+     `(("gunicorn" ,gunicorn-bootstrap)
+       ("python-async-generator" ,python-async-generator)
        ("python-freezegun" ,python-freezegun)
-       ("python-async-generator" ,python-async-generator)))
+       ("python-pytest" ,python-pytest-6.1)
+       ("python-pytest-mock" ,python-pytest-mock)
+       ("python-re-assert" ,python-re-assert)))
     (home-page "https://github.com/aio-libs/aiohttp/";)
     (synopsis "Async HTTP client/server framework (asyncio)")
     (description "@code{aiohttp} is an asynchronous HTTP client/server



reply via email to

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