mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove python-dataclasses.
A newer version of dataclasses is part of Python. * gnu/packages/python-xyz.scm (python-dataclasses): Remove variable. Change-Id: I0e2580aab80a7245ecb1ecbcee3a59554feeb325
This commit is contained in:
parent
d6dd757371
commit
3a1ad51f11
1 changed files with 0 additions and 21 deletions
|
@ -34653,27 +34653,6 @@ (define-public python-pyre-extensions
|
||||||
@code{typing} module that are supported by the Pyre typechecker.")
|
@code{typing} module that are supported by the Pyre typechecker.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-dataclasses
|
|
||||||
(package
|
|
||||||
(name "python-dataclasses")
|
|
||||||
(version "0.8")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "dataclasses" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"15sc12nrc7gxwb30vfa6frzdnpmbap9ibi1fr1yrbkra6izhcyc4"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(home-page
|
|
||||||
"https://github.com/ericvsmith/dataclasses")
|
|
||||||
(synopsis
|
|
||||||
"Backport of the @code{dataclasses} module for Python 3.6")
|
|
||||||
(description
|
|
||||||
"This is an implementation of PEP 557, Data Classes. It is a
|
|
||||||
backport of the @code{dataclasses} module for Python 3.6.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public python-pywatchman
|
(define-public python-pywatchman
|
||||||
(package
|
(package
|
||||||
(name "python-pywatchman")
|
(name "python-pywatchman")
|
||||||
|
|
Loading…
Reference in a new issue