Пакет python-module-which: Информация

    Исходный пакет: python-module-which
    Версия: 1.1.0-alt1.1
    Собран:  17 марта 2016 г. 5:47 в задании #161349
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/which/

    Лицензия: MIT
    О пакете: A portable GNU which replacement implemented in Python
    Описание: 
    which.py is a small GNU-which replacement. It has the following
    features:
    
    * it is portable (Windows, Linux, Mac OS X, Un*x);
    * it understands PATHEXT and "App Paths" registration on Windows (i.e.
      it will find everything that start does from the command shell);
    * it can print all matches on the PATH;
    * it can note "near misses" on the PATH (e.g. files that match but may
      not, say, have execute permissions); and
    * it can be used as a Python module.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-which (noarch)
    python3-module-which (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Ivan Zakharyaschev
    Eugeny A. Rostovtsev

      1. python3-devel
      2. rpm-build-python3
      3. python-devel
      4. python-tools-2to3

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


    13 марта 2016 г. Ivan Zakharyaschev 1.1.0-alt1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    17 сентября 2013 г. Eugeny A. Rostovtsev 1.1.0-alt1
    - Initial build for Sisyphus