me
/
guix
Archived
1
0
Fork 0

gnu: python-sortedcontainers: Update to 2.4.0.

* gnu/packages/python-xyz.scm (python-sortedcontainers): Update to 2.4.0.
[propagated-inputs]: Remove.
[home-page]: Update to current.
master
Marius Bakke 2022-08-12 11:40:26 +02:00
parent 8575042703
commit 85009bedeb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 10 deletions

View File

@ -23059,25 +23059,19 @@ that is accessible to other projects developed in Cython.")
(define-public python-sortedcontainers (define-public python-sortedcontainers
(package (package
(name "python-sortedcontainers") (name "python-sortedcontainers")
(version "2.1.0") (version "2.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sortedcontainers" version)) (uri (pypi-uri "sortedcontainers" version))
(sha256 (sha256
(base32 (base32
"0fm0w5id2yhqld95hg2m636vjgkz377rvgdfqaxc25vbylr9lklp")))) "126vpywl7aly6zir033a9indgyficlzl68qls61nn2y3djhabji5"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: Tests require many extra dependencies, and would introduce ;; TODO: Circular dependency on pytest.
;; a circular dependency on hypothesis, which uses this package.
'(#:tests? #f)) '(#:tests? #f))
(propagated-inputs (home-page "https://grantjenks.com/docs/sortedcontainers/")
`(("python-appdirs" ,python-appdirs)
("python-distlib" ,python-distlib)
("python-filelock" ,python-filelock)
("python-six" ,python-six-bootstrap)))
(home-page "http://www.grantjenks.com/docs/sortedcontainers/")
(synopsis "Sorted List, Sorted Dict, Sorted Set") (synopsis "Sorted List, Sorted Dict, Sorted Set")
(description (description
"This package provides a sorted collections library, written in "This package provides a sorted collections library, written in