py-mercantile: add new package at v1.1.6 (#20598)

This commit is contained in:
Adam J. Stewart 2020-12-29 00:56:56 -06:00 committed by GitHub
parent f1a4810ac7
commit 89262fbd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# 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 PyMercantile(PythonPackage):
"""Web mercator XYZ tile utilities."""
homepage = "https://github.com/mapbox/mercantile"
url = "https://pypi.io/packages/source/m/mercantile/mercantile-1.1.6.tar.gz"
maintainers = ['adamjstewart']
version('1.1.6', sha256='0dff4cbc2c92ceca0e0dfbb3dc74392a96d33cfa29afb1bdfcc80283d3ef4207')
depends_on('py-setuptools', type='build')
depends_on('py-click@3.0:', type=('build', 'run'))