diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-14 19:09:51 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-14 19:09:53 +0200 |
| commit | 70b380bdf49831e294b253089d375b5440e5095f (patch) | |
| tree | 90374f5797a537506da9dcacef36a30869414980 /gnu | |
| parent | 64d10993ef5f9516f9c259570de8aba7c5b2d2e1 (diff) | |
gnu: Remove python-pylzma.
* gnu/packages/python-xyz.scm (python-pylzma): Delete variable.
Fixes: guix/guix#1919
Change-Id: Icad9f8b8dfc23406271c5e3cd342e5553dbde491
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f894153a02..4451f8078ad 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -31342,24 +31342,6 @@ their state. When the scheduler is restarted, it will then run all the jobs it | |||
| 31342 | should have run while it was offline.") | 31342 | should have run while it was offline.") |
| 31343 | (license license:expat))) | 31343 | (license license:expat))) |
| 31344 | 31344 | ||
| 31345 | (define-public python-pylzma | ||
| 31346 | (package | ||
| 31347 | (name "python-pylzma") | ||
| 31348 | (version "0.5.0") | ||
| 31349 | (source | ||
| 31350 | (origin | ||
| 31351 | (method url-fetch) | ||
| 31352 | (uri (pypi-uri "pylzma" version)) | ||
| 31353 | (sha256 | ||
| 31354 | (base32 | ||
| 31355 | "074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q")))) | ||
| 31356 | (build-system python-build-system) | ||
| 31357 | (home-page "https://www.joachim-bauch.de/projects/pylzma/") | ||
| 31358 | (synopsis "Python bindings for the LZMA library by Igor Pavlov") | ||
| 31359 | (description "This package provides Python bindings for the LZMA library | ||
| 31360 | by Igor Pavlov.") | ||
| 31361 | (license license:lgpl2.1+))) | ||
| 31362 | |||
| 31363 | (define-public python-ifaddr | 31345 | (define-public python-ifaddr |
| 31364 | (package | 31346 | (package |
| 31365 | (name "python-ifaddr") | 31347 | (name "python-ifaddr") |
