Package Details: python-xyzservices 2024.4.0-1

Git Clone URL: https://aur.archlinux.org/python-xyzservices.git (read-only, click to copy)
Package Base: python-xyzservices
Description: Provides a repository of available XYZ services offering raster basemap tiles
Upstream URL: https://github.com/geopandas/xyzservices
Licenses: BSD-3-Clause
Submitter: PumpkinCheshire
Maintainer: a821
Last Packager: a821
Votes: 1
Popularity: 0.87
First Submitted: 2021-10-26 01:47 (UTC)
Last Updated: 2024-04-04 08:03 (UTC)

Latest Comments

a821 commented on 2024-03-04 08:40 (UTC)

@MarsSeed: thanks for pointing out the arch mistake, I have no idea how I missed it. I have fixed it and also the license (I was waiting for the next release to avoid unnecessary package rebuilds).

However, I disagree with removing the tests directory. I see no reason. The guidelines only mention (6.4) to remove it directly under site-packages which is not the case here. Is there another reason?

MarsSeed commented on 2024-03-02 23:14 (UTC)

Please kindly declare arch=(any), remove files inside site-packages/xyzservices/tests/, and change to SPDX license 'BSD-3-Clause'. Thank you in advance!

carlosal1015 commented on 2022-12-09 16:50 (UTC)

Hi, I have the following message error:

  -> Extracting xyzservices-2022.4.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 319, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().