mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Update pypi.python.org home pages & use HTTPS.
* gnu/packages/check.scm (python-unittest2, python-pytest-localserver) (python-discover)[home-page]: Follow (HTTPS) redirections. * gnu/packages/fontutils.scm (python2-defcon)[home-page]: Likewise. * gnu/packages/glib.scm (python2-pygobject-2)[home-page]: Likewise. * gnu/packages/graph.scm (python-igraph)[home-page]: Likewise. * gnu/packages/graphviz.scm (xdot)[home-page]: Likewise. * gnu/packages/pdf.scm (python-poppler-qt5)[home-page]: Likewise. * gnu/packages/python-web.scm (python-zope-event, python-zope-testing) (python-zope-testrunner, python-zope-i18nmessageid, python-zope-schema) (python-zope-configuration, python-zope-proxy, python-zope-location) (python-zope-security))[home-page]: Likewise. * gnu/packages/python-xyz.scm (python-setuptools,python-six) (python2-dogtail, python2-enum, python-enum34, python-unidecode) (python-numpydoc, python-decorator, python-drmaa, python-pathlib2) (python-ly, python-msgpack, python-termcolor, python-colorama) (python-pluggy, python2-pathlib2, python-rfc3987)[home-page]: Likewise.
This commit is contained in:
parent
dbc8a6e750
commit
e85af13724
8 changed files with 34 additions and 34 deletions
|
@ -756,7 +756,7 @@ (define-public python-unittest2
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
("python-traceback2" ,python-traceback2)))
|
("python-traceback2" ,python-traceback2)))
|
||||||
(home-page "http://pypi.python.org/pypi/unittest2")
|
(home-page "https://pypi.org/project/unittest2/")
|
||||||
(synopsis "Python unit testing library")
|
(synopsis "Python unit testing library")
|
||||||
(description
|
(description
|
||||||
"Unittest2 is a replacement for the unittest module in the Python
|
"Unittest2 is a replacement for the unittest module in the Python
|
||||||
|
@ -1540,7 +1540,7 @@ (define-public python-pytest-localserver
|
||||||
(synopsis "Py.test plugin to test server connections locally")
|
(synopsis "Py.test plugin to test server connections locally")
|
||||||
(description "Pytest-localserver is a plugin for the pytest testing
|
(description "Pytest-localserver is a plugin for the pytest testing
|
||||||
framework which enables you to test server connections locally.")
|
framework which enables you to test server connections locally.")
|
||||||
(home-page "https://pypi.python.org/pypi/pytest-localserver")
|
(home-page "https://pypi.org/project/pytest-localserver/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pytest-xprocess
|
(define-public python-pytest-xprocess
|
||||||
|
@ -1994,7 +1994,7 @@ (define-public python-discover
|
||||||
(base32
|
(base32
|
||||||
"0y8d0zwiqar51kxj8lzmkvwc3b8kazb04gk5zcb4nzg5k68zmhq5"))))
|
"0y8d0zwiqar51kxj8lzmkvwc3b8kazb04gk5zcb4nzg5k68zmhq5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://pypi.python.org/pypi/discover/")
|
(home-page "https://pypi.org/project/discover/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Python test discovery for unittest")
|
"Python test discovery for unittest")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -678,7 +678,7 @@ (define-public python2-defcon
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-fonttools" ,python2-fonttools)
|
`(("python2-fonttools" ,python2-fonttools)
|
||||||
("python2-ufolib" ,python2-ufolib)))
|
("python2-ufolib" ,python2-ufolib)))
|
||||||
(home-page "https://pypi.python.org/pypi/defcon")
|
(home-page "https://pypi.org/project/defcon/")
|
||||||
(synopsis "Flexible objects for representing @acronym{UFO, unified font object} data")
|
(synopsis "Flexible objects for representing @acronym{UFO, unified font object} data")
|
||||||
(description
|
(description
|
||||||
"Defcon is a set of @acronym{UFO, unified font object} based objects
|
"Defcon is a set of @acronym{UFO, unified font object} based objects
|
||||||
|
|
|
@ -670,7 +670,7 @@ (define-public python2-pygobject-2
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;segfaults during tests
|
`(#:tests? #f ;segfaults during tests
|
||||||
#:configure-flags '("LIBS=-lcairo-gobject")))
|
#:configure-flags '("LIBS=-lcairo-gobject")))
|
||||||
(home-page "https://pypi.python.org/pypi/PyGObject")
|
(home-page "https://pypi.org/project/PyGObject/")
|
||||||
(synopsis "Python bindings for GObject")
|
(synopsis "Python bindings for GObject")
|
||||||
(description
|
(description
|
||||||
"Python bindings for GLib, GObject, and GIO.")
|
"Python bindings for GLib, GObject, and GIO.")
|
||||||
|
|
|
@ -119,7 +119,7 @@ (define-public python-igraph
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "http://pypi.python.org/pypi/python-igraph")
|
(home-page "https://pypi.org/project/python-igraph/")
|
||||||
(synopsis "Python bindings for the igraph network analysis library")))
|
(synopsis "Python bindings for the igraph network analysis library")))
|
||||||
|
|
||||||
(define-public r-igraph
|
(define-public r-igraph
|
||||||
|
|
|
@ -308,7 +308,7 @@ (define-public xdot
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("python-pygobject" ,python-pygobject)))
|
("python-pygobject" ,python-pygobject)))
|
||||||
(home-page "https://pypi.python.org/pypi/xdot")
|
(home-page "https://pypi.org/project/xdot/")
|
||||||
(synopsis "Interactive viewer for graphviz dot files")
|
(synopsis "Interactive viewer for graphviz dot files")
|
||||||
(description "Xdot is an interactive viewer for graphs written in
|
(description "Xdot is an interactive viewer for graphs written in
|
||||||
@code{graphviz}’s dot language. Internally, it uses the xdot output format as
|
@code{graphviz}’s dot language. Internally, it uses the xdot output format as
|
||||||
|
|
|
@ -226,7 +226,7 @@ (define-public python-poppler-qt5
|
||||||
("python-pyqt" ,python-pyqt)
|
("python-pyqt" ,python-pyqt)
|
||||||
("poppler-qt5" ,poppler-qt5)
|
("poppler-qt5" ,poppler-qt5)
|
||||||
("qtbase" ,qtbase)))
|
("qtbase" ,qtbase)))
|
||||||
(home-page "https://pypi.python.org/pypi/python-poppler-qt5")
|
(home-page "https://pypi.org/project/python-poppler-qt5/")
|
||||||
(synopsis "Python bindings for Poppler-Qt5")
|
(synopsis "Python bindings for Poppler-Qt5")
|
||||||
(description
|
(description
|
||||||
"This package provides Python bindings for the Qt5 interface of the
|
"This package provides Python bindings for the Qt5 interface of the
|
||||||
|
|
|
@ -972,7 +972,7 @@ (define-public python-zope-event
|
||||||
(base32
|
(base32
|
||||||
"1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9"))))
|
"1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/zope.event")
|
(home-page "https://pypi.org/project/zope.event/")
|
||||||
(synopsis "Event publishing system for Python")
|
(synopsis "Event publishing system for Python")
|
||||||
(description "Zope.event provides an event publishing API, intended for
|
(description "Zope.event provides an event publishing API, intended for
|
||||||
use by applications which are unaware of any subscribers to their events. It
|
use by applications which are unaware of any subscribers to their events. It
|
||||||
|
@ -1051,7 +1051,7 @@ (define-public python-zope-testing
|
||||||
(for-each delete-file (find-files "." "(\\.pyc|~)$"))
|
(for-each delete-file (find-files "." "(\\.pyc|~)$"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/zope.testing")
|
(home-page "https://pypi.org/project/zope.testing/")
|
||||||
(synopsis "Zope testing helpers")
|
(synopsis "Zope testing helpers")
|
||||||
(description "Zope.testing provides a number of testing utilities for HTML
|
(description "Zope.testing provides a number of testing utilities for HTML
|
||||||
forms, HTTP servers, regular expressions, and more.")
|
forms, HTTP servers, regular expressions, and more.")
|
||||||
|
@ -1082,7 +1082,7 @@ (define-public python-zope-testrunner
|
||||||
("unzip" ,unzip)))
|
("unzip" ,unzip)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-interface" ,python-zope-interface)))
|
`(("python-zope-interface" ,python-zope-interface)))
|
||||||
(home-page "https://pypi.python.org/pypi/zope.testrunner")
|
(home-page "https://pypi.org/project/zope.testrunner/")
|
||||||
(synopsis "Zope testrunner script")
|
(synopsis "Zope testrunner script")
|
||||||
(description "Zope.testrunner provides a script for running Python
|
(description "Zope.testrunner provides a script for running Python
|
||||||
tests.")
|
tests.")
|
||||||
|
@ -1109,7 +1109,7 @@ (define-public python-zope-i18nmessageid
|
||||||
(base32
|
(base32
|
||||||
"1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml"))))
|
"1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/zope.i18nmessageid")
|
(home-page "https://pypi.org/project/zope.i18nmessageid/")
|
||||||
(synopsis "Message identifiers for internationalization")
|
(synopsis "Message identifiers for internationalization")
|
||||||
(description "Zope.i18nmessageid provides facilities for declaring
|
(description "Zope.i18nmessageid provides facilities for declaring
|
||||||
internationalized messages within program source text.")
|
internationalized messages within program source text.")
|
||||||
|
@ -1140,7 +1140,7 @@ (define-public python-zope-schema
|
||||||
`(("python-zope-testing" ,python-zope-testing)
|
`(("python-zope-testing" ,python-zope-testing)
|
||||||
("python-coverage" ,python-coverage)
|
("python-coverage" ,python-coverage)
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(home-page "https://pypi.python.org/pypi/zope.schema")
|
(home-page "https://pypi.org/project/zope.schema/")
|
||||||
(synopsis "Zope data schemas")
|
(synopsis "Zope data schemas")
|
||||||
(description "Zope.scheme provides extensions to zope.interface for
|
(description "Zope.scheme provides extensions to zope.interface for
|
||||||
defining data schemas.")
|
defining data schemas.")
|
||||||
|
@ -1165,7 +1165,7 @@ (define-public python-zope-configuration
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
||||||
("python-zope-schema" ,python-zope-schema)))
|
("python-zope-schema" ,python-zope-schema)))
|
||||||
(home-page "https://pypi.python.org/pypi/zope.configuration")
|
(home-page "https://pypi.org/project/zope.configuration/")
|
||||||
(synopsis "Zope Configuration Markup Language")
|
(synopsis "Zope Configuration Markup Language")
|
||||||
(description "Zope.configuration implements ZCML, the Zope Configuration
|
(description "Zope.configuration implements ZCML, the Zope Configuration
|
||||||
Markup Language.")
|
Markup Language.")
|
||||||
|
@ -1190,7 +1190,7 @@ (define-public python-zope-proxy
|
||||||
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-interface" ,python-zope-interface)))
|
`(("python-zope-interface" ,python-zope-interface)))
|
||||||
(home-page "https://pypi.python.org/pypi/zope.proxy")
|
(home-page "https://pypi.org/project/zope.proxy/")
|
||||||
(synopsis "Generic, transparent proxies")
|
(synopsis "Generic, transparent proxies")
|
||||||
(description "Zope.proxy provides generic, transparent proxies for Python.
|
(description "Zope.proxy provides generic, transparent proxies for Python.
|
||||||
Proxies are special objects which serve as mostly-transparent wrappers around
|
Proxies are special objects which serve as mostly-transparent wrappers around
|
||||||
|
@ -1219,7 +1219,7 @@ (define-public python-zope-location
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-proxy" ,python-zope-proxy)
|
`(("python-zope-proxy" ,python-zope-proxy)
|
||||||
("python-zope-schema" ,python-zope-schema)))
|
("python-zope-schema" ,python-zope-schema)))
|
||||||
(home-page "https://pypi.python.org/pypi/zope.location/")
|
(home-page "https://pypi.org/project/zope.location/")
|
||||||
(synopsis "Zope location library")
|
(synopsis "Zope location library")
|
||||||
(description "Zope.location implements the concept of \"locations\" in
|
(description "Zope.location implements the concept of \"locations\" in
|
||||||
Zope3, which are are special objects that have a structural location.")
|
Zope3, which are are special objects that have a structural location.")
|
||||||
|
@ -1253,7 +1253,7 @@ (define-public python-zope-security
|
||||||
("python-zope-location" ,python-zope-location)
|
("python-zope-location" ,python-zope-location)
|
||||||
("python-zope-testrunner" ,python-zope-testrunner)
|
("python-zope-testrunner" ,python-zope-testrunner)
|
||||||
("python-zope-testing" ,python-zope-testing)))
|
("python-zope-testing" ,python-zope-testing)))
|
||||||
(home-page "https://pypi.python.org/pypi/zope.security")
|
(home-page "https://pypi.org/project/zope.security/")
|
||||||
(synopsis "Zope security framework")
|
(synopsis "Zope security framework")
|
||||||
(description "Zope.security provides a generic mechanism to implement
|
(description "Zope.security provides a generic mechanism to implement
|
||||||
security policies on Python objects.")
|
security policies on Python objects.")
|
||||||
|
|
|
@ -748,7 +748,7 @@ (define-public python-setuptools
|
||||||
;; One could bootstrap with an internal untested setuptools.
|
;; One could bootstrap with an internal untested setuptools.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(home-page "https://pypi.python.org/pypi/setuptools")
|
(home-page "https://pypi.org/project/setuptools/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Library designed to facilitate packaging Python projects")
|
"Library designed to facilitate packaging Python projects")
|
||||||
(description
|
(description
|
||||||
|
@ -1111,7 +1111,7 @@ (define-public python-six
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-py" ,python-py)
|
`(("python-py" ,python-py)
|
||||||
("python-pytest" ,python-pytest-bootstrap)))
|
("python-pytest" ,python-pytest-bootstrap)))
|
||||||
(home-page "https://pypi.python.org/pypi/six/")
|
(home-page "https://pypi.org/project/six/")
|
||||||
(synopsis "Python 2 and 3 compatibility utilities")
|
(synopsis "Python 2 and 3 compatibility utilities")
|
||||||
(description
|
(description
|
||||||
"Six is a Python 2 and 3 compatibility library. It provides utility
|
"Six is a Python 2 and 3 compatibility library. It provides utility
|
||||||
|
@ -1282,7 +1282,7 @@ (define-public python2-dogtail
|
||||||
(arguments `(#:python ,python-2
|
(arguments `(#:python ,python-2
|
||||||
#:tests? #f)) ; invalid command "test"
|
#:tests? #f)) ; invalid command "test"
|
||||||
;; Currently no offical homepage.
|
;; Currently no offical homepage.
|
||||||
(home-page "https://pypi.python.org/pypi/dogtail/")
|
(home-page "https://pypi.org/project/dogtail/")
|
||||||
(synopsis "GUI test tool and automation framework written in Python")
|
(synopsis "GUI test tool and automation framework written in Python")
|
||||||
(description
|
(description
|
||||||
"Dogtail is a GUI test tool and automation framework written in Python.
|
"Dogtail is a GUI test tool and automation framework written in Python.
|
||||||
|
@ -1393,7 +1393,7 @@ (define-public python2-enum
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
(home-page "https://pypi.python.org/pypi/enum/")
|
(home-page "https://pypi.org/project/enum/")
|
||||||
(synopsis "Robust enumerated type support in Python")
|
(synopsis "Robust enumerated type support in Python")
|
||||||
(description
|
(description
|
||||||
"This provides a module for robust enumerations in Python. It has
|
"This provides a module for robust enumerations in Python. It has
|
||||||
|
@ -1414,7 +1414,7 @@ (define-public python-enum34
|
||||||
(base32
|
(base32
|
||||||
"1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a"))))
|
"1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/enum34")
|
(home-page "https://pypi.org/project/enum34/")
|
||||||
(synopsis "Backported Python 3.4 Enum")
|
(synopsis "Backported Python 3.4 Enum")
|
||||||
(description
|
(description
|
||||||
"Enum34 is the new Python stdlib enum module available in Python 3.4
|
"Enum34 is the new Python stdlib enum module available in Python 3.4
|
||||||
|
@ -2158,7 +2158,7 @@ (define-public python-unidecode
|
||||||
(base32
|
(base32
|
||||||
"1s6cp2lv4m0f00hjckjz8p6m7d3n3v16jvg353llf5ia1iqsnsib"))))
|
"1s6cp2lv4m0f00hjckjz8p6m7d3n3v16jvg353llf5ia1iqsnsib"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/Unidecode")
|
(home-page "https://pypi.org/project/Unidecode/")
|
||||||
(synopsis "ASCII transliterations of Unicode text")
|
(synopsis "ASCII transliterations of Unicode text")
|
||||||
(description
|
(description
|
||||||
"Unidecode provides ASCII transliterations of Unicode text. Unidecode is
|
"Unidecode provides ASCII transliterations of Unicode text. Unidecode is
|
||||||
|
@ -3827,7 +3827,7 @@ (define-public python-numpydoc
|
||||||
`(("python-sphinx" ,python-sphinx)))
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
(home-page "https://pypi.python.org/pypi/numpydoc")
|
(home-page "https://pypi.org/project/numpydoc/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Numpy's Sphinx extensions")
|
"Numpy's Sphinx extensions")
|
||||||
(description
|
(description
|
||||||
|
@ -4777,7 +4777,7 @@ (define-public python-decorator
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0308djallnh00v112y5b7nadl657ysmkp6vc8xn51d6yzc9zm7n3"))))
|
(base32 "0308djallnh00v112y5b7nadl657ysmkp6vc8xn51d6yzc9zm7n3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/decorator/")
|
(home-page "https://pypi.org/project/decorator/")
|
||||||
(synopsis "Python module to simplify usage of decorators")
|
(synopsis "Python module to simplify usage of decorators")
|
||||||
(description
|
(description
|
||||||
"The aim of the decorator module is to simplify the usage of decorators
|
"The aim of the decorator module is to simplify the usage of decorators
|
||||||
|
@ -4806,7 +4806,7 @@ (define-public python-drmaa
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
(home-page "https://pypi.python.org/pypi/drmaa")
|
(home-page "https://pypi.org/project/drmaa/")
|
||||||
(synopsis "Python bindings for the DRMAA library")
|
(synopsis "Python bindings for the DRMAA library")
|
||||||
(description
|
(description
|
||||||
"A Python package for Distributed Resource Management (DRM) job
|
"A Python package for Distributed Resource Management (DRM) job
|
||||||
|
@ -5021,7 +5021,7 @@ (define-public python-pathlib2
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-scandir" ,python-scandir)
|
`(("python-scandir" ,python-scandir)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(home-page "https://pypi.python.org/pypi/pathlib2/")
|
(home-page "https://pypi.org/project/pathlib2/")
|
||||||
(synopsis "Object-oriented file system paths")
|
(synopsis "Object-oriented file system paths")
|
||||||
(description "The goal of pathlib2 is to provide a backport of the
|
(description "The goal of pathlib2 is to provide a backport of the
|
||||||
standard @code{pathlib} module which tracks the standard library module, so
|
standard @code{pathlib} module which tracks the standard library module, so
|
||||||
|
@ -6928,7 +6928,7 @@ (define-public python-ly
|
||||||
(description "This package provides a Python library to parse, manipulate
|
(description "This package provides a Python library to parse, manipulate
|
||||||
or create documents in LilyPond format. A command line program ly is also
|
or create documents in LilyPond format. A command line program ly is also
|
||||||
provided that can be used to do various manipulations with LilyPond files.")
|
provided that can be used to do various manipulations with LilyPond files.")
|
||||||
(home-page "https://pypi.python.org/pypi/python-ly")
|
(home-page "https://pypi.org/project/python-ly/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public python-appdirs
|
(define-public python-appdirs
|
||||||
|
@ -7033,7 +7033,7 @@ (define-public python-msgpack
|
||||||
(description "MessagePack is a fast, compact binary serialization format,
|
(description "MessagePack is a fast, compact binary serialization format,
|
||||||
suitable for similar data to JSON. This package provides CPython bindings for
|
suitable for similar data to JSON. This package provides CPython bindings for
|
||||||
reading and writing MessagePack data.")
|
reading and writing MessagePack data.")
|
||||||
(home-page "https://pypi.python.org/pypi/msgpack/")
|
(home-page "https://pypi.org/project/msgpack/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
;; This msgpack library's name changed from "python-msgpack" to "msgpack" with
|
;; This msgpack library's name changed from "python-msgpack" to "msgpack" with
|
||||||
|
@ -7526,7 +7526,7 @@ (define-public python-termcolor
|
||||||
(arguments
|
(arguments
|
||||||
;; There are no tests.
|
;; There are no tests.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(home-page "https://pypi.python.org/pypi/termcolor")
|
(home-page "https://pypi.org/project/termcolor/")
|
||||||
(synopsis "ANSII Color formatting for terminal output")
|
(synopsis "ANSII Color formatting for terminal output")
|
||||||
(description
|
(description
|
||||||
"This package provides ANSII Color formatting for output in terminals.")
|
"This package provides ANSII Color formatting for output in terminals.")
|
||||||
|
@ -8780,7 +8780,7 @@ (define-public python-colorama
|
||||||
(synopsis "Colored terminal text rendering for Python")
|
(synopsis "Colored terminal text rendering for Python")
|
||||||
(description "Colorama is a Python library for rendering colored terminal
|
(description "Colorama is a Python library for rendering colored terminal
|
||||||
text.")
|
text.")
|
||||||
(home-page "https://pypi.python.org/pypi/colorama")
|
(home-page "https://pypi.org/project/colorama/")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-colorama
|
(define-public python2-colorama
|
||||||
|
@ -8828,7 +8828,7 @@ (define-public python-pluggy
|
||||||
(synopsis "Plugin and hook calling mechanism for Python")
|
(synopsis "Plugin and hook calling mechanism for Python")
|
||||||
(description "Pluggy is an extraction of the plugin manager as used by
|
(description "Pluggy is an extraction of the plugin manager as used by
|
||||||
Pytest but stripped of Pytest specific details.")
|
Pytest but stripped of Pytest specific details.")
|
||||||
(home-page "https://pypi.python.org/pypi/pluggy")
|
(home-page "https://pypi.org/project/pluggy/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-pluggy
|
(define-public python2-pluggy
|
||||||
|
@ -9533,7 +9533,7 @@ (define-public python2-pathlib2
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-scandir" ,python2-scandir)
|
`(("python2-scandir" ,python2-scandir)
|
||||||
("python2-six" ,python2-six)))
|
("python2-six" ,python2-six)))
|
||||||
(home-page "https://pypi.python.org/pypi/pathlib2/")
|
(home-page "https://pypi.org/project/pathlib2/")
|
||||||
(synopsis "Object-oriented file system paths - backport of standard
|
(synopsis "Object-oriented file system paths - backport of standard
|
||||||
pathlib module")
|
pathlib module")
|
||||||
(description "The goal of pathlib2 is to provide a backport of standard
|
(description "The goal of pathlib2 is to provide a backport of standard
|
||||||
|
@ -13484,7 +13484,7 @@ (define-public python-rfc3987
|
||||||
(base32
|
(base32
|
||||||
"192pclzs2y0yaywqkrlvd0x73740q310kvqvm6jldhi619mq59wi"))))
|
"192pclzs2y0yaywqkrlvd0x73740q310kvqvm6jldhi619mq59wi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/rfc3987")
|
(home-page "https://pypi.org/project/rfc3987/")
|
||||||
(synopsis "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)")
|
(synopsis "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)")
|
||||||
(description "@code{rfc3987} provides routines for parsing and
|
(description "@code{rfc3987} provides routines for parsing and
|
||||||
validation of URIs (see RFC 3986) and IRIs (see RFC 3987).")
|
validation of URIs (see RFC 3986) and IRIs (see RFC 3987).")
|
||||||
|
|
Loading…
Reference in a new issue