Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37399887
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: cssmin

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name:       cssmin
Version:    0.2.0
Release:    alt2
BuildArch:  noarch

License:    BSD
Group:      Development/Python
Summary:    A Python port of the YUI CSS compression algorithm.

Url:        https://github.com/zacharyvoase/cssmin
Source:     %name-%version.tar

Requires: python-module-%name


%description
A Python port of the YUI CSS compression algorithm.

%package -n python-module-%name
Group:      Development/Python
Summary:    Python module for cssmin.
BuildArch:  noarch

%description -n python-module-%name
A Python port of the YUI CSS compression algorithm.

Package contains python module for %name.

%prep
%setup

%build
%python_build

%install
%python_install

%files
%doc LICENSE README.*
%_bindir/%name

%files -n python-module-%name
%python_sitelibdir/*


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin