summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-09 16:40:33 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-09 22:35:00 +0100
commitf00571cfbbc2dfd0b9f54b94d1f8fe7e2ff83480 (patch)
treed89bb6ce1ab6abd747f95fb50582ef66c70ca266 /gnu/packages/python-xyz.scm
parente7a27408119a6356e5506e8c99c2cb480ebba839 (diff)
gnu: python-sure: Move to python-check.
* gnu/packages/python-xyz.scm (python-sure): Move from here ... * gnu/packages/python-check.scm: ... to here. Change-Id: Idb2379d5c4f0964fb28bf38097c963206bbfecfa
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1a9fd73b06..1c7df892c0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26540,41 +26540,6 @@ for more filetypes can be easily added by creating plugins for them.")
conversion: Gamut A, B, and C.")
(license license:expat)))
-(define-public python-sure
- ;; No release for 2y but the master branch has fresh changes, use the latest
- ;; commit for now, see <https://github.com/gabrielfalcao/sure/issues/184>,
- ;; <https://github.com/gabrielfalcao/sure/issues/182>.
- (let ((commit "acf823a2e240a2efe93360316d3816e90366439a")
- (revision "0"))
- (package
- (name "python-sure")
- (version (git-version "2.0.1" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/gabrielfalcao/sure")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "12qd3as4ixhwvf8ppx1dwhghda2kcb85ygd4x3ci9mbvkh25fs01"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-mock
- python-pytest
- python-pytest-cov
- python-setuptools
- python-wheel))
- (propagated-inputs
- (list python-couleur))
- (home-page "https://github.com/gabrielfalcao/sure")
- (synopsis "Automated testing library in python for python")
- (description
- "Sure is a python library that leverages a DSL for writing
-assertions. Sure is heavily inspired by @code{RSpec Expectations} and
-@code{should.js}.")
- (license license:gpl3+))))
-
(define-public python-misaka
(package
(name "python-misaka")