Remove maintainership from packages I have no stake in (#45435)
This commit is contained in:
parent
14a3b13900
commit
66d3fddedf
@ -12,14 +12,12 @@ class Cpr(CMakePackage):
|
|||||||
homepage = "https://docs.libcpr.org/"
|
homepage = "https://docs.libcpr.org/"
|
||||||
url = "https://github.com/libcpr/cpr/archive/refs/tags/1.10.4.tar.gz"
|
url = "https://github.com/libcpr/cpr/archive/refs/tags/1.10.4.tar.gz"
|
||||||
|
|
||||||
maintainers("sethrj")
|
|
||||||
|
|
||||||
license("MIT")
|
license("MIT")
|
||||||
|
|
||||||
version("1.10.4", sha256="88462d059cd3df22c4d39ae04483ed50dfd2c808b3effddb65ac3b9aa60b542d")
|
version("1.10.4", sha256="88462d059cd3df22c4d39ae04483ed50dfd2c808b3effddb65ac3b9aa60b542d")
|
||||||
version("1.9.2", sha256="3bfbffb22c51f322780d10d3ca8f79424190d7ac4b5ad6ad896de08dbd06bf31")
|
version("1.9.2", sha256="3bfbffb22c51f322780d10d3ca8f79424190d7ac4b5ad6ad896de08dbd06bf31")
|
||||||
|
|
||||||
depends_on("cxx", type="build") # generated
|
depends_on("cxx", type="build")
|
||||||
|
|
||||||
depends_on("curl")
|
depends_on("curl")
|
||||||
depends_on("git", type="build")
|
depends_on("git", type="build")
|
||||||
|
@ -15,11 +15,9 @@ class Gnds(CMakePackage):
|
|||||||
homepage = "https://code.ornl.gov/RNSD/gnds"
|
homepage = "https://code.ornl.gov/RNSD/gnds"
|
||||||
url = "https://code.ornl.gov/RNSD/gnds/-/archive/v0.0.1/gnds-v0.0.1.tar.gz"
|
url = "https://code.ornl.gov/RNSD/gnds/-/archive/v0.0.1/gnds-v0.0.1.tar.gz"
|
||||||
|
|
||||||
maintainers("sethrj")
|
|
||||||
|
|
||||||
version("0.0.1", sha256="4c8faaa01a3e6fb08ec3e8e126a76f75b5442509a46b993e325ec79dd9f04879")
|
version("0.0.1", sha256="4c8faaa01a3e6fb08ec3e8e126a76f75b5442509a46b993e325ec79dd9f04879")
|
||||||
|
|
||||||
depends_on("cxx", type="build") # generated
|
depends_on("cxx", type="build")
|
||||||
|
|
||||||
variant("shared", default=True, description="Build shared libraries")
|
variant("shared", default=True, description="Build shared libraries")
|
||||||
|
|
||||||
|
@ -12,8 +12,6 @@ class PyQrcode(PythonPackage):
|
|||||||
homepage = "https://github.com/lincolnloop/python-qrcode"
|
homepage = "https://github.com/lincolnloop/python-qrcode"
|
||||||
pypi = "qrcode/qrcode-7.3.1.tar.gz"
|
pypi = "qrcode/qrcode-7.3.1.tar.gz"
|
||||||
|
|
||||||
maintainers("sethrj")
|
|
||||||
|
|
||||||
license("BSD-3-Clause")
|
license("BSD-3-Clause")
|
||||||
|
|
||||||
version("7.3.1", sha256="375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578")
|
version("7.3.1", sha256="375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578")
|
||||||
|
@ -31,7 +31,7 @@ def get_list_url(qualname):
|
|||||||
_list_url = "https://github.com/qt/{}/tags"
|
_list_url = "https://github.com/qt/{}/tags"
|
||||||
return _list_url.format(qualname.lower())
|
return _list_url.format(qualname.lower())
|
||||||
|
|
||||||
maintainers("wdconinc", "sethrj")
|
maintainers("wdconinc")
|
||||||
|
|
||||||
# Default dependencies for all qt-* components
|
# Default dependencies for all qt-* components
|
||||||
generator("ninja")
|
generator("ninja")
|
||||||
|
@ -27,7 +27,6 @@ class Qt(Package):
|
|||||||
url = "https://download.qt.io/archive/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz"
|
url = "https://download.qt.io/archive/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz"
|
||||||
list_url = "https://download.qt.io/archive/qt/"
|
list_url = "https://download.qt.io/archive/qt/"
|
||||||
list_depth = 3
|
list_depth = 3
|
||||||
maintainers("sethrj")
|
|
||||||
|
|
||||||
phases = ["configure", "build", "install"]
|
phases = ["configure", "build", "install"]
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@ class Testu01(AutotoolsPackage):
|
|||||||
homepage = "http://simul.iro.umontreal.ca/testu01/tu01.html"
|
homepage = "http://simul.iro.umontreal.ca/testu01/tu01.html"
|
||||||
git = "https://github.com/umontreal-simul/TestU01-2009/"
|
git = "https://github.com/umontreal-simul/TestU01-2009/"
|
||||||
|
|
||||||
maintainers("sethrj")
|
|
||||||
|
|
||||||
version(
|
version(
|
||||||
"1.2.3",
|
"1.2.3",
|
||||||
sha256="bc1d1dd2aea7ed3b3d28eaad2c8ee55913f11ce67aec8fe4f643c1c0d2ed1cac",
|
sha256="bc1d1dd2aea7ed3b3d28eaad2c8ee55913f11ce67aec8fe4f643c1c0d2ed1cac",
|
||||||
|
@ -14,8 +14,6 @@ class Torque(Package):
|
|||||||
homepage = "https://github.com/abarbu/torque"
|
homepage = "https://github.com/abarbu/torque"
|
||||||
has_code = False
|
has_code = False
|
||||||
|
|
||||||
maintainers("sethrj")
|
|
||||||
|
|
||||||
version("3.0.4")
|
version("3.0.4")
|
||||||
version("3.0.2")
|
version("3.0.2")
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
url = "https://github.com/trilinos/Trilinos/archive/refs/tags/trilinos-release-12-12-1.tar.gz"
|
url = "https://github.com/trilinos/Trilinos/archive/refs/tags/trilinos-release-12-12-1.tar.gz"
|
||||||
git = "https://github.com/trilinos/Trilinos.git"
|
git = "https://github.com/trilinos/Trilinos.git"
|
||||||
|
|
||||||
maintainers("keitat", "sethrj", "kuberry", "jwillenbring", "psakievich")
|
maintainers("keitat", "kuberry", "jwillenbring", "psakievich")
|
||||||
|
|
||||||
tags = ["e4s"]
|
tags = ["e4s"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user