gnu: python-py: Update home page.
* gnu/packages/python.scm (python-py)[home-page]: Change to repository URL.
This commit is contained in:
parent
a0d77eba72
commit
3765c9c95b
|
@ -1727,7 +1727,7 @@ matching them against a list of media-ranges.")
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(home-page "http://pylib.readthedocs.io/")
|
(home-page "https://github.com/pytest-dev/py")
|
||||||
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
||||||
(description
|
(description
|
||||||
"Py is a Python library for file name parsing, .ini file parsing, I/O,
|
"Py is a Python library for file name parsing, .ini file parsing, I/O,
|
||||||
|
|
Loading…
Reference in New Issue