mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-testrepository-bootstrap.
* gnu/packages/check.scm (python-testrepository-bootstrap): Delete variable. Change-Id: I06cbc9c9bed43956c75f9fabfcdf979198f285b7
This commit is contained in:
parent
be320cf0c8
commit
9182436168
1 changed files with 0 additions and 25 deletions
|
@ -2348,31 +2348,6 @@ python-fixtures package instead.")
|
||||||
Python tests.")
|
Python tests.")
|
||||||
(license (list license:bsd-3 license:asl2.0)))) ; at user's option
|
(license (list license:bsd-3 license:asl2.0)))) ; at user's option
|
||||||
|
|
||||||
(define-public python-testrepository-bootstrap
|
|
||||||
(package
|
|
||||||
(name "python-testrepository-bootstrap")
|
|
||||||
(version "0.0.20")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "testrepository" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments '(#:tests? #f))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python-fixtures" ,python-fixtures-bootstrap)
|
|
||||||
("python-subunit" ,python-subunit-bootstrap)
|
|
||||||
("python-testtools" ,python-testtools-bootstrap)))
|
|
||||||
(native-inputs
|
|
||||||
(list python-mimeparse))
|
|
||||||
(home-page "https://launchpad.net/testrepository")
|
|
||||||
(synopsis "Database for Python test results")
|
|
||||||
(description
|
|
||||||
"Bootstrap package for python-testrepository. Don't use this.")
|
|
||||||
(license (list license:bsd-3 license:asl2.0)))) ; at user's option
|
|
||||||
|
|
||||||
(define-public python-testrepository
|
(define-public python-testrepository
|
||||||
(package
|
(package
|
||||||
(name "python-testrepository")
|
(name "python-testrepository")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue