Merge branch 'master' into core-updates

This commit is contained in:
Marius Bakke 2019-07-19 01:15:59 +02:00
commit 2ee70a5b11
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
18 changed files with 461 additions and 136 deletions

View file

@ -4904,7 +4904,7 @@ them as the version argument or in a SCM managed file.")
`(("python-scandir" ,python-scandir)
("python-six" ,python-six)))
(home-page "https://pypi.python.org/pypi/pathlib2/")
(synopsis "Object-oriented filesystem paths")
(synopsis "Object-oriented file system paths")
(description "The goal of pathlib2 is to provide a backport of the
standard @code{pathlib} module which tracks the standard library module, so
all the newest features of the standard @code{pathlib} can be used also on