Merge branch 'master' into core-updates

This commit is contained in:
Leo Famulari 2016-10-05 19:15:25 -04:00
commit b19c7989b7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
52 changed files with 2510 additions and 402 deletions

View file

@ -8807,11 +8807,9 @@ library.")
(base32
"17zajiw4mjbkkv6ahp3xf025qglkj0805m9s41c45zryzj6p2h39"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _ (zero? (system* "python" "./test_pathlib.py")))))))
;; The tests depend on the internal "test" module, which does not provide
;; a stable interface.
(arguments `(#:tests? #f))
(home-page "https://pathlib.readthedocs.org/")
(synopsis "Object-oriented file system paths")
(description "Pathlib offers a set of classes to handle file system paths.