Package Details: python-karney 1.1.0-1

Git Clone URL: https://aur.archlinux.org/python-karney.git (read-only, click to copy)
Package Base: python-karney
Description: Solves the direct and inverse geodesic problem
Upstream URL: https://github.com/pbrod/karney
Licenses: custom
Submitter: micwoj92
Maintainer: None
Last Packager: micwoj92
Votes: 0
Popularity: 0.000000
First Submitted: 2026-01-05 18:40 (UTC)
Last Updated: 2026-01-05 18:40 (UTC)

Latest Comments

oysstu commented on 2026-01-14 08:43 (UTC) (edited on 2026-01-14 08:46 (UTC) by oysstu)

Aha, sorry about that. I assumed that karney used the same build backend as nvector. Apparently not (for some reason). It is the same source repo however, as pdm-pep517 redirects to the pdm-backend repository, so I guess it would work if karney updated it's pyproject.toml.

micwoj92 commented on 2026-01-09 08:00 (UTC)

It doesn't work:

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'pdm.pep517.api'

ERROR Backend 'pdm.pep517.api' is not available.
==> ERROR: A failure occurred in build().
    Aborting...

oysstu commented on 2026-01-05 19:19 (UTC)

I recommend you use python-pdm and python-pdm-backend as those are in the extra repo.