Пакет tests-for-installed-python3-pkgs: Информация

  • Default inline alert: Версия в репозитории: 0.1.25-alt1

Бинарный пакет: tests-for-installed-python3-pkgs
Версия: 0.1.19-alt1
Архитектура: noarch
Собран:  19 июля 2022 г. 22:39 в задании #301407
Исходный пакет: rpm-build-python3
Сообщить об ошибке в пакете
Домашняя страница: 

Лицензия: GPLv2+
О пакете: Tests that can be run to test any installed Python3 package
Описание: 
The included scripts are primarily to be run by package maintainers
(or automated testing systems) to test any Python3 package
in an environment where it has been installed by RPM.

Contents:

* check-python3-provs-importable -- a script to test installed Python3 packages
* py3-* -- helper scripts (for such tests)

Example:

apt-repo --hsh-apt-config="$HOME"/.hasher/sisyphus/apt.conf test NNNNNN python3-module-FOOBAR \
&& hsh-run /usr/lib/rpm/check-python3-provs-importable python3-module-FOOBAR; echo $?

will report which modules provided by python3-module-FOOBAR are not importable
(if any) in the minimal environment. This is a packaging error if there are any.

Сопровождающий: Python Development Team


Последнее изменение


15 апреля 2022 г. Stanislav Levin 0.1.19-alt1
- Added support for PEP517/518 projects (closes: #39907).
- Added support for tox.
6 сентября 2021 г. Daniel Zagaynov 0.1.18-alt1
- python3.req.py:
  + replaced symbol and parser uses with ast.
30 апреля 2021 г. Dmitry V. Levin 0.1.17-alt1
- python3.{prov,req}.files:
  + removed redundant text file check;
  + print diagnostics about skipped unknown .py files.