summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-googledrivedownloader/package.py
blob: f8168ea306101bb90bcde1ab64f5d16e9fdbbce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2023 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.package import *


class PyGoogledrivedownloader(PythonPackage):
    """Minimal class to download shared files from Google Drive."""

    homepage = "https://github.com/ndrplz/google-drive-downloader"
    pypi = "googledrivedownloader/googledrivedownloader-0.4.tar.gz"

    version("0.4", sha256="4b34c1337b2ff3bf2bd7581818efbdcaea7d50ffd484ccf80809688f5ca0e204")

    depends_on("py-setuptools", type="build")