sci-geosciences/xyzservices: add 2025.4.0

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-05-07 19:02:44 +02:00
parent 15fb649818
commit b5789a33f9
2 changed files with 25 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xyzservices-2025.1.0.tar.gz 1129638 BLAKE2B 8bf721350f404b66826a489784dc1ea8d47e97b488ca183382fb9b21f7f34b12faafda80745a369f97abf34b9160d49492e1b01fdf6af39e13c0ad0869561f82 SHA512 56485345d312b12d979b08ab57f4a49ab2ccc1e70fd516889a3c72de1ee6f5711a2aa8ebca18ccae08b94123af1a9fbd02f8ce1c2dd8e1ec47d93d534322c930
DIST xyzservices-2025.4.0.tar.gz 1130949 BLAKE2B 62b763cbf6c43fe1499ea76dff0059ee8c36ae202921756b94b85e64ad531ed5043246b44a96697ed4d7e1915dc89d4e61f75264e64f7950f259bad2f3ba7232 SHA512 2ced55dcdf4819922d7a659dc86ad2aeda27a3460b1101a00abdb14b63d0ca5a632e4737010ca42615bca149a74cbffe2040b251e83df0e92641a40735852cf6

View File

@@ -0,0 +1,24 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1
DESCRIPTION="Source of XYZ tiles providers"
HOMEPAGE="https://github.com/geopandas/xyzservices"
SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="test"
BDEPEND="dev-python/setuptools-scm"
# Need mercantile module
# distutils_enable_tests pytest