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:
Lars-Dominik Braun 2021-03-04 12:00:47 +01:00
parent 714465ec7c
commit 38b0c64d7b
No known key found for this signature in database
GPG key ID: 421377011A378446
3 changed files with 0 additions and 106 deletions

View file

@ -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")