Schrijvers Luc
7285d13659
sphinx, fix symbolic links ( #8796 )
2023-06-04 18:41:58 +02:00
Schrijvers Luc
9589e4deb3
assimp, bump version ( #8795 )
2023-06-04 17:51:22 +02:00
Schrijvers Luc
79e515316e
funcy, new python recipe ( #8794 )
2023-06-04 17:16:55 +02:00
Schrijvers Luc
21b15109c4
whatever, new python recipe ( #8793 )
2023-06-04 17:08:25 +02:00
Schrijvers Luc
b573859b38
freezegun, new python recipe ( #8792 )
2023-06-04 16:32:07 +02:00
Schrijvers Luc
5b55126b75
dateutil, bump version ( #8791 )
2023-06-04 16:04:52 +02:00
PulkoMandy
c6648029f7
Work in progress recipe for Haskell Cabal
...
This is better stored on the main git repo than just on my laptop. It
isn't working, and at the moment the lack of a GHC package for x86_64
makes it harder to work on for me.
2023-06-04 12:45:25 +02:00
Schrijvers Luc
a9c0461418
pytz, bump version ( #8790 )
2023-06-04 09:44:33 +02:00
Schrijvers Luc
bfb1586667
beautifulsoup4, bump version ( #8789 )
2023-06-04 09:10:44 +02:00
kenmays
f038ee5132
saptools: fixed x64 build ( #8786 )
...
* saptools: fixed x64 build
* saptools: fixed x64 build
* Update saptools-2.0.94.recipe
2023-06-04 08:00:58 +02:00
Schrijvers Luc
813c8423d9
sphinxcontrib_jquery, fix requirements ( #8788 )
2023-06-04 07:39:33 +02:00
augiedoggie
cbebf4f44f
ugrep: update to 3.12.0 ( #8787 )
2023-06-03 13:53:35 -06:00
Schrijvers Luc
480e45cd2f
sphinx(python), add new/updated dependency python recipes ( #8775 )
...
* sphinx(python), add new/updated dependency python recipes
* Update dev-python/babel/babel-2.12.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/babel/babel-2.12.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/babel/babel-2.12.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/pytest_mock/pytest_mock-3.10.0.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/pytest_mock/pytest_mock-3.10.0.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinxcontrib-jquery/sphinxcontrib_jquery-4.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinx/sphinx-7.0.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinx/sphinx-7.0.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
* Update dev-python/sphinx/sphinx-7.0.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
---------
Co-authored-by: OscarL <oscar.lesta@gmail.com >
2023-06-03 21:48:24 +02:00
OscarL
cd26ef5c58
chocolate_doom: fix build, include manpages. ( #8785 )
2023-06-03 21:39:51 +02:00
kenmays
6c1d260496
ffmpeg: bump version ( #8784 )
2023-06-03 21:27:06 +03:00
OscarL
b26d87e92f
aquaskk: trigger re-build with a rev-bump. ( #8783 )
...
(forgot to do so in last PR)
2023-06-03 19:22:23 +02:00
Jerome Duval
e967292988
rsync: with reconfigure
2023-06-03 19:21:16 +02:00
Jerome Duval
0572306a98
rsync: bump version
2023-06-03 19:16:57 +02:00
Joachim Mairböck
9bae1f2873
imagemagick: install documentation to the proper directory ( #8782 )
2023-06-03 13:47:55 +02:00
PulkoMandy
89e6843bb2
libwalter: fix 64bit build and various issues
2023-06-03 10:00:51 +02:00
OscarL
e0eb87d29c
aquaskk: switch to Python 3. ( #8780 )
2023-06-02 22:39:32 +02:00
OscarL
3c204908f5
gyp: update to latest version, switch to Python 3.9. ( #8779 )
...
Note: The upstream repo was archived in Feb 2023.
Works well enough as to be able to build the only in-tree package that
requires cmd:gyp (aquaskk, albeit that recipe still requires some minor mods).
2023-06-02 22:22:00 +02:00
Schrijvers Luc
91ff2de43f
breathe, new python recipe ( #8778 )
2023-06-02 21:16:54 +02:00
Joachim Mairböck
4e3ab3ad66
imagemagick: bump version ( #8777 )
...
fixes CVE-2023-34151, among others
2023-06-02 21:05:01 +02:00
davidkaroly
cae21a382c
wireshark: update to 4.0.6 ( #8776 )
2023-06-02 21:03:04 +02:00
OscarL
d6533d8353
python_imaging: retire recipe. ( #8773 )
...
Packages needing PIL should switch to Pillow, instead of relying on
this old, Python 2.x only, package.
2023-06-02 21:02:13 +02:00
OscarL
f80d8499f6
chocolate_doom: recipe cleanups. ( #8772 )
...
* Drop usage of Python 2.x.
* Drop python_imaging dependency.
* Drop _x86 suffixes.
* Include basic docs.
* Create _debuginfo package.
Python dependency is optional, needed for generating man pages, for example.
Those weren't included before, and to switch to Python 3, we need to
update to newer versions of chocolate_doom (no new release > 3.0.1 yet),
so just drop that requirement.
"python_imaging" can be replaced by "pillow" (which supports python3),
but it is really only needed to re-create font files, or convert icons.
Neither is strictly needed when building under Haiku.
Instead if providing a _debuginfo package, we might want to just strip
the binaries ("make install-exec-strip").
2023-06-02 21:01:56 +02:00
Schrijvers Luc
aa861754c8
pytest, bump version, add dependencies ( #8774 )
2023-06-02 12:47:49 +02:00
OscarL
f0ed5c52c9
pywebsocket: retire Python 2.x-only recipe. ( #8769 )
...
Upstream repo got archived in 2020, and nothing uses it in-tree.
If needed, a new recipe can be made for "pywebsocket3":
https://github.com/GoogleChromeLabs/pywebsocket3
Or one for the unrelated to original pywebsocket:
https://pypi.org/project/pywebsocket/
2023-06-01 22:44:56 +02:00
Schrijvers Luc
ef2abdb5fb
setuptools(_scm), bump version ( #8758 )
2023-06-01 22:37:31 +02:00
Oscar Lesta
14c211fd8a
u_boot: re-enable recipe.
...
64 bits build now works, let's see if this triggers a rebuild of
the remaining 32 bits needed packages.
2023-06-01 17:44:20 +02:00
Oscar Lesta
6b89ea2aa2
uboot: switch to Python 3.9, add missing PATCHES, mark as broken.
...
* 64 bits: no package provides: cmd:arm_none_eabi_gcc.
* 32 bits: errors related to:
* "runtime_loader: Cannot open file libmpfr.so.4"
* "Kconfig:66: syntax error" and " Kconfig:65: invalid option".
Marking as broken until those get resolved.
2023-06-01 17:44:20 +02:00
Schrijvers Luc
4b4af36017
vttest, bump version ( #8771 )
2023-06-01 15:14:07 +02:00
PulkoMandy
8f4c61412e
arm_none_eabi_binutils: fix provides for secondary arch
2023-05-31 19:50:18 +02:00
PulkoMandy
b5e1e70ee9
arm_none_eabi_*: update with latest versions and enable for all architectures
2023-05-31 19:46:04 +02:00
OscarL
4f21ff61d6
atk: remove obsolete recipes, drop Python 2.x requirement. ( #8768 )
...
It only ever needed Python indirectly (via meson).
All recipes requing atk do so by using "libatk_1.0$secondaryArchSuffix".
Passes all tests in TESTS().
2023-05-31 18:39:51 +02:00
OscarL
91e76965e4
blender: Remove commented out references to _python3 packages, no functional changes. ( #8765 )
2023-05-31 12:18:21 +02:00
Schrijvers Luc
44b49539b2
rizin, use lib:libpython3.9 ( #8764 )
2023-05-31 11:42:51 +02:00
OscarL
7ffff126e8
opencv: retire recipe for obsoleted 4.5.1 version. ( #8763 )
2023-05-31 11:36:21 +02:00
Schrijvers Luc
b0a3254ef4
docutils, bump version ( #8762 )
2023-05-31 08:27:31 +02:00
Schrijvers Luc
bcfb4031bf
imagesize, bump version ( #8761 )
2023-05-31 08:14:17 +02:00
Schrijvers Luc
ada885a25c
xorgproto, bump version ( #8741 )
2023-05-31 07:18:17 +02:00
Schrijvers Luc
422c1200c0
colorama, bump version ( #8760 )
2023-05-30 15:49:45 +02:00
Schrijvers Luc
985d78492f
unicode-cldr, bump version ( #8759 )
2023-05-30 14:42:26 +02:00
Al Hoang
ca6b7322b6
scdoc: new recipe ( #8745 )
...
* scdoc: new recipe
* update per suggestions
2023-05-30 07:27:34 +02:00
Estevan Castilho
bbab831ebf
ecl: fix build, update to 21.2.1, drop old versions ( #8754 )
...
* ecl: fix build, update to 21.2.1, drop old versions
Parallel building seems to have been fixed in the meantime, so enable
that as well. Note that the make check call doesn't seem to work since
it expects ecl to already be installed on the system, which it doesn't
seem to be by the time haikuporter --test calls TEST.
* Update dev-lisp/ecl/ecl-21.2.1.recipe
Co-authored-by: OscarL <oscar.lesta@gmail.com >
2023-05-29 15:14:39 -04:00
Estevan Castilho
79d6f4c204
sbcl: miscellaneous fixes, test routine ( #8753 )
...
Among the changes are fixes for test suite hangs and failures, uiop
misbehavior and a hang on stack overflow.
2023-05-29 15:14:00 -04:00
PulkoMandy
62ff4294ac
Renga: update to v1.24
2023-05-29 21:02:48 +02:00
PulkoMandy
358c5a2b64
gloox: update to 1.0.27, remove upstreamed patches
2023-05-29 13:24:40 +02:00
OscarL
4d0a872326
grpc: switch to Python 3.9, drop Python 2.x, fix provides/versions. ( #8752 )
...
* Added a missing PROVIDES, and a couple to PROVIDES_devel (both match now).
* Fixed libVersion/libCppVersion/libVersionCppCompat variables.
2023-05-29 10:43:25 +02:00