diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2024-10-19 10:16:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-19 17:16:55 +0200 |
commit | b0f1a0eb7ca27a5432c69fe8bf2171a590318eb7 (patch) | |
tree | 53e4e77847a80b97cd3f3a639cf0b0d7337aa1d7 | |
parent | 4d616e116889c78ecb80eed4707395f6d23836fd (diff) | |
download | spack-b0f1a0eb7ca27a5432c69fe8bf2171a590318eb7.tar.gz spack-b0f1a0eb7ca27a5432c69fe8bf2171a590318eb7.tar.bz2 spack-b0f1a0eb7ca27a5432c69fe8bf2171a590318eb7.tar.xz spack-b0f1a0eb7ca27a5432c69fe8bf2171a590318eb7.zip |
pkgs: homepage fixes for ill-formed urls (#47038)
10 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/aespipe/package.py b/var/spack/repos/builtin/packages/aespipe/package.py index 3f34992709..3c7cfa415b 100644 --- a/var/spack/repos/builtin/packages/aespipe/package.py +++ b/var/spack/repos/builtin/packages/aespipe/package.py @@ -10,7 +10,7 @@ class Aespipe(AutotoolsPackage): """aespipe program is AES encrypting or decrypting pipe. It reads from standard input and writes to standard output.""" - homepage = "https//loop-aes.sourceforge.net/" + homepage = "https://sourceforge.net/projects/loop-aes/" url = "https://sourceforge.net/projects/loop-aes/files/aespipe/v2.4f/aespipe-v2.4f.tar.bz2" license("Intel") diff --git a/var/spack/repos/builtin/packages/py-asdf-transform-schemas/package.py b/var/spack/repos/builtin/packages/py-asdf-transform-schemas/package.py index 7593dae246..d714dbb409 100644 --- a/var/spack/repos/builtin/packages/py-asdf-transform-schemas/package.py +++ b/var/spack/repos/builtin/packages/py-asdf-transform-schemas/package.py @@ -9,7 +9,7 @@ from spack.package import * class PyAsdfTransformSchemas(PythonPackage): """ASDF schemas for transforms""" - homepage = "asdf-transform-schemas.readthedocs.io" + homepage = "https://asdf-transform-schemas.readthedocs.io" pypi = "asdf_transform_schemas/asdf_transform_schemas-0.3.0.tar.gz" maintainers("lgarrison") diff --git a/var/spack/repos/builtin/packages/py-azure-nspkg/package.py b/var/spack/repos/builtin/packages/py-azure-nspkg/package.py index 7153b8b926..e7b85a8cee 100644 --- a/var/spack/repos/builtin/packages/py-azure-nspkg/package.py +++ b/var/spack/repos/builtin/packages/py-azure-nspkg/package.py @@ -10,7 +10,7 @@ from spack.package import * class PyAzureNspkg(PythonPackage): """Microsoft Azure Namespace Package [Internal].""" - homepage = "hhttps://github.com/Azure/azure-sdk-for-python" + homepage = "https://github.com/Azure/azure-sdk-for-python" pypi = "azure-nspkg/azure-nspkg-3.0.2.zip" version("3.0.2", sha256="e7d3cea6af63e667d87ba1ca4f8cd7cb4dfca678e4c55fc1cedb320760e39dd0") diff --git a/var/spack/repos/builtin/packages/py-frozendict/package.py b/var/spack/repos/builtin/packages/py-frozendict/package.py index 0083d1b9b6..c3f5de6d01 100644 --- a/var/spack/repos/builtin/packages/py-frozendict/package.py +++ b/var/spack/repos/builtin/packages/py-frozendict/package.py @@ -9,7 +9,7 @@ from spack.package import * class PyFrozendict(PythonPackage): """An immutable dictionary""" - homepage = "An immutable dictionary" + homepage = "https://github.com/Marco-Sulla/python-frozendict" pypi = "frozendict/frozendict-1.2.tar.gz" license("LGPL-3.0-only") diff --git a/var/spack/repos/builtin/packages/py-prov/package.py b/var/spack/repos/builtin/packages/py-prov/package.py index fa68b56dae..8c62abeef1 100644 --- a/var/spack/repos/builtin/packages/py-prov/package.py +++ b/var/spack/repos/builtin/packages/py-prov/package.py @@ -13,7 +13,7 @@ class PyProv(PythonPackage): PROV-O (RDF) """ - homepage = "prov.readthedocs.io/" + homepage = "https://prov.readthedocs.io/" pypi = "prov/prov-2.0.0.tar.gz" license("MIT") diff --git a/var/spack/repos/builtin/packages/py-pythonsollya/package.py b/var/spack/repos/builtin/packages/py-pythonsollya/package.py index c8f427f873..1603ea1dce 100644 --- a/var/spack/repos/builtin/packages/py-pythonsollya/package.py +++ b/var/spack/repos/builtin/packages/py-pythonsollya/package.py @@ -9,7 +9,7 @@ from spack.package import * class PyPythonsollya(PythonPackage): """Python wrapper for the Sollya library""" - homepage = "Python wrapper for the Sollya library" + homepage = "https://gitlab.com/metalibm-dev/pythonsollya" url = "https://gitlab.com/metalibm-dev/pythonsollya/-/archive/release-0.4.0-alpha0/pythonsollya-release-0.4.0-alpha0.tar.gz" license("CECILL-2.1") diff --git a/var/spack/repos/builtin/packages/rstudio/package.py b/var/spack/repos/builtin/packages/rstudio/package.py index 569e9909e2..09fa89332c 100644 --- a/var/spack/repos/builtin/packages/rstudio/package.py +++ b/var/spack/repos/builtin/packages/rstudio/package.py @@ -11,7 +11,7 @@ from spack.package import * class Rstudio(CMakePackage): """RStudio is an integrated development environment (IDE) for R.""" - homepage = "www.rstudio.com/products/rstudio/" + homepage = "https://www.rstudio.com/products/rstudio/" url = "https://github.com/rstudio/rstudio/archive/refs/tags/v1.4.1717.tar.gz" version("1.4.1717", sha256="3af234180fd7cef451aef40faac2c7b52860f14a322244c1c7aede029814d261") diff --git a/var/spack/repos/builtin/packages/shengbte/package.py b/var/spack/repos/builtin/packages/shengbte/package.py index c56dac10cd..2e67bfca1b 100644 --- a/var/spack/repos/builtin/packages/shengbte/package.py +++ b/var/spack/repos/builtin/packages/shengbte/package.py @@ -9,8 +9,8 @@ class Shengbte(MakefilePackage): """ShengBTE is a software package for solving the Boltzmann Transport Equation for phonons.""" - homepage = "www.shengbte.org" - url = "www.shengbte.org/downloads/ShengBTE-v1.1.1-8a63749.tar.bz2" + homepage = "https://www.shengbte.org" + url = "https://www.shengbte.org/downloads/ShengBTE-v1.1.1-8a63749.tar.bz2" license("GPL-3.0-only") diff --git a/var/spack/repos/builtin/packages/treesub/package.py b/var/spack/repos/builtin/packages/treesub/package.py index ac5e699057..c82ffcc120 100644 --- a/var/spack/repos/builtin/packages/treesub/package.py +++ b/var/spack/repos/builtin/packages/treesub/package.py @@ -15,7 +15,7 @@ class Treesub(Package): occurred on a given branch. Originally written for colleagues at the MRC NIMR.""" - homepage = "https:/github.com/tamuri/treesub" + homepage = "https://github.com/tamuri/treesub" url = "https://github.com/tamuri/treesub/archive/v0.2.tar.gz" version("0.2", sha256="58b0d2638cf9ae1ad8705df26a57c32b52a69f50e7954debbd678c82772fdc56") diff --git a/var/spack/repos/builtin/packages/whizard/package.py b/var/spack/repos/builtin/packages/whizard/package.py index 03f8da5306..c6481fa571 100644 --- a/var/spack/repos/builtin/packages/whizard/package.py +++ b/var/spack/repos/builtin/packages/whizard/package.py @@ -13,7 +13,7 @@ class Whizard(AutotoolsPackage): of multi-particle scattering cross sections and simulated event samples.""" - homepage = "whizard.hepforge.org" + homepage = "https://whizard.hepforge.org" urls = [ "https://launchpad.net/whizard/3.1.x/3.1.2/+download/whizard-3.1.2.tar.gz", "https://whizard.hepforge.org/downloads/?f=whizard-2.8.3.tar.gz", |