mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-xyzservices-2022.9.0
This commit is contained in:
parent
f15bf983d0
commit
1ddf45eaa5
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-xyzservices/template
Normal file
21
srcpkgs/python3-xyzservices/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-xyzservices'
|
||||||
|
pkgname=python3-xyzservices
|
||||||
|
version=2022.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"
|
||||||
|
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=55651961708b9a14849978b339df76008c886df7a8326308a5549bae5516260c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue