15
0

Accepting request 208061 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/208061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect?expand=0&rev=10
This commit is contained in:
Denisart Benjamin
2013-11-23 18:15:20 +00:00
committed by Git OBS Bridge
parent 93951f01cf
commit b6cca7829d
4 changed files with 27 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: python-cssselect
Version: 0.8
Version: 0.9.1
Release: 0
Summary: CSS3 selectors for Python
License: BSD-3-Clause
@@ -45,7 +45,7 @@ extracted as a stand-alone project.
sed -i '/#!\/usr\/bin\/env python/d' cssselect/tests.py
%build
CFLAGS="%{optflags}" python setup.py build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -53,6 +53,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc LICENSE
%doc README.rst LICENSE CHANGES AUTHORS
%changelog