diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-16 14:56:16 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:59 +0100 |
| commit | a33fdca836b8f2c7f7291f042f70e437a863655a (patch) | |
| tree | 23c19ce2768b08a6238d9df20bd77b0ff33d2746 /gnu/packages/python-build.scm | |
| parent | 520ab74a46f6f481765682f0926f31798deed37c (diff) | |
gnu: Add python-hatch-requirements-txt.
* gnu/packages/python-build.scm (python-hatch-requirements-txt): New variable.
Change-Id: I210329908614e73c49d2644cc083d7cc5a8d5d6b
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 5a1d32d4b23..7fb3ece8a76 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -905,6 +905,26 @@ terms of concatenated fragments that are based on static strings, files and | |||
| 905 | parts of files defined using cut-off points or regular expressions.") | 905 | parts of files defined using cut-off points or regular expressions.") |
| 906 | (license license:expat))) | 906 | (license license:expat))) |
| 907 | 907 | ||
| 908 | (define-public python-hatch-requirements-txt | ||
| 909 | (package | ||
| 910 | (name "python-hatch-requirements-txt") | ||
| 911 | (version "0.4.1") | ||
| 912 | (source | ||
| 913 | (origin | ||
| 914 | (method url-fetch) | ||
| 915 | (uri (pypi-uri "hatch_requirements_txt" version)) | ||
| 916 | (sha256 | ||
| 917 | (base32 "083xakilrmy0ymh34s9wm8x8s7s8vn7ij33xz9avn1gxb1bnws1c")))) | ||
| 918 | (build-system pyproject-build-system) | ||
| 919 | (arguments (list #:tests? #f)) ;avoid extra test dependencies | ||
| 920 | (propagated-inputs (list python-hatchling python-packaging-bootstrap)) | ||
| 921 | (home-page "https://github.com/repo-helper/hatch-requirements-txt") | ||
| 922 | (synopsis "Hatchling plugin to read requirements.txt") | ||
| 923 | (description | ||
| 924 | "This package implements a functionality to read project dependencies | ||
| 925 | from requirements.txt.") | ||
| 926 | (license license:expat))) | ||
| 927 | |||
| 908 | (define-public python-hatch-vcs | 928 | (define-public python-hatch-vcs |
| 909 | (package | 929 | (package |
| 910 | (name "python-hatch-vcs") | 930 | (name "python-hatch-vcs") |
