[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: Remove python-pykka.
From: |
guix-commits |
Subject: |
05/12: gnu: Remove python-pykka. |
Date: |
Thu, 6 May 2021 13:16:05 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit dde93596403245482707e229d6dd6e747aa8b5c9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 6 14:39:20 2021 +0200
gnu: Remove python-pykka.
This trivial package is severely outdated and has failed to build for a
long time.
* gnu/packages/python-xyz.scm (python-pykka): Remove variable.
---
gnu/packages/python-xyz.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a0a08b..31c8b81 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3363,32 +3363,6 @@ memory usage and transliteration quality.")
(define-public python2-pyjwt
(package-with-python2 python-pyjwt))
-(define-public python-pykka
- (package
- (name "python-pykka")
- (version "1.2.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "Pykka" version))
- (sha256
- (base32
- "049w3r0mdnnw7xv19jiq7rvls9k7xs73x05b4qs5d6z4vvmgyiz8"))))
- (build-system python-build-system)
- (native-inputs
- `(("python-mock" ,python-mock)
- ("python-nose" ,python-nose)
- ("python-gevent" ,python-gevent)
- ("python-eventlet" ,python-eventlet)))
- (home-page "https://www.pykka.org/")
- (synopsis "Pykka is a Python implementation of the actor model")
- (description
- "Pykka is a Python implementation of the actor model.
-The actor model introduces some simple rules to control the sharing
-of state and cooperation between execution units, which makes it
-easier to build concurrent applications.")
- (license license:asl2.0)))
-
(define-public python-pymsgbox
(package
(name "python-pymsgbox")
- branch master updated (ce7b202 -> dd52cb9), guix-commits, 2021/05/06
- 01/12: gnu: gunicorn: Respect '--without-tests'., guix-commits, 2021/05/06
- 02/12: gnu: gunicorn: Remove unneeded runtime dependencies., guix-commits, 2021/05/06
- 03/12: gnu: gunicorn: Update to 2.1.0., guix-commits, 2021/05/06
- 06/12: gnu: python-django: Update to 3.2.2., guix-commits, 2021/05/06
- 05/12: gnu: Remove python-pykka.,
guix-commits <=
- 08/12: gnu: python-flake8: Do not use the 'bootstrap' pytest., guix-commits, 2021/05/06
- 07/12: gnu: python-django@2.2: Update to 2.2.22., guix-commits, 2021/05/06
- 12/12: gnu: python-hacking: Update to 4.1.0., guix-commits, 2021/05/06
- 04/12: gnu: python-dnspython: Update to 2.1.0., guix-commits, 2021/05/06
- 10/12: gnu: python-flake8: Update to 3.9.1., guix-commits, 2021/05/06
- 09/12: gnu: python-flake8: Do not delete and recreate check phase., guix-commits, 2021/05/06
- 11/12: gnu: python-hacking: Fix build failure., guix-commits, 2021/05/06