%global modname zope.fixers Summary: 2to3 fixers for Zope Name: python3-%(echo %{modname} | sed -r 's|\.|-|g') Version: 1.1.2 Release: 8%{?dist} Source0: http://pypi.python.org/packages/source/%(echo %{modname} | sed -r 's|^(.).*|\1|')/%{modname}/%{modname}-%{version}.zip License: ZPLv2.1 Group: Development/Libraries BuildArch: noarch URL: http://svn.zope.org/zope.fixers/ BuildRequires: python3-devel BuildRequires: python3-setuptools %description Fixers for Zope Component Architecture and the frameworks built with it. Currently, there is only one fixer, fix_implements. This fixer will change all uses of implements(IFoo) in a class body to the class decorator @implementer(IFoo), which is the most likely Python 3 syntax for zope.interfaces implements statements. %prep %setup -q -n %{modname}-%{version} %build %{__python3} setup.py build %install %{__python3} setup.py install --root=$RPM_BUILD_ROOT %check %{__python3} setup.py test %files %doc CHANGES.txt README.txt ZPL.txt %{python3_sitelib}/%(echo %{modname} | sed -r 's|\.|/|g') %dir %{python3_sitelib}/zope/ %{python3_sitelib}/%{modname}-*.egg-info %{python3_sitelib}/%{modname}-*-nspkg.pth %{_bindir}/zope-2to3 %changelog * Tue Jul 19 2016 Fedora Release Engineering - 1.1.2-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.1.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 1.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 1.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 1.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 27 2014 Kalev Lember - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sun Aug 04 2013 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Feb 25 2013 Ralph Bean - 1.1.2-1 - Latest upstream. - Removed defattr. - docs are no longer shipped by upstream. - Packaged new zope-2to3 executable. * Thu Feb 14 2013 Fedora Release Engineering - 1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Aug 04 2012 David Malcolm - 1.0-4 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Apr 25 2012 Robin Lee - 1.0-2 - Add check section * Thu Sep 2 2010 Robin Lee - 1.0-1 - Initial packaging