Commit Graph

3803 Commits

Author SHA1 Message Date
Xi Ruoyao
9209f7c10a
dbus-python: switch to pip build (#17547) 2023-01-23 11:40:45 +08:00
Xi Ruoyao
7e24b60bf0
add meson_python-0.12.0 (#17547) 2023-01-23 11:38:52 +08:00
Xi Ruoyao
92b6254afc
add pyproject-metadata-0.7.0 (#17547) 2023-01-23 11:14:05 +08:00
Xi Ruoyao
b264d673fd
add patchelf-0.17.2 (#17547) 2023-01-23 10:42:34 +08:00
Pierre Labastie
b112f04320 Add figures and a few fixes for new python modules 2023-01-22 19:56:23 +01:00
Pierre Labastie
1076135359 Fix tags for requests patch 2023-01-22 19:56:23 +01:00
Pierre Labastie
8f65da9927 Update all python modules after merge 2023-01-22 19:56:08 +01:00
Pierre Labastie
658a4b405c Remove toml and tomli python module dependencies
They are not needed anymore. All modules now use tomllib from
the core python library.
2023-01-22 19:54:21 +01:00
Bruce Dubbs
a3fb37f612 Package updates.
Update to nano-7.2.
Update to exiv2-0.27.6.
Update to IO-Socket-SSL-2.080 (Perl Module).
2023-01-22 12:35:50 -06:00
Bruce Dubbs
6837c68bf7 Remove pythonhosted for now.
We will change pythonhosted.xml to incorporate all python modules
(perhaps excepting PyXDG) at https://files.pythonhosted.org
and move it to the top of the Python Modules page.

We will need to place the md5sums for the module sources in packages.ent
so they can be referenced in two places.

For now, remove the page from the build.  Later we will need to clean up
Makefile and archive stylesheets/{pyhosted-inc,pythonhosted}.xsl.
2023-01-22 10:13:38 -06:00
Pierre Labastie
f15166282a Remove the certifi python module
It is not needed, thanks to Ken's work on using system CA certficates
in Python modules.
2023-01-21 14:03:37 +01:00
Pierre Labastie
542ba6a919 Update to MarkupSafe-2.1.2 (Python Module) 2023-01-21 11:17:16 +01:00
Pierre Labastie
e1dc8db6ef Minor fixes to python modules 2023-01-19 21:41:27 +01:00
Pierre Labastie
765fd83edc Merge branch 'plabs/python-mods' into trunk
This branch introduces a new layout for python modules, similar
to what is done for perl modules. This allows to have useful python
modules in the book (sphinx, pytest, requests, gi-docgen), together
with their dependencies.

As a convenience for users who build by hand, a "Building
pythonhosted.org Files" section is added, which allows building all
the python modules dependencies in one go. It is generated from
the individual module pages, so the authoritative instructions are
on those individual pages.
2023-01-19 14:23:40 +01:00
Bruce Dubbs
4fe5cec23e Update to git-2.39.1. 2023-01-18 20:53:58 -06:00
Pierre Labastie
c10acfe844 Change ulink to xref for sphinx 2023-01-18 17:02:55 +01:00
Pierre Labastie
0f9a1f088b Merge branch 'trunk' into plabs/python-mods 2023-01-18 15:35:32 +01:00
Xi Ruoyao
97e721913b
rust: revise config.toml entries (#17520)
- Add `locked-deps = true` and `vendor = true`.  These allows building
  the package w/o downloading from crates.io (the bootstrap compiler
  still needs to be downloaded though), and eliminates the necessity of
  using a DESTDIR installation.  Note that in LFS we already do DESTDIR
  installation for ncurses so we won't lose too much educational
  material.
- Add `description = "for BLFS &version;"` so BLFS version will show up
  in the output of `rustc --version`.
- Remove `rpath = false`.  With rpath we can skip the modification of
  `/etc/ld.so.conf` file.  Note that rpath is coded as
  `$ORIGIN/../lib`, so if you run `ldd` on the executable in the build
  directory, it will show the path to the build directory; but if you
  run `ldd` on the installed executable, it will show the correct path
  to the installed library.  See `man ld.so` for more information about
  `$ORIGIN`.
2023-01-18 11:16:10 +08:00
Bruce Dubbs
82bb519300 Update to IO-Socket-SSL-2.079 (Perl Module). 2023-01-16 22:57:29 -06:00
Pierre Labastie
f15d31dfb7 Use remap as in the template for rust tests 2023-01-15 09:06:37 +01:00
Ken Moffat
7baeffeaad Update to rustc-1.66.1. 2023-01-15 03:16:16 +00:00
Bruce Dubbs
e58cf1493e Update to llvm-15.0.7. 2023-01-13 14:29:43 -06:00
Bruce Dubbs
109eb9ef2c Install FileCheck when building llvm 2023-01-13 12:08:22 -06:00
Douglas R. Reno
c0589340b5 Update to apache-ant-1.10.13 2023-01-12 22:15:14 -06:00
Pierre Labastie
fa7b6373fb Add a fallback for pythonhosted.xml
When pythonhosted.xml has not yet been generated, it cannot be
"xinluded". This just generates a warning at xinclude time, but
then the idref is missing, which may generate failures.
2023-01-11 14:56:27 +01:00
Pierre Labastie
b588758fe1 Stop tracking pythonhosted.xml
Delete it and add it to .gitignore
2023-01-10 22:54:38 +01:00
Pierre Labastie
3bdc4eba16 Merge branch 'trunk' into plabs/python-mods 2023-01-10 21:57:10 +01:00
Pierre Labastie
c8d23c4a10 Fix mercurial md5 2023-01-10 21:38:14 +01:00
Bruce Dubbs
2f4e738f73 Update to mercurial-6.3.2. 2023-01-10 11:26:50 -06:00
Bruce Dubbs
e94875222a Update to php-8.2.1. 2023-01-09 22:11:32 -06:00
Bruce Dubbs
3df3354c2b Update to Cython-0.29.33 (Python module). 2023-01-08 12:56:19 -06:00
Bruce Dubbs
087a3fd156 Update to python-dbusmock-0.28.7. 2023-01-06 11:31:00 -06:00
Bruce Dubbs
6304cd5ebf Update to Pygments-2.14.0 (Python module). 2023-01-02 15:16:10 -06:00
Bruce Dubbs
0ce5f579cd Update to Net-DNS-1.36 (Perl module) 2022-12-30 14:26:48 -06:00
Bruce Dubbs
7a5e58b93e Update to doxygen-1.9.6. 2022-12-29 16:14:37 -06:00
Bruce Dubbs
de944b992a Update to ruby-3.2.0. 2022-12-29 11:27:24 -06:00
Thomas Trepl
809c6b5eb5 Fix the note about ruby-on-rails applications 2022-12-28 10:29:35 +01:00
Bruce Dubbs
1d37b08d2c Update to tk8.6.13. 2022-12-27 20:11:42 -06:00
Thomas Trepl
036de7134e Upgrade git-2.39.0 2022-12-25 16:29:33 +01:00
Thomas Trepl
98fa3eaf4f Upgrade nasm-2.16.01 2022-12-25 09:23:40 +01:00
Thomas Trepl
15babcc08f Upgrade nasm-2.16 2022-12-24 09:10:01 +01:00
Bruce Dubbs
3d17248710 Remove double hyphens in comment 2022-12-23 13:46:19 -06:00
Bruce Dubbs
ec886f9ab0 Update to php-8.2.0. 2022-12-23 10:43:57 -06:00
Bruce Dubbs
e94f959eff An md5sum fix and a spelling fix 2022-12-23 09:36:11 -06:00
Bruce Dubbs
891ff68307 Update to python3-3.11.1. 2022-12-22 16:51:25 -06:00
Bruce Dubbs
a26fb1cf9b Perl module updates.
Update to IO-Socket-SSL-2.078 (Perl module).
Update to File-Slurper-0.014 (Perl module).
2022-12-22 16:20:44 -06:00
Douglas R. Reno
479c7fe4db Change sysprof and rest to use libadwaita1 instead of "libadwaita".
"libadwaita"'s xref is actually a pointer to libadwaita.so in
gnome-themes-extra. As a result of this, the library from
gnome-themes-extra gets referenced instead of the actual package.

Fix this by using 'libadwaita1' instead, like other packages that use
libadwaita.
2022-12-16 13:24:44 -06:00
Pierre Labastie
8c350e6c70 Update to lxml-4.9.2 (python module) 2022-12-15 12:54:44 +01:00
Douglas R. Reno
52c9cde654 Update to sysprof-3.46.0 2022-12-14 14:31:59 -06:00
Douglas R. Reno
3fbac767b9 Update to pyatspi-2.46.0 2022-12-14 13:30:11 -06:00