Filipe Laíns 🇵🇸
Filipe Laíns 🇵🇸
Reproducible: #608 ``` $ PYTHONPATH=../../.. python -m build -nw* Getting build dependencies for wheel... * Getting build dependencies for wheel... * Building wheel... + meson setup /home/anubis/git/mesonpy/tests/packages/python-data /home/anubis/git/mesonpy/tests/packages/python-data/.mesonpy-nc4ceydg -Dbuildtype=release -Db_ndebug=if-release...
https://github.com/pypackaging-native/pkgconf-pypi produces platform-specific but Python-independent tags. RIght now, I don't think there's any way to expose this.
Fixes #309
I have run into the issue where I need to get the base paths of `MultiplexedPath`. Right now, my only option would be to check if the module I am...
The CI is currently broken due to https://github.com/FFY00/build-arch-package/issues/11. Because of this, I am temporarily hosting the repo on pkgbuild.com: ```ini [python] Server = https://pkgbuild.com/~ffy00/python-repo/ ```
The action is currently failing with: ``` Failed to open bus: No such file or directory ``` After some debugging, I traced that to a change in the `devtools` upstream:...
Putting data in the global `data` directory is not recommended, a better place for data generally is to install it as a subpackage. This PR makes that change. Additionally, it's...
# Description # Screenshots/Recordings/Graphs ## Tests
When I run the test suite on 3.13, I see the following failures. ``` $ tox -e py313 ... ============================================================================================================================================== FAILURES =============================================================================================================================================== _______________________________________________________________________________________________________________________________ TestWeakFunctionProxy.test_classmethod ________________________________________________________________________________________________________________________________ self = def test_classmethod(self): class...
Hi, Would it be in the project's scope to add a way to interface with capturing hardware? If so, I would be happy to help contribute that feature. Cheers, Filipe