pkgs: homepage fixes for ill-formed urls (#47038)

This commit is contained in:
Wouter Deconinck 2024-10-19 10:16:55 -05:00 committed by GitHub
parent 4d616e1168
commit b0f1a0eb7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 11 additions and 11 deletions

View File

@ -10,7 +10,7 @@ class Aespipe(AutotoolsPackage):
"""aespipe program is AES encrypting or decrypting pipe. It reads from """aespipe program is AES encrypting or decrypting pipe. It reads from
standard input and writes to standard output.""" 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" url = "https://sourceforge.net/projects/loop-aes/files/aespipe/v2.4f/aespipe-v2.4f.tar.bz2"
license("Intel") license("Intel")

View File

@ -9,7 +9,7 @@
class PyAsdfTransformSchemas(PythonPackage): class PyAsdfTransformSchemas(PythonPackage):
"""ASDF schemas for transforms""" """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" pypi = "asdf_transform_schemas/asdf_transform_schemas-0.3.0.tar.gz"
maintainers("lgarrison") maintainers("lgarrison")

View File

@ -10,7 +10,7 @@
class PyAzureNspkg(PythonPackage): class PyAzureNspkg(PythonPackage):
"""Microsoft Azure Namespace Package [Internal].""" """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" pypi = "azure-nspkg/azure-nspkg-3.0.2.zip"
version("3.0.2", sha256="e7d3cea6af63e667d87ba1ca4f8cd7cb4dfca678e4c55fc1cedb320760e39dd0") version("3.0.2", sha256="e7d3cea6af63e667d87ba1ca4f8cd7cb4dfca678e4c55fc1cedb320760e39dd0")

View File

@ -9,7 +9,7 @@
class PyFrozendict(PythonPackage): class PyFrozendict(PythonPackage):
"""An immutable dictionary""" """An immutable dictionary"""
homepage = "An immutable dictionary" homepage = "https://github.com/Marco-Sulla/python-frozendict"
pypi = "frozendict/frozendict-1.2.tar.gz" pypi = "frozendict/frozendict-1.2.tar.gz"
license("LGPL-3.0-only") license("LGPL-3.0-only")

View File

@ -13,7 +13,7 @@ class PyProv(PythonPackage):
PROV-O (RDF) PROV-O (RDF)
""" """
homepage = "prov.readthedocs.io/" homepage = "https://prov.readthedocs.io/"
pypi = "prov/prov-2.0.0.tar.gz" pypi = "prov/prov-2.0.0.tar.gz"
license("MIT") license("MIT")

View File

@ -9,7 +9,7 @@
class PyPythonsollya(PythonPackage): class PyPythonsollya(PythonPackage):
"""Python wrapper for the Sollya library""" """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" 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") license("CECILL-2.1")

View File

@ -11,7 +11,7 @@
class Rstudio(CMakePackage): class Rstudio(CMakePackage):
"""RStudio is an integrated development environment (IDE) for R.""" """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" url = "https://github.com/rstudio/rstudio/archive/refs/tags/v1.4.1717.tar.gz"
version("1.4.1717", sha256="3af234180fd7cef451aef40faac2c7b52860f14a322244c1c7aede029814d261") version("1.4.1717", sha256="3af234180fd7cef451aef40faac2c7b52860f14a322244c1c7aede029814d261")

View File

@ -9,8 +9,8 @@ class Shengbte(MakefilePackage):
"""ShengBTE is a software package for solving the Boltzmann Transport """ShengBTE is a software package for solving the Boltzmann Transport
Equation for phonons.""" Equation for phonons."""
homepage = "www.shengbte.org" homepage = "https://www.shengbte.org"
url = "www.shengbte.org/downloads/ShengBTE-v1.1.1-8a63749.tar.bz2" url = "https://www.shengbte.org/downloads/ShengBTE-v1.1.1-8a63749.tar.bz2"
license("GPL-3.0-only") license("GPL-3.0-only")

View File

@ -15,7 +15,7 @@ class Treesub(Package):
occurred on a given branch. Originally written for colleagues at occurred on a given branch. Originally written for colleagues at
the MRC NIMR.""" 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" url = "https://github.com/tamuri/treesub/archive/v0.2.tar.gz"
version("0.2", sha256="58b0d2638cf9ae1ad8705df26a57c32b52a69f50e7954debbd678c82772fdc56") version("0.2", sha256="58b0d2638cf9ae1ad8705df26a57c32b52a69f50e7954debbd678c82772fdc56")

View File

@ -13,7 +13,7 @@ class Whizard(AutotoolsPackage):
of multi-particle scattering cross sections of multi-particle scattering cross sections
and simulated event samples.""" and simulated event samples."""
homepage = "whizard.hepforge.org" homepage = "https://whizard.hepforge.org"
urls = [ urls = [
"https://launchpad.net/whizard/3.1.x/3.1.2/+download/whizard-3.1.2.tar.gz", "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", "https://whizard.hepforge.org/downloads/?f=whizard-2.8.3.tar.gz",