Name: python-ordereddict Version: 1.1 Release: 3mamba Summary: A drop-in substitute for Py2.7's new collections.OrderedDict Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/ordereddict Source: https://pypi.debian.net/ordereddict/ordereddict-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildArch: noarch %description A drop-in substitute for Py2.7's new collections.OrderedDict. %if "%{?with_pyver}" %pyver_package %endif %prep %setup -q -n ordereddict-%{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} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %{python_sitearch}/ordereddict-%{version}-py*.egg-info %doc LICENSE %changelog * Sat Apr 03 2021 Silvan Calarco 1.1-3mamba - rebuilt with distdeps * Fri May 17 2013 Silvan Calarco 1.1-2mamba - python 2.7 mass rebuild * Mon Mar 26 2012 Silvan Calarco 1.1-1mamba - package created by autospec