[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/16: gnu: Add python2-selectors2.
From: |
guix-commits |
Subject: |
08/16: gnu: Add python2-selectors2. |
Date: |
Sat, 27 Jun 2020 14:50:41 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit db10d94dcd920f55c133352e677ebd68eb6fc436
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 15:50:26 2020 +0200
gnu: Add python2-selectors2.
* gnu/packages/python-xyz.scm (python2-selectors2): New public variable.
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 300277f..2912d9a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11343,6 +11343,29 @@ functionality in a modular way, allowing you to extend
your panel with your
own code, responding to click events and updating clock every second.")
(license license:bsd-3)))
+(define-public python2-selectors2
+ (package
+ (name "python2-selectors2")
+ (version "2.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "selectors2" version))
+ (sha256
+ (base32
+ "110qr00b9axz1f1jm12b495jkvrz80smknxvssqlhwk0dx67rdw1"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:python ,python-2))
+ (native-inputs
+ `(("python2-mock" ,python2-mock)
+ ("python2-psutil" ,python2-psutil)))
+ (home-page "https://www.github.com/SethMichaelLarson/selectors2";)
+ (synopsis "Backport of the selectors module from Python 3.5+")
+ (description
+ "This package provides a drop-in replacement for the @code{selectors}
+module in Python 3.5 and later.")
+ (license license:expat)))
+
(define-public python-tblib
(package
(name "python-tblib")
- 01/16: gnu: opusfile: Update to 0.12., (continued)
- 01/16: gnu: opusfile: Update to 0.12., guix-commits, 2020/06/27
- 05/16: gnu: libconfuse: Update to 3.3., guix-commits, 2020/06/27
- 10/16: gnu: python-gevent: Update to 20.6.2., guix-commits, 2020/06/27
- 03/16: gnu: feh: Update to 3.4.1., guix-commits, 2020/06/27
- 04/16: gnu: spdlog: Update to 1.6.1., guix-commits, 2020/06/27
- 06/16: gnu: libconfuse: Do not build static libraries., guix-commits, 2020/06/27
- 07/16: gnu: dav1d: Update to 0.7.1., guix-commits, 2020/06/27
- 12/16: gnu: exempi: Delete the static library., guix-commits, 2020/06/27
- 13/16: gnu: libzip: Update to 1.7.1., guix-commits, 2020/06/27
- 02/16: gnu: opusfile: Do not build static libraries., guix-commits, 2020/06/27
- 08/16: gnu: Add python2-selectors2.,
guix-commits <=
- 09/16: gnu: python-greenlet: Update to 0.4.16., guix-commits, 2020/06/27
- 14/16: gnu: ilmbase: Update to 2.5.2., guix-commits, 2020/06/27
- 16/16: gnu: x265: Update to 3.4., guix-commits, 2020/06/27
- 15/16: gnu: libcyaml: Remove unused input., guix-commits, 2020/06/27
- 11/16: gnu: exempi: Update to 2.5.2., guix-commits, 2020/06/27