mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-filelock-3.5.
* gnu/packages/bioinformatics.scm (python-filelock-3.5): Delete variable. (python-genomepy) [propagated-inputs]: Replace python-filelock-3.5 with python-filelock. Change-Id: I74b58c5143dc3f633e44cc9b92307520b160f43f
This commit is contained in:
parent
0287db4bcb
commit
c7a5b9a11e
2 changed files with 1 additions and 24 deletions
|
@ -8082,9 +8082,7 @@ high-throughput sequencing (HTS) assays")
|
||||||
python-click
|
python-click
|
||||||
python-colorama
|
python-colorama
|
||||||
python-diskcache
|
python-diskcache
|
||||||
;; We cannot use an older filelock, because the
|
python-filelock
|
||||||
;; @lock annotation is used here.
|
|
||||||
python-filelock-3.5
|
|
||||||
python-loguru
|
python-loguru
|
||||||
python-mygene
|
python-mygene
|
||||||
python-mysql-connector-python
|
python-mysql-connector-python
|
||||||
|
|
|
@ -3552,27 +3552,6 @@ a platform independent file lock in Python, which provides a simple way of
|
||||||
inter-process communication.")
|
inter-process communication.")
|
||||||
(license license:unlicense)))
|
(license license:unlicense)))
|
||||||
|
|
||||||
(define-public python-filelock-3.5
|
|
||||||
(package
|
|
||||||
(name "python-filelock")
|
|
||||||
(version "3.5.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "filelock" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"058av1r760ws7z6qffsjpqa39fmdxw0s1wnyr7p50y3zclg6cyqk"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(native-inputs (list python-pytest python-setuptools-scm
|
|
||||||
python-setuptools python-wheel))
|
|
||||||
(home-page "https://github.com/tox-dev/filelock")
|
|
||||||
(synopsis "Platform independent file lock")
|
|
||||||
(description "@code{filelock} contains a single module implementing
|
|
||||||
a platform independent file lock in Python, which provides a simple way of
|
|
||||||
inter-process communication.")
|
|
||||||
(license license:unlicense)))
|
|
||||||
|
|
||||||
(define-public python-semantic-version
|
(define-public python-semantic-version
|
||||||
(package
|
(package
|
||||||
(name "python-semantic-version")
|
(name "python-semantic-version")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue