mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-shouldbe: Remove.
Unmaintained upstream and its only dependent (python-gssapi) dropped it. * gnu/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch: Remove. * gnu/local.mk: Drop patch file. * gnu/packages/python-xyz.scm (python-shouldbe): Remove.
This commit is contained in:
parent
714465ec7c
commit
38b0c64d7b
3 changed files with 0 additions and 106 deletions
|
@ -21556,29 +21556,6 @@ and cuts down boilerplate code when testing libraries for asyncio.")
|
|||
(description "This project allows Python code to extend built-in types.")
|
||||
(license (list license:gpl3+ license:expat))))
|
||||
|
||||
(define-public python-shouldbe
|
||||
(package
|
||||
(name "python-shouldbe")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "shouldbe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16zbvjxf71dl4yfbgcr6idyim3mdrfvix1dv8b95p0s9z07372pj"))
|
||||
(patches (search-patches "python-shouldbe-0.1.2-cpy3.8.patch"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-forbiddenfruit" ,python-forbiddenfruit)))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
(home-page "https://github.com/directxman12/should_be")
|
||||
(synopsis "Python Assertion Helpers inspired by Shouldly")
|
||||
(description
|
||||
"Python Assertion Helpers inspired by Shouldly.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public python-k5test
|
||||
(package
|
||||
(name "python-k5test")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue