forked from pool/python-lesscpy
- Update to version 0.9h
- Run testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lesscpy?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
5ff4f86fd3
commit
047e8039d9
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:295af5c4bae44a96a87a25cb98252242e89afb9a9c9571e71fdd1c2884dca30a
|
||||
size 19797
|
||||
3
lesscpy-0.9h.tar.gz
Normal file
3
lesscpy-0.9h.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:423f070ff75fa872f1234c62cda34113f9d4a306d790775935393f2ecf271a27
|
||||
size 31209
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 13:20:57 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.9h
|
||||
- Run testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 29 12:25:36 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lesscpy
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: python-lesscpy
|
||||
Version: 0.6
|
||||
Version: 0.9h
|
||||
Release: 0
|
||||
Url: https://github.com/robotis/lesscpy
|
||||
Summary: Lesscss compiler
|
||||
@@ -25,6 +25,8 @@ Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
# Test requirements:
|
||||
BuildRequires: python-ply
|
||||
Requires: python-ply
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@@ -51,12 +53,13 @@ python setup.py build
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
#python lesscpy/test/__main__.py # Sigh!
|
||||
python lesscpy/test/__main__.py # Sigh!
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%doc LICENSE README
|
||||
%{_bindir}/lesscpy
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/lesscpy
|
||||
%{python_sitelib}/lesscpy-%{version}-py%{py_ver}.egg-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user