diff options
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 47c9c5a9ffe..d2368220075 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -219,7 +219,7 @@ Python file, so it can be easily copied into your project.") | |||
| 219 | (build-system pyproject-build-system) | 219 | (build-system pyproject-build-system) |
| 220 | (arguments (list #:build-backend "setuptools.build_meta" | 220 | (arguments (list #:build-backend "setuptools.build_meta" |
| 221 | #:tests? #f)) ;keep dependencies to a minimum | 221 | #:tests? #f)) ;keep dependencies to a minimum |
| 222 | (native-inputs (list python-wheel)) | 222 | (native-inputs (list python-setuptools python-wheel)) |
| 223 | (home-page "https://github.com/pypa/trove-classifiers") | 223 | (home-page "https://github.com/pypa/trove-classifiers") |
| 224 | (synopsis "Canonical source for classifiers on PyPI") | 224 | (synopsis "Canonical source for classifiers on PyPI") |
| 225 | (description "This package is the canonical source for classifiers use on | 225 | (description "This package is the canonical source for classifiers use on |
| @@ -650,6 +650,7 @@ specified by PEP 517, @code{flit_core.buildapi}.") | |||
| 650 | ;; builder instead. | 650 | ;; builder instead. |
| 651 | #:build-backend "setuptools.build_meta")) | 651 | #:build-backend "setuptools.build_meta")) |
| 652 | (propagated-inputs (list python-flit-core python-setuptools-scm python-tomli)) | 652 | (propagated-inputs (list python-flit-core python-setuptools-scm python-tomli)) |
| 653 | (native-inputs (list python-setuptools python-wheel)) | ||
| 653 | (home-page "https://gitlab.com/WillDaSilva/flit_scm") | 654 | (home-page "https://gitlab.com/WillDaSilva/flit_scm") |
| 654 | (synopsis "PEP 518 build backend combining flit_core and setuptools_scm") | 655 | (synopsis "PEP 518 build backend combining flit_core and setuptools_scm") |
| 655 | (description "This package provides a PEP 518 build backend that uses | 656 | (description "This package provides a PEP 518 build backend that uses |
