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

    Исходный пакет: python3-module-simplegeneric
    Версия: 0.8.1-alt5
    Последняя версия по данным Repology
    Собран:  15 октября 2024 г. 18:35 в задании #359850
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/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)

    Сопровождающий: Stanislav Levin


    Права:
    Grigory Ustinov
    @python

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. rpm-build-python3
      4. unzip

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


    15 октября 2024 г. Stanislav Levin 0.8.1-alt5
    - Migrated from removed setuptools' test command (see #50996).
    2 марта 2023 г. Anton Vyatkin 0.8.1-alt4
    - (NMU) Fix BuildRequires, drop 2to3
    16 июня 2022 г. Grigory Ustinov 0.8.1-alt3
    - Fixed FTBFS.