various pkgs: use https homepage when http redirects (github.io) (#47974)

* various pkgs: use https homepage when http redirects (github.io)
* py-owslib: fix homepage
* py-owslib: fix homepage to rtd
* h5io: fix homepage
This commit is contained in:
Wouter Deconinck 2024-12-09 15:48:33 -06:00 committed by GitHub
parent 7c74247f23
commit ab4a645cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
class Freesasa(AutotoolsPackage): class Freesasa(AutotoolsPackage):
"""C-library for calculating Solvent Accessible Surface Areas""" """C-library for calculating Solvent Accessible Surface Areas"""
homepage = "http://freesasa.github.io" homepage = "https://freesasa.github.io"
url = "https://github.com/mittinatten/freesasa/releases/download/2.1.2/freesasa-2.1.2.zip" url = "https://github.com/mittinatten/freesasa/releases/download/2.1.2/freesasa-2.1.2.zip"
git = "https://github.com/mittinatten/freesasa.git" git = "https://github.com/mittinatten/freesasa.git"
maintainers("RMeli") maintainers("RMeli")

View File

@ -17,7 +17,7 @@ class Hypar(AutotoolsPackage):
forms of the hyperbolic flux, parabolic flux, source terms, upwinding functions, etc. forms of the hyperbolic flux, parabolic flux, source terms, upwinding functions, etc.
""" """
homepage = "http://hypar.github.io/" homepage = "https://hypar.github.io/"
url = "https://github.com/debog/hypar/archive/refs/tags/v4.1.tar.gz" url = "https://github.com/debog/hypar/archive/refs/tags/v4.1.tar.gz"
git = "https://github.com/debog/hypar.git" git = "https://github.com/debog/hypar.git"

View File

@ -9,7 +9,7 @@
class Pblat(MakefilePackage): class Pblat(MakefilePackage):
"""Parallelized blat with multi-threads support""" """Parallelized blat with multi-threads support"""
homepage = "http://icebert.github.io/pblat/" homepage = "https://icebert.github.io/pblat/"
url = "https://github.com/icebert/pblat/archive/refs/tags/2.5.1.tar.gz" url = "https://github.com/icebert/pblat/archive/refs/tags/2.5.1.tar.gz"
# `pblat` shares the license for Jim Kent's `blat`. For-profit users must visit: # `pblat` shares the license for Jim Kent's `blat`. For-profit users must visit:

View File

@ -13,7 +13,7 @@ class PyGpyopt(PythonPackage):
Learning algorithms. It is able to handle large data sets via sparse Learning algorithms. It is able to handle large data sets via sparse
Gaussian process models.""" Gaussian process models."""
homepage = "http://sheffieldml.github.io/GPyOpt/" homepage = "https://sheffieldml.github.io/GPyOpt/"
pypi = "GPyOpt/GPyOpt-1.2.6.tar.gz" pypi = "GPyOpt/GPyOpt-1.2.6.tar.gz"
license("BSD-3-Clause") license("BSD-3-Clause")

View File

@ -9,7 +9,7 @@
class PyH5io(PythonPackage): class PyH5io(PythonPackage):
"""Python Objects Onto HDF5.""" """Python Objects Onto HDF5."""
homepage = "http://h5io.github.io" homepage = "https://github.com/h5io/h5io"
pypi = "h5io/h5io-0.1.7.tar.gz" pypi = "h5io/h5io-0.1.7.tar.gz"
git = "https://github.com/h5io/h5io.git" git = "https://github.com/h5io/h5io.git"

View File

@ -11,7 +11,7 @@ class PyOwslib(PythonPackage):
Consortium (OGC) web service (hence OWS) interface standards, and their Consortium (OGC) web service (hence OWS) interface standards, and their
related content models.""" related content models."""
homepage = "http://http://geopython.github.io/OWSLib/#installation" homepage = "https://owslib.readthedocs.io/en/latest/"
pypi = "OWSLib/OWSLib-0.16.0.tar.gz" pypi = "OWSLib/OWSLib-0.16.0.tar.gz"
license("BSD-3-Clause") license("BSD-3-Clause")

View File

@ -13,7 +13,7 @@ class PyPhydms(PythonPackage):
codon models (ExpCM) for phylogenetic inference and the detection of codon models (ExpCM) for phylogenetic inference and the detection of
biologically interesting selection.""" biologically interesting selection."""
homepage = "http://jbloomlab.github.io/phydms" homepage = "https://jbloomlab.github.io/phydms"
pypi = "phydms/phydms-2.4.1.tar.gz" pypi = "phydms/phydms-2.4.1.tar.gz"
license("GPL-3.0-or-later") license("GPL-3.0-or-later")