Commit Graph

45 Commits

Author SHA1 Message Date
Pierre Labastie
84c1565502 Add sphinxcontrib-jquery-2.0.0
It is a dependency of sphinx_rtd_theme-1.2.0. Note that the latest
version as of today is 3.0.0, but it is rejected by sphinx_rtd_theme.
2023-02-09 11:56:01 +01:00
Xi Ruoyao
051445631f
Fix installed directories for meson_python and pyproject-metadata 2023-02-09 18:32:04 +08:00
Pierre Labastie
30090b72bf Add chardet-5.1.0 (python module)
It is a dependency of doxypypy.
2023-02-06 12:23:23 +01:00
Pierre Labastie
b336ec6308 Typos
Reported by "rhubarbpieguy"
2023-02-03 15:48:25 +01:00
Bruce Dubbs
569925c77f Update python modules for pythonhosted
Move the pythonhoted page to python_modules even though it is not
yet activated to render in the book.

Change location of pythonhosted md5sum ENTITIES to packages.ent
so they can be used in multiple pages but only need to be updated
in one place.

Note that pages not have entries like:
  <!ENTITY asciidoc-md5sum        "&asciidoc-md5sum;">
so this seems to be redefinig the entity to the version
in packages.ent.  This seems to be OK with the build system.
2023-01-31 18:02:12 -06:00
Bruce Dubbs
3ef383c482 Move pythonhosted to python modules
The pythonhosted page is still commented out for now
but being set up for later inclusion.
2023-01-31 14:00:54 -06:00
Pierre Labastie
54d589072b Remove eol spaces 2023-01-29 13:51:59 +01:00
Pierre Labastie
35879fc83a Hatch-vcs: use underscore in written text
It is not easy to make one's mind whether a dash or an underscore
should be used: pypi, and doc, use hatch-vcs. But tarball name
nd installed module directories have hatch_vcs (note that dashes
are forbidden in python module names). So use hatch_vcs in written
text (don't change the dash in the entities and the id).
2023-01-28 10:08:03 +01:00
Pierre Labastie
cdabf95fd1 Fix meson_python dependency
It depends on pyproject-metadata, not directly on packaging.
2023-01-27 21:43:35 +01:00
Bruce Dubbs
6831ccec80 Fix meson_python url 2023-01-23 10:29:49 -06: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
Pierre Labastie
b112f04320 Add figures and a few fixes for new python modules 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
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
b588758fe1 Stop tracking pythonhosted.xml
Delete it and add it to .gitignore
2023-01-10 22:54:38 +01:00
Ken Moffat
ab3ae35ad2 python-modules: patch Requests to be able to use system certs. 2022-12-12 23:09:06 +00:00
Bruce Dubbs
41f908a9ee Start fleshing out pythonhosted.xml 2022-11-10 04:12:53 +00:00
Bruce Dubbs
e09da3c5e4 Add pythonhosted page
This page is not complete.  The build part does not work yet, but
the fetch of files does.  If the fetch is run a second time, it
will only get a file in the .md5 file that is not already present.

The install instructs are mostly OK, but the test for the module
already installed is not correct yet.  The next commit will
update it.
2022-11-09 07:16:33 +00:00
Pierre Labastie
3d421495de Fix some Capitals in flit_core
Also there is only one additional dep for tests.
2022-11-07 13:29:46 +01:00
Ken Moffat
acd690750b python-mods - fix a couple of 'Installation of' items. 2022-11-06 23:15:56 +00:00
Pierre Labastie
33f878a985 Finish addition of gi-docgen
Add figures, and add short description for gi-docgen
2022-11-06 12:02:53 +01:00
Pierre Labastie
0a13134f06 Add gi-docgen deps (still WIP) 2022-11-06 09:54:50 +01:00
Pierre Labastie
72c62e4fbc Add figures for python modules
Also fix various problems with already included modules (missing
short descriptions, etc)
2022-11-04 12:24:09 +01:00
Pierre Labastie
a8b202ac54 Add recommonmark and its dependency
This is the module needed for generating LLVM documentation.
2022-11-01 10:41:18 +01:00
Pierre Labastie
8c5e6eca40 Move "packaging" from dependencies to modules
It is required by both sphinx and pytest
2022-11-01 08:18:49 +01:00
Pierre Labastie
a2e0310cfd Fix Babel md5 2022-10-29 23:05:49 +02:00
Pierre Labastie
6e98a0804b Move pyparsing module to python-modules
It may be used by packages other than python modules
2022-10-20 17:13:04 +02:00
Pierre Labastie
74434cca09 Add test instructions to new python modules 2022-10-16 23:14:25 +02:00
Pierre Labastie
ef6402e5c5 Add tests for some python deps and a few fixes 2022-10-16 09:58:22 +02:00
Pierre Labastie
114f6db9a4 Add tests for some python modules 2022-10-15 23:48:33 +02:00
Pierre Labastie
7775697cc0 Add py module to python-deps 2022-10-15 09:58:06 +02:00
Pierre Labastie
830c353761 Further python-deps 2022-10-14 16:21:43 +02:00
Pierre Labastie
301c411d42 Fix download urls in python-deps 2022-10-14 15:03:28 +02:00
Pierre Labastie
88149d4df5 Add python deps again
TODO: some versions to be fixed and check files
2022-10-13 17:09:55 +02:00
Pierre Labastie
25ee66702c Still adding python modules and fixing some 2022-10-13 16:49:28 +02:00
Pierre Labastie
2a0f15bce6 Fixes for sphinx 2022-10-09 22:52:47 +02:00
Pierre Labastie
b3e180158c End python modules for sphinx 2022-10-09 22:03:26 +02:00
Pierre Labastie
b50114ca3d More modules
Finished pytz. Begun pyparsing. Fixed packaging.
2022-10-07 22:42:06 +02: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