mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python, python-web: Update ‘permanently moved’ home pages.
In practice, this switches all of them to HTTPS. * gnu/packages/python.scm (python-six, python-spectra, python-scipy) (python-beautifulsoup4, python-termcolor, python-rsa, python-anyjson) (python-whoosh, python2-pathlib2, python-pbkdf2, python-ansi2html) (python-rfc3987, python-validate-email, python-swagger-spec-validator) [home-page]: Update. * gnu/packages/python-web.scm (python-sockjs-tornado, python-webob) (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) (python-oauth2client, python-flask-script, python-flask-migrate) (python-flask-httpauth)[home-page]: Update.
This commit is contained in:
parent
51cfdf90a1
commit
9be5ecdf8a
2 changed files with 29 additions and 29 deletions
|
@ -121,7 +121,7 @@ (define-public python-sockjs-tornado
|
|||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-tornado" ,python-tornado)))
|
||||
(home-page "http://github.com/mrjoes/sockjs-tornado/")
|
||||
(home-page "https://github.com/mrjoes/sockjs-tornado/")
|
||||
(synopsis
|
||||
"SockJS python server implementation on top of Tornado framework")
|
||||
(description
|
||||
|
@ -584,7 +584,7 @@ (define-public python-webob
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
(home-page "http://webob.org/")
|
||||
(home-page "https://webob.org/")
|
||||
(synopsis "WSGI request and response object")
|
||||
(description
|
||||
"WebOb provides wrappers around the WSGI request environment, and an
|
||||
|
@ -607,7 +607,7 @@ (define-public python-zope-event
|
|||
(base32
|
||||
"11p75zpfz3ffhz21nzx9wb23xs993ck5s6hkjcvhswwizni5jynw"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://pypi.python.org/pypi/zope.event")
|
||||
(home-page "https://pypi.python.org/pypi/zope.event")
|
||||
(synopsis "Event publishing system for Python")
|
||||
(description "Zope.event provides an event publishing API, intended for
|
||||
use by applications which are unaware of any subscribers to their events. It
|
||||
|
@ -694,7 +694,7 @@ (define-public python-zope-testing
|
|||
`(("python-zope-exceptions" ,python-zope-exceptions)))
|
||||
(propagated-inputs
|
||||
`(("python-zope-interface" ,python-zope-interface)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.testing")
|
||||
(home-page "https://pypi.python.org/pypi/zope.testing")
|
||||
(synopsis "Zope testing helpers")
|
||||
(description "Zope.testing provides a number of testing utilities for HTML
|
||||
forms, HTTP servers, regular expressions, and more.")
|
||||
|
@ -727,7 +727,7 @@ (define-public python-zope-testrunner
|
|||
("unzip" ,unzip)))
|
||||
(propagated-inputs
|
||||
`(("python-zope-interface" ,python-zope-interface)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.testrunner")
|
||||
(home-page "https://pypi.python.org/pypi/zope.testrunner")
|
||||
(synopsis "Zope testrunner script")
|
||||
(description "Zope.testrunner provides a script for running Python
|
||||
tests.")
|
||||
|
@ -757,7 +757,7 @@ (define-public python-zope-i18nmessageid
|
|||
(base32
|
||||
"1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://pypi.python.org/pypi/zope.i18nmessageid")
|
||||
(home-page "https://pypi.python.org/pypi/zope.i18nmessageid")
|
||||
(synopsis "Message identifiers for internationalization")
|
||||
(description "Zope.i18nmessageid provides facilities for declaring
|
||||
internationalized messages within program source text.")
|
||||
|
@ -789,7 +789,7 @@ (define-public python-zope-schema
|
|||
`(("python-zope-testing" ,python-zope-testing)
|
||||
("python-coverage" ,python-coverage)
|
||||
("python-nose" ,python-nose)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.schema")
|
||||
(home-page "https://pypi.python.org/pypi/zope.schema")
|
||||
(synopsis "Zope data schemas")
|
||||
(description "Zope.scheme provides extensions to zope.interface for
|
||||
defining data schemas.")
|
||||
|
@ -816,7 +816,7 @@ (define-public python-zope-configuration
|
|||
(propagated-inputs
|
||||
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
|
||||
("python-zope-schema" ,python-zope-schema)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.configuration")
|
||||
(home-page "https://pypi.python.org/pypi/zope.configuration")
|
||||
(synopsis "Zope Configuration Markup Language")
|
||||
(description "Zope.configuration implements ZCML, the Zope Configuration
|
||||
Markup Language.")
|
||||
|
@ -842,7 +842,7 @@ (define-public python-zope-proxy
|
|||
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
|
||||
(propagated-inputs
|
||||
`(("python-zope-interface" ,python-zope-interface)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.proxy")
|
||||
(home-page "https://pypi.python.org/pypi/zope.proxy")
|
||||
(synopsis "Generic, transparent proxies")
|
||||
(description "Zope.proxy provides generic, transparent proxies for Python.
|
||||
Proxies are special objects which serve as mostly-transparent wrappers around
|
||||
|
@ -872,7 +872,7 @@ (define-public python-zope-location
|
|||
(propagated-inputs
|
||||
`(("python-zope-proxy" ,python-zope-proxy)
|
||||
("python-zope-schema" ,python-zope-schema)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.location/")
|
||||
(home-page "https://pypi.python.org/pypi/zope.location/")
|
||||
(synopsis "Zope location library")
|
||||
(description "Zope.location implements the concept of \"locations\" in
|
||||
Zope3, which are are special objects that have a structural location.")
|
||||
|
@ -907,7 +907,7 @@ (define-public python-zope-security
|
|||
("python-zope-location" ,python-zope-location)
|
||||
("python-zope-testrunner" ,python-zope-testrunner)
|
||||
("python-zope-testing" ,python-zope-testing)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.security")
|
||||
(home-page "https://pypi.python.org/pypi/zope.security")
|
||||
(synopsis "Zope security framework")
|
||||
(description "Zope.security provides a generic mechanism to implement
|
||||
security policies on Python objects.")
|
||||
|
@ -1971,7 +1971,7 @@ (define-public python-oauth2client
|
|||
("python-pyasn1-modules" ,python-pyasn1-modules)
|
||||
("python-rsa" ,python-rsa)
|
||||
("python-six" ,python-six)))
|
||||
(home-page "http://github.com/google/oauth2client/")
|
||||
(home-page "https://github.com/google/oauth2client/")
|
||||
(synopsis "OAuth 2.0 client library")
|
||||
(description "@code{python-oauth2client} provides an OAuth 2.0 client
|
||||
library for Python")
|
||||
|
@ -2098,7 +2098,7 @@ (define-public python-flask-script
|
|||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page
|
||||
"http://github.com/smurfix/flask-script")
|
||||
"https://github.com/smurfix/flask-script")
|
||||
(synopsis "Scripting support for Flask")
|
||||
(description "The Flask-Script extension provides support for writing
|
||||
external scripts in Flask. This includes running a development server,
|
||||
|
@ -2128,7 +2128,7 @@ (define-public python-flask-migrate
|
|||
("python-sqlalchemy" ,python-sqlalchemy)
|
||||
("python-flask-script" ,python-flask-script)
|
||||
("python-flask-sqlalchemy" ,python-flask-sqlalchemy)))
|
||||
(home-page "http://github.com/miguelgrinberg/flask-migrate/")
|
||||
(home-page "https://github.com/miguelgrinberg/flask-migrate/")
|
||||
(synopsis "SQLAlchemy database migrations for Flask programs using
|
||||
Alembic")
|
||||
(description "This package contains SQLAlchemy database migration tools
|
||||
|
@ -2219,7 +2219,7 @@ (define-public python-flask-httpauth
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-flask" ,python-flask)))
|
||||
(home-page "http://github.com/miguelgrinberg/flask-httpauth/")
|
||||
(home-page "https://github.com/miguelgrinberg/flask-httpauth/")
|
||||
(synopsis "Basic and Digest HTTP authentication for Flask routes")
|
||||
(description "@code{flask_httpauth} provides Basic and Digest HTTP
|
||||
authentication for Flask routes.")
|
||||
|
|
|
@ -967,7 +967,7 @@ (define-public python-six
|
|||
(native-inputs
|
||||
`(("python-py" ,python-py)
|
||||
("python-pytest" ,python-pytest)))
|
||||
(home-page "http://pypi.python.org/pypi/six/")
|
||||
(home-page "https://pypi.python.org/pypi/six/")
|
||||
(synopsis "Python 2 and 3 compatibility utilities")
|
||||
(description
|
||||
"Six is a Python 2 and 3 compatibility library. It provides utility
|
||||
|
@ -2804,7 +2804,7 @@ (define-public python-spectra
|
|||
`(("python-colormath" ,python-colormath)))
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
(home-page "http://github.com/jsvine/spectra")
|
||||
(home-page "https://github.com/jsvine/spectra")
|
||||
(synopsis "Color scales and color conversion")
|
||||
(description
|
||||
"This package provides a Python library intended to make color math,
|
||||
|
@ -3525,7 +3525,7 @@ (define-public python-scipy
|
|||
(zero? (system* "python" "-c"
|
||||
"import scipy; scipy.test('full')")))
|
||||
#t)))))
|
||||
(home-page "http://www.scipy.org/")
|
||||
(home-page "https://www.scipy.org/")
|
||||
(synopsis "The Scipy library provides efficient numerical routines")
|
||||
(description "The SciPy library is one of the core packages that make up
|
||||
the SciPy stack. It provides many user-friendly and efficient numerical
|
||||
|
@ -4720,7 +4720,7 @@ (define-public python-beautifulsoup4
|
|||
(replace 'check
|
||||
(lambda _ (zero? (system* "./convert-py3k")))))))
|
||||
(home-page
|
||||
"http://www.crummy.com/software/BeautifulSoup/bs4/")
|
||||
"https://www.crummy.com/software/BeautifulSoup/bs4/")
|
||||
(synopsis
|
||||
"Python screen-scraping library")
|
||||
(description
|
||||
|
@ -6103,7 +6103,7 @@ (define-public python-termcolor
|
|||
(arguments
|
||||
;; There are no tests.
|
||||
`(#:tests? #f))
|
||||
(home-page "http://pypi.python.org/pypi/termcolor")
|
||||
(home-page "https://pypi.python.org/pypi/termcolor")
|
||||
(synopsis "ANSII Color formatting for terminal output")
|
||||
(description
|
||||
"This package provides ANSII Color formatting for output in terminals.")
|
||||
|
@ -7233,7 +7233,7 @@ (define-public python-rsa
|
|||
encryption and decryption, signing and verifying signatures, and key
|
||||
generation according to PKCS#1 version 1.5. It can be used as a Python
|
||||
library as well as on the command line.")
|
||||
(home-page "http://stuvel.eu/rsa")
|
||||
(home-page "https://stuvel.eu/rsa")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-rsa
|
||||
|
@ -7492,7 +7492,7 @@ (define-public python-anyjson
|
|||
;; but it could be annoying/difficult.
|
||||
;; We can enable tests for the Python 2 version, though, and do below.
|
||||
#:tests? #f))
|
||||
(home-page "http://bitbucket.org/runeh/anyjson/")
|
||||
(home-page "https://bitbucket.org/runeh/anyjson/")
|
||||
(synopsis
|
||||
"Wraps best available JSON implementation in a common interface")
|
||||
(description
|
||||
|
@ -7837,7 +7837,7 @@ (define-public python-whoosh
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page "http://bitbucket.org/mchaput/whoosh")
|
||||
(home-page "https://bitbucket.org/mchaput/whoosh")
|
||||
(synopsis "Full text indexing, search, and spell checking library")
|
||||
(description
|
||||
"Whoosh is a fast, pure-Python full text indexing, search, and spell
|
||||
|
@ -7907,7 +7907,7 @@ (define-public python2-pathlib2
|
|||
`(#:python ,python-2))
|
||||
(native-inputs
|
||||
`(("python2-six" ,python2-six)))
|
||||
(home-page "http://pypi.python.org/pypi/pathlib2/")
|
||||
(home-page "https://pypi.python.org/pypi/pathlib2/")
|
||||
(synopsis "Object-oriented file system paths - backport of standard
|
||||
pathlib module")
|
||||
(description "The goal of pathlib2 is to provide a backport of standard
|
||||
|
@ -10037,7 +10037,7 @@ (define-public python-pbkdf2
|
|||
(zero? (system* "python" "test/test_pbkdf2.py")))))))
|
||||
(propagated-inputs
|
||||
`(("python-pycrypto" ,python-pycrypto))) ; optional
|
||||
(home-page "http://www.dlitz.net/software/python-pbkdf2/")
|
||||
(home-page "https://www.dlitz.net/software/python-pbkdf2/")
|
||||
(synopsis "Password-based key derivation")
|
||||
(description "This module implements the password-based key derivation
|
||||
function, PBKDF2, specified in RSA PKCS#5 v2.0.
|
||||
|
@ -10123,7 +10123,7 @@ (define-public python-ansi2html
|
|||
("python-nose" ,python-nose)))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(home-page "http://github.com/ralphbean/ansi2html")
|
||||
(home-page "https://github.com/ralphbean/ansi2html")
|
||||
(synopsis "Convert ANSI-decorated console output to HTML")
|
||||
(description
|
||||
"@command{ansi2html} is a Python library and command line utility for
|
||||
|
@ -11294,7 +11294,7 @@ (define-public python-rfc3987
|
|||
(base32
|
||||
"192pclzs2y0yaywqkrlvd0x73740q310kvqvm6jldhi619mq59wi"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://pypi.python.org/pypi/rfc3987")
|
||||
(home-page "https://pypi.python.org/pypi/rfc3987")
|
||||
(synopsis "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)")
|
||||
(description "@code{rfc3987} provides routines for parsing and
|
||||
validation of URIs (see RFC 3986) and IRIs (see RFC 3987).")
|
||||
|
@ -11315,7 +11315,7 @@ (define-public python-validate-email
|
|||
(base32
|
||||
"1bxffaf5yz2cph8ki55vdvdypbwkvn2xr1firlcy62vqbzf1jivq"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://github.com/syrusakbary/validate_email")
|
||||
(home-page "https://github.com/syrusakbary/validate_email")
|
||||
(synopsis "Verifies if an email address is valid and really exists")
|
||||
(description "@code{validate_email} can be used to verify if an email
|
||||
address is valid and really exists.")
|
||||
|
@ -11478,7 +11478,7 @@ (define-public python-swagger-spec-validator
|
|||
`(("python-jsonschema" ,python-jsonschema)
|
||||
("python-six" ,python-six)))
|
||||
(home-page
|
||||
"http://github.com/Yelp/swagger_spec_validator")
|
||||
"https://github.com/Yelp/swagger_spec_validator")
|
||||
(synopsis "Validation of Swagger specifications")
|
||||
(description "@code{swagger_spec_validator} provides a library for
|
||||
validating Swagger API specifications.")
|
||||
|
|
Loading…
Reference in a new issue