mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pylzma.
* gnu/packages/python-xyz.scm (python-pylzma): Delete variable. Fixes: guix/guix#1919 Change-Id: Icad9f8b8dfc23406271c5e3cd342e5553dbde491
This commit is contained in:
parent
64d10993ef
commit
70b380bdf4
1 changed files with 0 additions and 18 deletions
|
@ -31342,24 +31342,6 @@ their state. When the scheduler is restarted, it will then run all the jobs it
|
||||||
should have run while it was offline.")
|
should have run while it was offline.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pylzma
|
|
||||||
(package
|
|
||||||
(name "python-pylzma")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "pylzma" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(home-page "https://www.joachim-bauch.de/projects/pylzma/")
|
|
||||||
(synopsis "Python bindings for the LZMA library by Igor Pavlov")
|
|
||||||
(description "This package provides Python bindings for the LZMA library
|
|
||||||
by Igor Pavlov.")
|
|
||||||
(license license:lgpl2.1+)))
|
|
||||||
|
|
||||||
(define-public python-ifaddr
|
(define-public python-ifaddr
|
||||||
(package
|
(package
|
||||||
(name "python-ifaddr")
|
(name "python-ifaddr")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue