testdfsio: fix url and switch to be deprecated (#46520)
This commit is contained in:
parent
960f206a68
commit
27c590d2dc
@ -10,9 +10,13 @@
|
|||||||
class Testdfsio(MavenPackage):
|
class Testdfsio(MavenPackage):
|
||||||
"""A corrected and enhanced version of Apache Hadoop TestDFSIO"""
|
"""A corrected and enhanced version of Apache Hadoop TestDFSIO"""
|
||||||
|
|
||||||
homepage = "https://github.com/tthx/testdfsio"
|
homepage = "https://github.com/asotirov0/testdfsio"
|
||||||
url = "https://github.com/tthx/testdfsio/archive/0.0.1.tar.gz"
|
url = "https://github.com/asotirov0/testdfsio/archive/0.0.1.tar.gz"
|
||||||
|
|
||||||
version("0.0.1", sha256="fe8cc47260ffb3e3ac90e0796ebfe73eb4dac64964ab77671e5d32435339dd09")
|
version(
|
||||||
|
"0.0.1",
|
||||||
|
sha256="fe8cc47260ffb3e3ac90e0796ebfe73eb4dac64964ab77671e5d32435339dd09",
|
||||||
|
deprecated=True,
|
||||||
|
)
|
||||||
|
|
||||||
depends_on("hadoop@3.2.1:", type="run")
|
depends_on("hadoop@3.2.1:", type="run")
|
||||||
|
Loading…
Reference in New Issue
Block a user