From cc9769402f9394e8ae31723575f839ce45529ba8 Mon Sep 17 00:00:00 2001 From: Poltern <2363951+Poltern@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:51:31 +0500 Subject: [PATCH] Added setuptools-68.2.2. --- appendices/dependencies.xml | 51 ++++++++++++++++++++++---- chapter01/changelog.xml | 5 ++- chapter01/whatsnew.xml | 6 ++++ chapter03/packages.xml | 9 +++++ chapter08/chapter08.xml | 1 + chapter08/setuptools.xml | 71 +++++++++++++++++++++++++++++++++++++ packages.ent | 8 +++++ 7 files changed, 143 insertions(+), 8 deletions(-) create mode 100644 chapter08/setuptools.xml diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index de4db96..5caed73 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1498,7 +1498,7 @@ &dependencies; - MarkupSafe и Python + MarkupSafe, Python, Setuptools и Wheel @@ -2059,7 +2059,7 @@ Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext, Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Pkgconf, Sed, - Systemd, и Xz + Systemd и Xz @@ -2138,7 +2138,7 @@ &dependencies; - Python + Python, Setuptools и Wheel @@ -2176,7 +2176,7 @@ &dependencies; - Ninja и Python + Ninja, Python, Setuptools и Wheel @@ -2738,6 +2738,44 @@ + + Setuptools + + + &dependencies; + + Python и Wheel + + + + + &runtime; + + Python + + + + + &testsuites; + + Набор тестов недоступен + + + + + &before; + + Jinja2, MarkupSafe и Meson + + + + + &external; + + Нет + + + Shadow @@ -3213,7 +3251,7 @@ - wheel + Wheel &dependencies; @@ -3240,8 +3278,7 @@ &before; - Нет - Jinja2 + Jinja2, MarkupSafe, Meson и Setuptools diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 79bed26..5dbdcf4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -77,7 +77,10 @@ [bdubbs] - Update to Python-3.12.0. Fixes #5357. - + + [bdubbs] - Add setuptools-68.2.2. Fixes + #5358. + diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 41cc288..8405bae 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -223,6 +223,9 @@ + Shadow-&shadow-version; @@ -285,6 +288,9 @@ Добавлены: + + setuptools-&setuptools-version; + &glibc-upstream-fixes-patch; diff --git a/chapter03/packages.xml b/chapter03/packages.xml index e70bb99..13690dc 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -668,6 +668,15 @@ + + Setuptools (&setuptools-version;) - &setuptools-size;: + + Домашняя страница: + Ссылка на загрузку: + Контрольная сумма MD5: &setuptools-md5; + + + Shadow (&shadow-version;) - &shadow-size;: diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml index c190c6b..fb56d3a 100644 --- a/chapter08/chapter08.xml +++ b/chapter08/chapter08.xml @@ -65,6 +65,7 @@ + diff --git a/chapter08/setuptools.xml b/chapter08/setuptools.xml new file mode 100644 index 0000000..367efbb --- /dev/null +++ b/chapter08/setuptools.xml @@ -0,0 +1,71 @@ + + + %general-entities; +]> + + + + + + setuptools + &setuptools-version; +
&setuptools-url;
+
+ + Setuptools-&setuptools-version; + + + Setuptools + + + + + + <para>Пакет Setuptools это инструмент, используемый для загрузки, сборки, установки, + обновления и удаления пакетов Python.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + <seglistitem> + <seg>&setuptools-fin-sbu;</seg> + <seg>&setuptools-fin-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Установка пакета Setuptools + + Соберите пакет: + +pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD + + Установите пакет: + +pip3 install --no-index --find-links dist setuptools + + + + Содержимое пакета Setuptools + + + Созданные каталоги + + + + /usr/lib/python&python-minor;/site-packages/_distutils_hack, + /usr/lib/python&python-minor;/site-packages/pkg_resources, + /usr/lib/python&python-minor;/site-packages/setuptools, and + /usr/lib/python&python-minor;/site-packages/setuptools-&setuptools-version;.dist-info + + + + + + +
+ diff --git a/packages.ent b/packages.ent index 32c423b..8eba873 100644 --- a/packages.ent +++ b/packages.ent @@ -628,6 +628,14 @@ + + + + + + + +