Package Details: python-trame-server 3.12.4-1

Git Clone URL: https://aur.archlinux.org/python-trame-server.git (read-only, click to copy)
Package Base: python-trame-server
Description: Internal server side implementation of trame
Upstream URL: https://github.com/Kitware/trame-server
Licenses: Apache-2.0
Submitter: carlosal1015
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-13 19:13 (UTC)
Last Updated: 2026-05-19 20:00 (UTC)

Latest Comments

carlosal1015 commented on 2026-05-06 23:27 (UTC)

I will check today and ensure that is all fine in few hours later.

greyltc commented on 2026-05-06 20:09 (UTC) (edited on 2026-05-06 20:38 (UTC) by greyltc)

@petronny, @carlosal1015

I believe no package should ever install files to ${python_site_packages}/tests it's just asking for collisions.

Anyway, that issue looks like it was fixed upstream, so

  # Fix https://aur.archlinux.org/packages/python-trame-server#comment-1027059
  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
  rm -r "${pkgdir}${site_packages}/docs" "${pkgdir}${site_packages}/examples" "${pkgdir}${site_packages}/tests"

must now be removed from this PKGBUILD or else it doesn't build.

greyltc commented on 2026-05-06 20:07 (UTC)

This package appears to be missing some important makedepends:

==> Starting build()...
* Building wheel...

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

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

petronny commented on 2025-06-02 05:34 (UTC) (edited on 2025-06-02 05:34 (UTC) by petronny)

/usr/lib/python3.13/site-packages/tests/conftest.py exists in both 'python-trame-server' and 'python-trame-client'
/usr/lib/python3.13/site-packages/tests/test_translator.py exists in both 'python-trame-server' and 'python-trame-client'