diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 13:52:35 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 14:42:56 +0000 |
| commit | 8f01c85bae10a37bebafd90a52077090dadd60b3 (patch) | |
| tree | 18f6c4bea940cba0a73f5f4a1e8fbffc745cafa2 /gnu | |
| parent | 3ef5dd22dd5334b303a02d75cb74ab020963ac8e (diff) | |
gnu: python-behave-web-api: Move to python-web.
* gnu/packages/check.scm (python-behave-web-api): Move from here ...
* gnu/packages/python-web.scm: ... to here.
Change-Id: Ifbb03dd123413c0f3657f1d5d4edccc9f3075b5d
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/check.scm | 26 | ||||
| -rw-r--r-- | gnu/packages/python-web.scm | 26 |
2 files changed, 26 insertions, 26 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 166447be298..1a172642690 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3165,32 +3165,6 @@ non-technical or business participants in a software project. Behave uses tests written in a natural language style, backed up by Python code.") (license license:x11))) -(define-public python-behave-web-api - (package - (name "python-behave-web-api") - (version "2.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jefersondaniel/behave-web-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r8yx8gb5m599cpdqfvk6z9ax3qj26fpvczdr84z8jya0dxfch4p")))) - (build-system pyproject-build-system) - (native-inputs - (list python-pytest - python-setuptools)) - (propagated-inputs - (list behave - python-requests)) - (home-page "https://github.com/jefersondaniel/behave-web-api") - (synopsis "Provides testing for JSON APIs with Behave for Python") - (description "This package provides testing utility modules for testing -JSON APIs with Behave.") - (license license:expat))) - (define-public python-freezegun (package (name "python-freezegun") diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7a05bc88b88..8522f5c74bf 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -309,6 +309,32 @@ broad range of notification services, such as Telegram, Discord, Slack, Amazon SNS, Gotify, etc.") (license license:bsd-2))) +(define-public python-behave-web-api + (package + (name "python-behave-web-api") + (version "2.3.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jefersondaniel/behave-web-api") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1r8yx8gb5m599cpdqfvk6z9ax3qj26fpvczdr84z8jya0dxfch4p")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools)) + (propagated-inputs + (list behave + python-requests)) + (home-page "https://github.com/jefersondaniel/behave-web-api") + (synopsis "Provides testing for JSON APIs with Behave for Python") + (description "This package provides testing utility modules for testing +JSON APIs with Behave.") + (license license:expat))) + (define-public python-blacksheep (package (name "python-blacksheep") |
