spack/var/spack/repos/builtin/packages/py-us/package.py

20 lines
626 B
Python

# Copyright 2013-2020 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'))