14
0
Denisart Benjamin
2015-04-23 09:37:26 +00:00
committed by Git OBS Bridge
parent 851c699b0c
commit 71591c8402

View File

@@ -37,9 +37,13 @@ BuildArch: noarch
%endif %endif
%description %description
A quick single file library for easily adding evaluatable expressions into python projects. Say you want to allow a user to set an alarm volume, which could depend on the time of day, alarm level, how many previous alarms had gone off, and if there is music playing at the time. A quick single file library for easily adding evaluatable expressions
into python projects. Say you want to allow a user to set an alarm volume,
which could depend on the time of day, alarm level, how many previous alarms
had gone off, and if there is music playing at the time.
Or if you want to allow simple formulae in a web application, but dont want to give full eval() access, or dont want to run in javascript on the client side. Or if you want to allow simple formulare in a web application, but dont want
to give full eval() access, or dont want to run in javascript on the client side.
%prep %prep
%setup -q -n %{modname}-%{version} %setup -q -n %{modname}-%{version}
@@ -55,6 +59,7 @@ rm -rf %{buildroot}%{python_sitelib}/%{mod2nam}/*.exe # Remove unneeded files
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog