[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/31: gnu: python2-subunit: Remove package.
From: |
guix-commits |
Subject: |
24/31: gnu: python2-subunit: Remove package. |
Date: |
Fri, 29 Jan 2021 11:00:00 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit b0020da044307e6cd8300493ab3669e8338bbb06
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 29 10:30:38 2021 -0500
gnu: python2-subunit: Remove package.
* gnu/packages/check.scm (python2-subunit-bootstrap)
(python2-subunit): Delete variables.
---
gnu/packages/check.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e16a4b1..71803b9 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1544,9 +1544,6 @@ use of resources by test cases.")))
python-subunit package instead.")
(license (list license:bsd-3 license:asl2.0)))) ; at the user's option
-(define-public python2-subunit-bootstrap
- (package-with-python2 python-subunit-bootstrap))
-
(define-public python-subunit
(package
(inherit python-subunit-bootstrap)
@@ -1562,9 +1559,6 @@ python-subunit package instead.")
"Python-subunit is a Python implementation of the subunit test streaming
protocol.")))
-(define-public python2-subunit
- (package-with-python2 python-subunit))
-
;; Fixtures requires python-pbr at runtime, but pbr uses fixtures for its
;; own tests. Hence this bootstrap variant.
(define-public python-fixtures-bootstrap
- 02/31: gnu: python2-pylint: Remove package., (continued)
- 02/31: gnu: python2-pylint: Remove package., guix-commits, 2021/01/29
- 04/31: gnu: python2-os-testr: Remove package., guix-commits, 2021/01/29
- 03/31: gnu: python2-behave-web-api: Remove package., guix-commits, 2021/01/29
- 07/31: gnu: python2-falcon: Remove package., guix-commits, 2021/01/29
- 19/31: gnu: python2-lockfile: Remove package., guix-commits, 2021/01/29
- 12/31: gnu: python2-xenon: Remove package., guix-commits, 2021/01/29
- 14/31: gnu: python2-honcho: Remove package., guix-commits, 2021/01/29
- 22/31: gnu: python2-requests-mock: Remove package., guix-commits, 2021/01/29
- 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 <=
- 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, 2021/01/29
- 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