commit be7c52aacc2fef2b81fa88950988c31bb668c47fa31e23bce7ab58835b66f58f Author: Thomas Bechtold Date: Wed Jul 6 09:48:15 2016 +0000 Accepting request 406818 from home:aplanas:branches:devel:languages:python New dependency for python-django_compress 2.0 OBS-URL: https://build.opensuse.org/request/show/406818 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rcssmin?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-rcssmin.changes b/python-rcssmin.changes new file mode 100644 index 0000000..32c5e2e --- /dev/null +++ b/python-rcssmin.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Jul 5 09:08:11 UTC 2016 - aplanas@suse.com + +- Add initial version of rCSSmin 1.0.6 + diff --git a/python-rcssmin.spec b/python-rcssmin.spec new file mode 100644 index 0000000..81ee8d3 --- /dev/null +++ b/python-rcssmin.spec @@ -0,0 +1,60 @@ +# +# spec file for package python-rcssmin +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: python-rcssmin +Version: 1.0.6 +Release: 0 +Summary: RCSSmin is a CSS minifier written in python +License: Apache-2.0 +Group: Development/Languages/Python +Url: http://opensource.perlig.de/rcssmin/ +Source: https://pypi.io/packages/source/r/rcssmin/rcssmin-%{version}.tar.gz +BuildRequires: python-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%py_requires + +%description +rCSSmin is a CSS minifier written in python. + +The minifier is based on the semantics of the YUI compressor, which +itself is based on the rule list by Isaac Schlueter. + +This module is a re-implementation aiming for speed instead of maximum +compression, so it can be used at runtime (rather than during a +preprocessing step). rCSSmin does syntactical compression only +(removing spaces, comments and possibly semicolons). It does not +provide semantic compression (like removing empty blocks, collapsing +redundant properties etc). It does, however, support various CSS hacks +(by keeping them working as intended). + +%prep +%setup -q -n rcssmin-%{version} + +%build +python setup.py build + +%install +python setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%defattr(-,root,root,-) +%doc LICENSE README.rst +%{_datadir}/doc/rcssmin +%{python_sitearch}/* + +%changelog diff --git a/rcssmin-1.0.6.tar.gz b/rcssmin-1.0.6.tar.gz new file mode 100644 index 0000000..e26eea2 --- /dev/null +++ b/rcssmin-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270 +size 582894