Pierre Labastie
2a0f15bce6
Fixes for sphinx
2022-10-09 22:52:47 +02:00
Pierre Labastie
a3d36f24b3
Merge branch 'trunk' into plabs/python-mods
2022-10-09 22:04:35 +02:00
Pierre Labastie
b3e180158c
End python modules for sphinx
2022-10-09 22:03:26 +02:00
Xi Ruoyao
13d9cb6a90
rustc: list libgit2 as external dependency
...
We are using internally shipped libgit2 for now.
2022-10-08 20:03:49 +08:00
Xi Ruoyao
f2ae6ba809
rustc: demote curl and libssh2 to recommended
...
And, adjust LIBSSH2_SYS_USE_PKG_CONFIG according to if libssh2 is
installed. Export it earlier so x.py build and x.py install will use
the same LIBSSH2_SYS_USE_PKG_CONFIG value. This can reduce some
repeated building process.
2022-10-08 19:04:53 +08:00
Pierre Labastie
b50114ca3d
More modules
...
Finished pytz. Begun pyparsing. Fixed packaging.
2022-10-07 22:42:06 +02:00
Xi Ruoyao
d2c16a455e
cmake: demote libuv to recommended, and add <option> for building cmake w/o recommended dependencies
...
Tested on a fresh LFS system.
2022-10-06 19:50:55 +08:00
Bruce Dubbs
3dd64c1825
Update to Net-DNS-1.35 (Perl module).
2022-10-05 19:10:43 -05:00
Bruce Dubbs
d985f0b3af
Update to git-2.38.0.
2022-10-05 18:21:29 -05:00
Xi Ruoyao
661e7eb274
gdb: fix FTBFS with readline-8.2
2022-10-05 10:15:44 +08:00
Pierre Labastie
036821bd86
Dependencies of sphinx and requests
2022-10-02 22:50:11 +02:00
Pierre Labastie
2dfb0a580b
Move requests from python-deps to python-modules
...
It is a dependency of both kapidox and sphinx
2022-10-02 20:20:02 +02:00
Pierre Labastie
432ea40759
Begin work on python dependencies
2022-09-30 16:25:05 +02:00
Pierre Labastie
0cf85fa1a7
Add files referenced by sphinx
...
File content is totally bogus...
2022-09-30 11:38:51 +02:00
Pierre Labastie
3d48ae4f2a
Begin to add sphinx
2022-09-29 08:36:28 +02:00
Pierre Labastie
1ff0f0cd70
Merge branch 'trunk' into plabs/python-mods
2022-09-28 12:34:01 +02:00
Pierre Labastie
8706503737
Fix SBU values for llvm and rust
...
When measuring the SB unit, I used a terminal with "time { ... }".
When measuring LLVM and rust SBUs, I redirected output. It seems
the gnome terminal is very slow, and when redirecting the output of
the "time" command above, the SB unit goes from 119s down to
86s.
2022-09-27 22:15:24 +02:00
Bruce Dubbs
e977e1382e
Renamed cmake-15.0.1.src.tar.xz and placed on anduin.
2022-09-26 11:35:41 -05:00
Pierre Labastie
bf4b5fc3e7
Update to rustc-1.64.0
2022-09-25 10:26:38 +02:00
Pierre Labastie
9a599135cf
Update to llvm-15.0.1
2022-09-25 10:26:24 +02:00
Douglas R. Reno
75aa129cb5
Package Updates:
...
Update to libwpe-1.14.0
Update to Mako-1.2.3 (Python Module)
Update to nghttp2-1.50.0
2022-09-23 12:44:30 -05:00
Douglas R. Reno
498e62a0ea
Package Updates:
...
Update to cmake-3.24.2
Update to libblockdev-2.28
Update to gtkmm-3.24.7
Update to xfce4-pulseaudio-plugin-0.4.5
2022-09-21 20:16:48 -05:00
Julien Lepiller
431a8f176a
Fix typo.
2022-09-21 07:39:20 +02:00
Xi Ruoyao
694f1947fd
git: add an optional runtime dependency to IO::Socket::SSL for git send-email
2022-09-20 14:14:56 +08:00
Xi Ruoyao
49d287405a
lua: bump shared library patch revision
2022-09-17 03:51:37 +08:00
Pierre Labastie
5fe692613e
Move python-modules to a subdirectory
2022-09-15 18:18:59 +02:00
Douglas R. Reno
b11b2683cb
Doxygen: Remove build fix which was applied in 1.9.5.
2022-09-14 11:22:00 -05:00
Bruce Dubbs
9d9e7a6f49
Package Updates
...
Update to libXft-2.3.6 (xorg library).
Update to qpdf-11.0.0.
2022-09-11 16:08:04 -05:00
Bruce Dubbs
79f4a45d23
Update to php-8.1.10.
2022-09-11 13:17:14 -05:00
Pierre Labastie
4e207bb418
Replace tabs with spaces (except in Makefile :)
2022-09-11 18:22:44 +02:00
Xi Ruoyao
484f776714
dbus-python: mention egg-info directory in contents
2022-09-11 23:59:54 +08:00
Pierre Labastie
1fe05eb92d
A round of removal of eol trailing spaces
2022-09-11 17:32:13 +02:00
Xi Ruoyao
01bfbee614
dbus-python: install metadata for pip3
2022-09-11 19:38:30 +08:00
Pierre Labastie
335b32d58b
Fix python doc md5
2022-09-11 08:57:08 +02:00
Bruce Dubbs
e51029f76f
Update to Python-3.10.7.
2022-09-10 14:20:34 -05:00
Bruce Dubbs
706265a939
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-09-10 13:21:54 -05:00
Bruce Dubbs
7b459c22b6
Add Cython python module.
2022-09-10 13:21:42 -05:00
Pierre Labastie
08c7ccd311
Fix alphabetical order in glossary
2022-09-10 14:32:49 +02:00
Pierre Labastie
b89180f557
Add --enable-default-pie/ssp to gcc
...
Also command explanations and test result comments
2022-09-10 14:14:10 +02:00
Pierre Labastie
0472eb0f00
Add instructions for pie and ssp in clang
...
Just instructions for now because in a hurry... TODO:
- Add command explanations
- Update changelog
- also gcc in blfs needs to get the switches for default pie and
default ssp
2022-09-09 18:52:42 +02:00
Pierre Labastie
71b1e2d2f8
Fix build instructions for dbus-python
2022-09-09 08:12:14 +02:00
Xi Ruoyao
80106051b0
prog: URL updates
2022-09-08 15:34:19 +08:00
Bruce Dubbs
587f998a49
Typo
2022-09-07 20:38:03 -05:00
Bruce Dubbs
5f3dfa8e93
Update to dbus-python-1.3.2.
2022-09-07 20:36:24 -05:00
Bruce Dubbs
57222e8d39
Update to git-2.37.3.
2022-09-06 21:04:49 -05:00
Bruce Dubbs
1a7bbb8f28
Update to mercurial-6.2.2.
2022-09-06 15:23:14 -05:00
Bruce Dubbs
5ff8c3a9cb
Add --no-user in Python module installation instructions.
2022-09-05 16:04:47 -05:00
Pierre Labastie
9f3e504cea
Update to vala-0.56.3
2022-09-04 22:40:04 +02:00
Bruce Dubbs
ccdcaa0f76
Package updates.
...
Update to Log-Log4perl-1.56 (Perl Module).
Update to IO-Socket-SSL-2.075 (Perl Module).
Update to doxygen-1.9.5.
Update to libatomic_ops-7.6.14.
2022-09-04 10:32:30 -05:00
Douglas R. Reno
67cd226204
Package updates:
...
Update to gc-8.2.2
Update to mozjs-91.13.0
Update to libqalculate-4.3.0
Update to nghttp2-1.49.0
2022-09-03 17:59:57 -05:00