Name: python-markupsafe Version: 0.23 Release: 2mamba Summary: Implements a XML/HTML/XHTML Markup safe string for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: openmamba WebBuild System URL: https://github.com/mitsuhiko/markupsafe Source: https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n MarkupSafe-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --single-version-externally-managed \ --record=%{name}.filelist #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc AUTHORS LICENSE README.rst %changelog * Fri Aug 12 2016 Silvan Calarco 0.23-2mamba - -py3 package build support * Thu May 22 2014 Automatic Build System 0.23-1mamba - automatic version update by autodist * Wed Apr 23 2014 Automatic Build System 0.21-1mamba - automatic version update by autodist * Sun Mar 16 2014 Automatic Build System 0.19-1mamba - automatic update by autodist * Wed Aug 07 2013 openmamba WebBuild System 0.18-1mamba - update to 0.18 * Sun Feb 06 2011 gil 0.11-2mamba - rebuilt devel * Tue Nov 09 2010 gil 0.11-1mamba - package created by autospec