mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add python-filelock-next.
* gnu/packages/python-xyz.scm (python-filelock-next): New variable. Change-Id: I831dcdf7543a723dc7fd0cd5603b23002ccf0501
This commit is contained in:
parent
5a232433c3
commit
8528afb3ca
1 changed files with 19 additions and 0 deletions
|
|
@ -5495,6 +5495,25 @@ a platform independent file lock in Python, which provides a simple way of
|
|||
inter-process communication.")
|
||||
(license license:unlicense)))
|
||||
|
||||
(define-public python-filelock-next
|
||||
(package
|
||||
(inherit python-filelock)
|
||||
(name "python-filelock")
|
||||
(version "3.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "filelock" version))
|
||||
(sha256
|
||||
(base32 "1x0k9hrk8gr91hfb6ss6cwlq4p0pvi40nsg6skhl5gn69qxr87ki"))))
|
||||
(native-inputs
|
||||
(list python-hatch-vcs
|
||||
python-hatchling
|
||||
python-pytest
|
||||
python-pytest-asyncio
|
||||
python-pytest-mock
|
||||
python-pytest-timeout))))
|
||||
|
||||
(define-public python-seedir
|
||||
(package
|
||||
(name "python-seedir")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue