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

    Исходный пакет: python3-module-simplegeneric
    Версия: 0.8.1-alt4
    Последняя версия по данным Repology
    Собран:  2 марта 2023 г. 16:48 в задании #316097
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://cheeseshop.python.org/pypi/simplegeneric

    Лицензия: Python or ZPLv2.1
    О пакете: Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
    Описание: 
    The simplegeneric module lets you define simple single-dispatch generic
    functions, akin to Python's built-in generic functions like len(), iter() and
    so on. However, instead of using specially-named methods, these generic
    functions use simple lookup tables, akin to those used by e.g. pickle.dump()
    and other generic functions found in the Python standard library.

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

    Сопровождающий: Anton Vyatkin


    Права:
    Grigory Ustinov
    @python

      1. rpm-build-python3
      2. python3-module-setuptools
      3. unzip

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


    2 марта 2023 г. Anton Vyatkin 0.8.1-alt4
    - (NMU) Fix BuildRequires, drop 2to3
    16 июня 2022 г. Grigory Ustinov 0.8.1-alt3
    - Fixed FTBFS.
    26 июля 2021 г. Grigory Ustinov 0.8.1-alt2
    - Drop python2 support.