mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-diskcache.
* gnu/packages/python-xyz.scm (python-diskcache): New variable.
This commit is contained in:
parent
a9d58a801e
commit
91b3f58de8
1 changed files with 19 additions and 0 deletions
|
@ -1208,6 +1208,25 @@ abstractions to different hardware devices, and a suite of utilities for
|
||||||
sending and receiving messages on a CAN bus.")
|
sending and receiving messages on a CAN bus.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public python-diskcache
|
||||||
|
(package
|
||||||
|
(name "python-diskcache")
|
||||||
|
(version "4.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "diskcache" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1q2wz5sj16zgyy1zpq516qgbnfwsavk1pl2qks0f4r62z5cmmvmw"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ;test suite not included in the release
|
||||||
|
(home-page "http://www.grantjenks.com/docs/diskcache/")
|
||||||
|
(synopsis "Disk and file backed cache library")
|
||||||
|
(description "DiskCache is a disk and file backed persistent cache.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-capturer
|
(define-public python-capturer
|
||||||
(package
|
(package
|
||||||
(name "python-capturer")
|
(name "python-capturer")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue