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

    Исходный пакет: python-module-nulltype
    Версия: 2.1.6-alt1.1.1
    Собран:  15 марта 2016 г. 9:21 в задании #161295
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/nulltype

    Лицензия: ASLv2.0
    О пакете: Null values and sentinels like, but not, None
    Описание: 
    Helps define "null" values and sentinels parallel to, but different
    from, None.
    
    None is a great sentinel value and a classic implementation of the null
    object pattern.
    
    But there are times that you need more than one nullish value to
    represent different aspects of emptiness. "Nothing there" is logically
    different from "undefined," "prohibited," "end of data" and other kinds
    of null.
    
    The core function of nulltype is representing emptiness and falsity in a
    way that doesn't overload None (or False, 0, {}, [], "", or any of the
    other possible "there's nothing here!" values). It helps create
    designated identifiers with specific meanings such as Passthrough,
    Prohibited, and Undefined.

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

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


      1. python3-module-pytest
      2. python3-module-tox
      3. python3-module-virtualenv
      4. rpm-build-python3
      5. python-module-tox
      6. time
      7. python-module-virtualenv

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


    13 марта 2016 г. Ivan Zakharyaschev 2.1.6-alt1.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    28 января 2016 г. Mikhail Efremov 2.1.6-alt1.1
    - NMU: Use buildreq for BR.
    12 августа 2015 г. Eugeny A. Rostovtsev 2.1.6-alt1
    - Initial build for Sisyphus