pkgs: homepage fixes for ill-formed urls (#47038)
This commit is contained in:
parent
4d616e1168
commit
b0f1a0eb7c
@ -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")
|
||||
|
@ -9,7 +9,7 @@
|
||||
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")
|
||||
|
@ -10,7 +10,7 @@
|
||||
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")
|
||||
|
@ -9,7 +9,7 @@
|
||||
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")
|
||||
|
@ -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")
|
||||
|
@ -9,7 +9,7 @@
|
||||
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")
|
||||
|
@ -11,7 +11,7 @@
|
||||
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")
|
||||
|
@ -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")
|
||||
|
||||
|
@ -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")
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user