mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add python-dirty-equals-bootstrap.
* gnu/packages/python-xyz.scm (python-dirty-equals-bootstrap): New variable. Change-Id: I1f90def023d1a2cc64998fd92ed427431c6b00fc
This commit is contained in:
@@ -13070,6 +13070,16 @@ from a program in a @dfn{pager} such as @command{less}.")
|
||||
and therefore easier to read and write.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-dirty-equals-bootstrap
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit python-dirty-equals)
|
||||
(name "python-dirty-equals-bootstrap")
|
||||
(arguments
|
||||
(list #:tests? #f))
|
||||
(native-inputs
|
||||
(list python-hatchling)))))
|
||||
|
||||
(define-public python-distutils-extra
|
||||
(package
|
||||
(name "python-distutils-extra")
|
||||
|
||||
Reference in New Issue
Block a user