[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50663] [PATCH 01/18] gnu: Add python-pyee.
From: |
phodina |
Subject: |
[bug#50663] [PATCH 01/18] gnu: Add python-pyee. |
Date: |
Sat, 18 Sep 2021 17:01:46 +0000 |
* gnu/packages/python-xyz.scm (python-pyee): New variable.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 758c20868e..7add339e90 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16446,6 +16446,35 @@ Record Format (DWARF).")
(define-public python2-pyev
(package-with-python2 python-pyev))
+(define-public python-pyee
+ (package
+ (name "python-pyee")
+ (version "8.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyee" version))
+ (sha256
+ (base32
+ "0cgxbdr4zmil03wwr5fv58789i51gka8a9fxm1dgkf5xs9dwrnlj"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-pytest-trio" ,python-pytest-trio)
+ ("python-pytest-asyncio" ,python-pytest-asyncio)
+ ("python-pytest-runner" ,python-pytest-runner)
+ ("python-pytest" ,python-pytest)
+ ("python-mock" ,python-mock)))
+ (propagated-inputs
+ `(("python-vcversioner" ,python-vcversioner)
+ ("python-twisted" ,python-twisted)
+ ("python-trio" ,python-trio)))
+ (home-page "https://github.com/jfhbrook/pyee")
+ (synopsis
+ "Port of node.js's EventEmitter to python")
+ (description
+ "Port of node.js's EventEmitter to python.")
+ (license license:expat)))
+
(define-public python-imagesize
(package
(name "python-imagesize")
--
2.32.0
- [bug#50663] [PATCH 01/18] gnu: Add python-pyee.,
phodina <=
- [bug#50663] [PATCH 02/18] gnu: Add python-fann2., phodina, 2021/09/18
- [bug#50663] [PATCH 03/19] gnu: Add python-padaos., phodina, 2021/09/18
- [bug#50663] [PATCH 04/19] gnu: Add python-precise-runner., phodina, 2021/09/18
- [bug#50663] [PATCH 05/19] gnu: Add python-petact., phodina, 2021/09/18
- [bug#50663] [PATCH 06/19] gnu: Add python-padatious., phodina, 2021/09/18
- [bug#50663] [PATCH 07/19] gnu: Add python-lazy., phodina, 2021/09/18
- [bug#50663] [PATCH 08/19] gnu: Add python-pako., phodina, 2021/09/18
- [bug#50663] [PATCH 09/19] gnu: Add python-adapt-parser., phodina, 2021/09/18
- [bug#50663] [PATCH 10/19] gnu: Add python-msm., phodina, 2021/09/18
- [bug#50663] [PATCH 11/19] gnu: Add python-msk., phodina, 2021/09/18