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

    Бинарный пакет: tests-for-installed-python3-pkgs
    Версия: 0.1.25-alt1
    Архитектура: noarch
    Собран:  9 апреля 2024 г. 14:34 в задании #344685
    Исходный пакет: 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


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


    8 апреля 2024 г. Daniel Zagaynov 0.1.25-alt1
    - Implement %python3_fix_shebang macro (thx to vt) (closes #49815).
    5 октября 2023 г. Daniel Zagaynov 0.1.24-alt2
    - python3.req.files:used quotes for test argument (closes #47847)
    30 августа 2023 г. Daniel Zagaynov 0.1.24-alt1
    - Fixed prefixes forming for python3.prov.py and python3.req.py