diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-06 15:18:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-10 13:24:28 +0100 |
| commit | e255575fb726419873025312abc0b0f31f91e7e5 (patch) | |
| tree | 90c60b894be5637afb4ea47077275b819a243ce5 /gnu/packages/python-check.scm | |
| parent | b358552de255b69582218dd20979ddfe27dc1efc (diff) | |
gnu: Add python-multipart-form-data-conformance.
* gnu/packages/python-check.scm (python-multipart-form-data-conformance): New variable.
Change-Id: Iec52216478d56169bdb9a01e5da0a91cb07f3ade
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index c9708cae778..f7143acfec9 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1766,6 +1766,31 @@ library of the same name. It eases monkey patching, for example to stub out | |||
| 1766 | side effects when unit testing.") | 1766 | side effects when unit testing.") |
| 1767 | (license license:expat))) | 1767 | (license license:expat))) |
| 1768 | 1768 | ||
| 1769 | (define-public python-multipart-form-data-conformance | ||
| 1770 | (package | ||
| 1771 | (name "python-multipart-form-data-conformance") | ||
| 1772 | (version "0.1a0") | ||
| 1773 | (source | ||
| 1774 | (origin | ||
| 1775 | (method git-fetch) | ||
| 1776 | (uri (git-reference | ||
| 1777 | (url "https://github.com/simonw/multipart-form-data-conformance") | ||
| 1778 | (commit version))) | ||
| 1779 | (file-name (git-file-name name version)) | ||
| 1780 | (sha256 | ||
| 1781 | (base32 "0lxaz00s5q5qdvqcyc233qd622f4fw6qsw2pny55j3v6ssn8m2v6")))) | ||
| 1782 | (build-system pyproject-build-system) | ||
| 1783 | (arguments | ||
| 1784 | (list #:tests? #f)) ;XXX: tests need some setupt | ||
| 1785 | (native-inputs | ||
| 1786 | (list python-hatchling)) | ||
| 1787 | (home-page "https://github.com/simonw/multipart-form-data-conformance") | ||
| 1788 | (synopsis "Conformance suite for HTTP multipart form data") | ||
| 1789 | (description | ||
| 1790 | "This package provides a language-independent test suite for validating | ||
| 1791 | HTTP @code{multipart/form-data} parsers and generators.") | ||
| 1792 | (license license:expat))) | ||
| 1793 | |||
| 1769 | (define-public python-mypy | 1794 | (define-public python-mypy |
| 1770 | (package | 1795 | (package |
| 1771 | (name "python-mypy") | 1796 | (name "python-mypy") |
