diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-15 22:29:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:12:12 -0400 |
commit | 51b1a70b7114183985ea4c736c83894a797e1039 (patch) | |
tree | 7d296973c9d127af236aac7d3b35ea420a2d44c4 /gnu/packages/python-build.scm | |
parent | 8849d131a1c7b95dcdf00ee2f5090d0022c69c7e (diff) |
gnu: python-pep517-bootstrap: Add TODO comment.
* gnu/packages/python-build.scm (python-pep517-bootstrap): Add TODO comment.
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r-- | gnu/packages/python-build.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index afa82eacec..1e60c5ab38 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -315,6 +315,7 @@ scripts to their final locations) at any later time. Wheel files can be installed with a newer @code{pip} or with wheel's own command line utility.") (license license:expat))) +;;; TODO: Deprecate with https://github.com/pypa/pyproject-hooks. (define-public python-pep517-bootstrap (hidden-package (package |