mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python3-xyzservices: update to 2023.5.0.
This commit is contained in:
parent
09331109bd
commit
7add9ac856
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-xyzservices'
|
# Template file for 'python3-xyzservices'
|
||||||
pkgname=python3-xyzservices
|
pkgname=python3-xyzservices
|
||||||
version=2023.2.0
|
version=2023.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# Provider tests require unpackaged 'mercantile'
|
# Provider tests require unpackaged 'mercantile'
|
||||||
make_check_args="--ignore=xyzservices/tests/test_providers.py"
|
make_check_args="--ignore=xyzservices/tests/test_providers.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-requests"
|
checkdepends="python3-pytest python3-requests"
|
||||||
short_desc="Source of XYZ tiles providers"
|
short_desc="Source of XYZ tiles providers"
|
||||||
|
@ -14,7 +14,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://xyzservices.readthedocs.io/"
|
homepage="https://xyzservices.readthedocs.io/"
|
||||||
changelog="https://raw.githubusercontent.com/geopandas/xyzservices/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/geopandas/xyzservices/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/x/xyzservices/xyzservices-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/x/xyzservices/xyzservices-${version}.tar.gz"
|
||||||
checksum=3342bba410d7941290eed0e58a2e5aadb0f7b97863ec4283b283c406ee723a28
|
checksum=f0ffaeb7f1c090cff98de6e9a5d4c1c3dde5a8c30f98044dc1e12b11d4576ebc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue