py-hdfs: new package (#9575)
This commit is contained in:
parent
659d845185
commit
8738268e0a
19
var/spack/repos/builtin/packages/py-hdfs/package.py
Normal file
19
var/spack/repos/builtin/packages/py-hdfs/package.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyHdfs(PythonPackage):
|
||||
"""API and command line interface for HDFS"""
|
||||
homepage = "https://hdfscli.readthedocs.io/en/latest/"
|
||||
url = "https://pypi.org/packages/source/h/hdfs/hdfs-2.1.0.tar.gz"
|
||||
|
||||
version('2.1.0', sha256='a40fe99ccb03b5c3247b33a4110eb21b57405dd7c3f1b775e362e66c19b44bc6')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-docopt', type=('build', 'run'))
|
||||
depends_on('py-requests@2.7.0:', type=('build', 'run'))
|
||||
depends_on('py-six@1.9.0:', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user