Commit Graph

201581 Commits

Author SHA1 Message Date
tranzystorekk 9504f0cf85 eza: update to 0.20.13 2024-12-19 03:07:26 +01:00
Daniel Martinez 9c3af274b6 libjpeg-turbo: update to 3.1.0, adopt. 2024-12-18 20:53:22 -05:00
newbluemoon eb09ff856f tuxedo-drivers: update to 4.11.7 2024-12-18 18:56:33 -05:00
Daniel Lewan 9c20f77197 go-md2man: update to 2.0.6. 2024-12-18 11:02:49 -05:00
Emil Miler ead7712d3e acme.sh: update to 3.1.0 2024-12-18 10:47:15 -05:00
classabbyamp e1e03b4e5b
chezmoi: update to 2.56.0. 2024-12-18 10:16:06 -05:00
Andrew J. Hesford 77ab4e4b14 llvm17: unbreak on aarch64-musl
This reverts commit 3a0cf35291.
2024-12-18 06:00:16 -05:00
Andrew J. Hesford 3a0cf35291 llvm17: temporarily broken on aarch64-musl to serialize build 2024-12-18 05:50:02 -05:00
classabbyamp c8b321565d sequoia-sq: update to 1.0.0. 2024-12-17 23:16:10 -05:00
Andrea Brancaleoni 1fe2748906 hugo: update to 0.140.0. 2024-12-18 03:52:43 +00:00
Andrew J. Hesford 3774618530 DarkRadiant: rebuild for python3-3.13 2024-12-17 22:10:21 -05:00
John b9289ef4d6 common/hooks/pre-pkg/06-verify-python-deps: check for noverifypydeps 2024-12-17 09:47:29 -05:00
John b955d54171 Manual.md: fix naming of nopyverifydeps 2024-12-17 09:47:29 -05:00
Andrew J. Hesford 2ebf15f598 kdevelop-python: work around multilevel host dependencies 2024-12-17 09:10:26 -05:00
Andrea Brancaleoni fb535ad486 git-cola: update to 4.10.1. 2024-12-16 22:09:05 +00:00
Andrea Brancaleoni 9b0893d7b7 terragrunt: update to 0.69.13. 2024-12-16 22:08:01 +00:00
Andrea Brancaleoni 0d3b65364f hugo: update to 0.139.5. 2024-12-16 22:05:00 +00:00
Đoàn Trần Công Danh 0fa8253dd7 kf6-solid: cleanup dependencies 2024-12-16 21:09:44 +07:00
Andrew J. Hesford 62161291ae kig: work around mis-ordered build dependencies 2024-12-16 08:16:20 -05:00
Andrew J. Hesford c4528ca011 kdevelop-python: work around mis-ordered build dependencies 2024-12-16 07:02:19 -05:00
Đoàn Trần Công Danh 312077cd8a boost-devel: do not depends on boost-python3
It's rarely used.
2024-12-16 09:35:27 +07:00
Andrew J. Hesford 82b4d7071d python3-pyside6: rebuild for python3-3.13 2024-12-15 15:13:34 -05:00
Andrew J. Hesford 937c7fec03 cozy: work around mis-ordered build dependencies 2024-12-15 14:42:02 -05:00
classabbyamp cdf59f35d1
common/build-helper/meson: use qemu-<target> not qemu-<target>-static
the -static version is a symlink now
2024-12-15 11:40:08 -05:00
classabbyamp 58c5f0235c
rhythmbox: work around mis-ordered build dependencies 2024-12-15 11:39:30 -05:00
Andrew J. Hesford 81158a8f85 llvm18: re-trigger failed builds 2024-12-15 09:33:03 -05:00
Andrew J. Hesford 018b0b7084 apostrophe: work around mis-ordered build dependencies, properly 2024-12-14 21:45:41 -05:00
Andrew J. Hesford fb509cbe3a apostrophe: work around mis-ordered build dependencies 2024-12-14 21:17:59 -05:00
Andrew J. Hesford 01a57d8767 blender: update to 4.3.1. 2024-12-14 14:32:26 -05:00
Andrew J. Hesford afbd85e744 python3-libsass: rebuild for python3-3.13 2024-12-14 07:44:03 -05:00
classabbyamp ada7d18ca5 common/hooks/pre-pkg/06-verify-python-deps: add hook
compares rdeps and Python module metadata to find missing dependencies
for python packages. this uses virtual packages to map python canonical
package names to void packages.
2024-12-14 07:44:02 -05:00
classabbyamp 232221efaf common/hooks: use file for managing provides
python packages use this to automatically generate provides for each
module installed by the package.
2024-12-14 07:44:02 -05:00
classabbyamp a4b74b62a1 common/scripts/parse-py-metadata.py: add script to parse python module metadata
this script uses python3-packaging-bootstrap to extract information
about python modules, including their names and dependencies for use by
xbps-src hooks
2024-12-14 07:44:02 -05:00
classabbyamp d5a71b7589 common/environment/setup-subpkg/subpkg: add vars for python dep verif 2024-12-14 07:44:02 -05:00
classabbyamp e0db3343fe common/hooks/post-install/04-create-xbps-metadata-scripts: handle ...
python bootstrap

several bootstrap python3 modules put packages in ${py3_sitelib}-bootstrap to
prevent conflicts and keep them out of the normal PYTHONPATH. this allows the
pycompile_module hook to work for those modules
2024-12-14 07:44:02 -05:00
classabbyamp 189bd5bf28 xbps-src: adjust help for -s
it's now used for python dependency verification too
2024-12-14 07:44:02 -05:00
classabbyamp 21f446e73a common/environment/build-style/python3-*.sh: add python3-packaging-bootstrap
...if verifying python dependencies. needed for python module dependency
verification hook
2024-12-14 07:44:02 -05:00
classabbyamp 9d868884cd New package: python3-packaging-bootstrap-24.1
needed for verifying python module dependencies
2024-12-14 07:44:02 -05:00
classabbyamp 144dd0f665 New package: python3-installer-bootstrap-0.7.0
dependency of python3-packaging-bootstrap
2024-12-14 07:44:02 -05:00
classabbyamp df333815b0 New package: python3-flit_core-bootstrap-3.9.0
dependency of python3-{installer,packaging}-bootstrap
2024-12-14 07:44:02 -05:00
zlice b2c9bdbbad blender: update to 4.3.0.
Closes: #52903 [via git-merge-pr]

Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
2024-12-14 07:44:02 -05:00
zlice e1e456bd0f openimagedenoise: update to 2.3.0 2024-12-14 07:44:02 -05:00
zlice b8c7aa0d4c OpenSubdiv: update to 3.6.0 2024-12-14 07:44:02 -05:00
zlice 073f22590c openimageio: update to 2.5.17 2024-12-14 07:44:02 -05:00
Andrew J. Hesford 2667baedc4 python3-Cython0.29: remove package
This package is incompatible with Python 3.13 and is no longer required
by any Void packages.
2024-12-14 07:44:02 -05:00
Andrew J. Hesford b9d79e442b python3-tables: remove package
This package is unused in Void and requires the to-be-removed
python3-Cython0.29 to build. Newer versions exist, with more complex
dependencies, and can be re-added if a suitable maintainer appears.
2024-12-14 07:44:02 -05:00
Andrew J. Hesford 4564d9526b python3-efl: remove package
This package is unused in Void, hasn't been updated in five years, and
requires the to-be-removed python3-Cython0.29 to build.
2024-12-14 07:44:02 -05:00
Andrew J. Hesford 7225e2b940 python3-typed-ast: remove package
This package is unused in Void and abandoned upstream.
2024-12-14 07:44:02 -05:00
Andrew J. Hesford 56666be974 python3-nose: remove package
This package is long dead and will not build with Python 3.13.
2024-12-14 07:44:02 -05:00
Andrew J. Hesford e6bef941b8 rtags: drop tests, which require python3-nose 2024-12-14 07:44:02 -05:00