testdfsio: fix url and switch to be deprecated (#46520)

This commit is contained in:
Wouter Deconinck 2024-09-22 06:42:21 -05:00 committed by GitHub
parent 960f206a68
commit 27c590d2dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,9 +10,13 @@
class Testdfsio(MavenPackage):
"""A corrected and enhanced version of Apache Hadoop TestDFSIO"""
homepage = "https://github.com/tthx/testdfsio"
url = "https://github.com/tthx/testdfsio/archive/0.0.1.tar.gz"
homepage = "https://github.com/asotirov0/testdfsio"
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")