[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/31: gnu: python2-fasteners: Remove package.
From: |
guix-commits |
Subject: |
13/31: gnu: python2-fasteners: Remove package. |
Date: |
Fri, 29 Jan 2021 10:59:56 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit a1df6295de620a4b0434539902ea94ddd8319517
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 29 10:18:03 2021 -0500
gnu: python2-fasteners: Remove package.
* gnu/packages/python-xyz.scm (python2-fasteners): Delete.
---
gnu/packages/python-web.scm | 1 -
gnu/packages/python-xyz.scm | 9 ---------
2 files changed, 10 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1f16ff4..efb6296 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -507,7 +507,6 @@ classes
@item Compatible with both CPython and PyPy
@item Cython support for better performance when used with CPython
@end itemize")
- (properties `((python2-variant . ,(delay python2-falcon))))
(license license:asl2.0)))
(define-public python-falcon-cors
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2388567..3c18ef7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18969,17 +18969,8 @@ inferring type information using compile-time
introspection.")
@item Inter-process locks
@item Generic helpers
@end itemize\n")
- (properties `((python2-variant . ,(delay python2-fasteners))))
(license license:asl2.0)))
-(define-public python2-fasteners
- (let ((base (package-with-python2 (strip-python2-variant python-fasteners))))
- (package
- (inherit base)
- (propagated-inputs
- `(("python2-futures" ,python2-futures)
- ,@(package-propagated-inputs base))))))
-
(define-public python-requests-file
(package
(name "python-requests-file")
- 16/31: gnu: python2-os-client-config: Remove package., (continued)
- 16/31: gnu: python2-os-client-config: Remove package., guix-commits, 2021/01/29
- 23/31: gnu: python2-testrepository: Remove package., guix-commits, 2021/01/29
- 24/31: gnu: python2-subunit: Remove package., guix-commits, 2021/01/29
- 26/31: gnu: python2-testtools: Remove package., guix-commits, 2021/01/29
- 28/31: gnu: python2-pbr: Remove package., guix-commits, 2021/01/29
- 06/31: gnu: python2-oslotest: Remove package., guix-commits, 2021/01/29
- 08/31: gnu: python2-falcon-cors: Remove package., guix-commits, 2021/01/29
- 09/31: gnu: python2-cachecontrol: Remove package., guix-commits, 2021/01/29
- 11/31: gnu: python2-apache-libcloud: Remove package., guix-commits, 2021/01/29
- 10/31: gnu: python2-mwclient: Remove package., guix-commits, 2021/01/29
- 13/31: gnu: python2-fasteners: Remove package.,
guix-commits <=
- 21/31: gnu: python2-tox: Remove package., guix-commits, 2021/01/29
- 18/31: gnu: python2-requests-oauthlib: Remove package., guix-commits, 2021/01/29
- 15/31: gnu: python2-debtcollector: Remove package., guix-commits, 2021/01/29
- 17/31: gnu: python2-git-review: Remove package., guix-commits, 2021/01/29
- 20/31: gnu: python2-pathpy: Remove package., guix-commits, 2021/01/29
- 25/31: gnu: python2-testscenarios: Remove package., guix-commits, 2021/01/29
- 27/31: gnu: python2-fixtures: Remove package., guix-commits, 2021/01/29
- 29/31: gnu: python2-virtualenv: Remove package., guix-commits, 2021/01/29
- 30/31: gnu: syncthing-gtk: Switch source to use Debian's Python 3 port., guix-commits, 2021/01/29
- 31/31: gnu: grocsvs: Remove package., guix-commits, 2021/01/29