summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-us/package.py
blob: 717d036a0ee63cb62db8cffe14ec56d26a2f4416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2019 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 PyUs(PythonPackage):
    """US state meta information and other fun stuff."""

    homepage = "https://pypi.org/project/us/"
    url      = "https://pypi.io/packages/source/u/us/us-1.0.0.tar.gz"

    version('1.0.0', sha256='09dc9ba763e2e4399e6a042104f3e415a7de6bfa4df6f557b4f19e3ba9a22fda')

    depends_on('py-setuptools', type='build')
    depends_on('py-jellyfish@0.5.6', type=('build', 'run'))