22 lines
773 B
Bash
22 lines
773 B
Bash
# Template file for 'python3-xyzservices'
|
|
pkgname=python3-xyzservices
|
|
version=2024.9.0
|
|
revision=1
|
|
build_style=python3-module
|
|
# Provider tests require unpackaged 'mercantile'
|
|
make_check_args="--ignore=xyzservices/tests/test_providers.py"
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-requests"
|
|
short_desc="Source of XYZ tiles providers"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://xyzservices.readthedocs.io/"
|
|
changelog="https://raw.githubusercontent.com/geopandas/xyzservices/main/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/x/xyzservices/xyzservices-${version}.tar.gz"
|
|
checksum=68fb8353c9dbba4f1ff6c0f2e5e4e596bb9e1db7f94f4f7dfbcb26e25aa66fde
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|