py-mercantile: add new package at v1.1.6 (#20598)
This commit is contained in:
parent
f1a4810ac7
commit
89262fbd23
20
var/spack/repos/builtin/packages/py-mercantile/package.py
Normal file
20
var/spack/repos/builtin/packages/py-mercantile/package.py
Normal 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'))
|
Loading…
Reference in New Issue
Block a user