Package Details: python-rapidyaml 0.10.0-1

Git Clone URL: https://aur.archlinux.org/rapidyaml.git (read-only, click to copy)
Package Base: rapidyaml
Description: Python bindings for rapidyaml (via SWIG)
Upstream URL: https://github.com/biojppm/rapidyaml
Licenses: MIT
Provides: python-rapidyaml
Submitter: abouvier
Maintainer: SecByShresth
Last Packager: SecByShresth
Votes: 2
Popularity: 0.025711
First Submitted: 2025-01-07 06:27 (UTC)
Last Updated: 2025-10-03 09:54 (UTC)

Dependencies (7)

Required by (0)

Sources (3)

Latest Comments

SecByShresth commented on 2025-10-03 09:56 (UTC)

Hello @patlefort,

This has been done, I have updated C++ package.

Thanks Shresth Paul

patlefort commented on 2025-10-02 20:23 (UTC)

Can you add libryml.so in provides for c++ package? Thanks.

SecByShresth commented on 2025-10-02 19:55 (UTC)

Hello Guys,

Changes have been made, please test it out and let me know if it's working fine or not.

Thanks Shresth Paul

SecByShresth commented on 2025-10-02 19:07 (UTC)

Please allow me to check it further. Let me fix this issue.

abouvier commented on 2025-10-02 19:05 (UTC)

It can't work if it doesn't even build:

==> Starting build()...
-- The CXX compiler identification is GNU 15.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ryml: using C++ standard: C++11
-- ryml: setting C++ standard: 11
-- ryml: setting C++ standard required: ON
-- ryml: importing subproject c4core (SUBDIRECTORY)... /build/rapidyaml/src/rapidyaml/ext/c4core
-- c4core: using C++ standard: C++11
-- ryml: -----> target ryml PUBLIC incorporating lib c4core
-- ryml: packing the project: 
-- ryml: cpack tag: v0.10.0
-- ryml: enabling API
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:227 (message):
  Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:591 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindSWIG.cmake:184 (find_package_handle_standard_args)
  api/CMakeLists.txt:18 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

SecByShresth commented on 2025-10-02 19:02 (UTC)

Hello @Patlefort,

This package was only used for the C++. For Python, I suggest using the PIP and install that dependency. I build this package for C++, and it works without any issues for C++.

Thanks Shresth

patlefort commented on 2025-10-02 18:47 (UTC)

It's missing python and swig dependencies. Also why remove provides? It break libretro-lrps2-git.