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

    Исходный пакет: python-module-CleverCSS
    Версия: 0.1-alt3.1.1
    Собран:  14 марта 2016 г. 2:01 в задании #161283
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/CleverCSS/

    Лицензия: GPL
    О пакете: Funky css preprocessor dammit
    Описание: 
    CleverCSS is a small markup language for CSS inspired by Python that can
    be used to build a style sheet in a clean and structured way. In many
    ways it's cleaner and more powerful than CSS2 is.
    
    The most obvious difference to CSS is the syntax: it is indentation
    based and not flat. While this is obviously against the Python Zen, it's
    nonetheless a good idea for structural styles.

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

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


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

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


    13 марта 2016 г. Ivan Zakharyaschev 0.1-alt3.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    27 января 2016 г. Mikhail Efremov 0.1-alt3.1
    - NMU: Use buildreq for BR.
    15 апреля 2013 г. Eugeny A. Rostovtsev 0.1-alt3
    - Use 'find... -exec...' instead of 'for ... $(find...'