diff options
author | Efraim Flashner | 2019-12-09 16:22:44 -0600 |
---|---|---|
committer | Efraim Flashner | 2019-12-09 16:22:44 -0600 |
commit | e723dfd8f3b5f8bca2e9f4a16918d981ffb91774 (patch) | |
tree | 592c211ae780da70defc8b4fc381c73c843e4ed7 | |
parent | 69e630e4c878ab5cfa6ef8dcf9ac2f9442ef5c03 (diff) | |
download | guix-bioinformatics-e723dfd8f3b5f8bca2e9f4a16918d981ffb91774.tar.gz |
gn: Remove python-async-timeout.
This package is already upstreamed.
-rw-r--r-- | gn/packages/edash.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index 8d23a08..37852dd 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -245,26 +245,6 @@ necessary.") "A collection of helpers and mock objects for unit tests and doc tests.") (license license:expat))) -(define-public python-async-timeout-3.0.1 - (package - (name "python-async-timeout") - (version "3.0.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "async-timeout" version)) - (sha256 - (base32 - "0pscbyr840m7fyfc3r8zv9kgkwdcn9f78p7zsrczciwd09m82g0c")))) - (build-system python-build-system) - (home-page - "https://github.com/aio-libs/async_timeout/") - (synopsis - "Timeout context manager for asyncio programs") - (description - "Timeout context manager for asyncio programs") - (license license:asl2.0))) - (define-public python-pytest-timeout (package (name "python-pytest-timeout") |