From 52102c51d2a16a62d7e27c6fa9c6ae845307a07e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sep 10 2018 16:41:02 +0000 Subject: Retired for py2 migration https://bugzilla.redhat.com/show_bug.cgi?id=1627363 --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4aad9df..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/zope.structuredtext-3.5.1.tar.gz -/zope.structuredtext-4.1.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e538976 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retired for py2 migration https://bugzilla.redhat.com/show_bug.cgi?id=1627363 diff --git a/python-zope-structuredtext.spec b/python-zope-structuredtext.spec deleted file mode 100644 index e3f73fa..0000000 --- a/python-zope-structuredtext.spec +++ /dev/null @@ -1,167 +0,0 @@ -%if 0%{?fedora} -%global with_python3 1 -%endif - -%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%endif -%global modname zope.structuredtext - -Summary: StructuredText parser -Name: python-zope-structuredtext -Version: 4.1.0 -Release: 10%{?dist} -Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz -License: ZPLv2.1 -Group: Development/Libraries -BuildArch: noarch -URL: http://pypi.python.org/pypi/zope.structuredtext - -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-sphinx - -%if 0%{?with_python3} -BuildRequires: python3-devel -BuildRequires: python3-setuptools -%endif - -%description -This package provides a parser and renderers for the classic Zope -"structured text" markup dialect (STX). STX is a plain text markup in -which document structure is signaled primarily by indentation - -%package -n python2-zope-structuredtext -Summary: StructuredText parser -%{?python_provide:%python_provide python2-zope-structuredtext} - -Requires: python2 - -%description -n python2-zope-structuredtext -This package provides a parser and renderers for the classic Zope -"structured text" markup dialect (STX). STX is a plain text markup in -which document structure is signaled primarily by indentation - -%if 0%{?with_python3} -%package -n python3-zope-structuredtext -Summary: StructuredText parser -%{?python_provide:%python_provide python3-zope-structuredtext} - -Requires: python3 - -%description -n python3-zope-structuredtext -This package provides a parser and renderers for the classic Zope -"structured text" markup dialect (STX). STX is a plain text markup in -which document structure is signaled primarily by indentation -%endif - -%prep -%setup -q -n %{modname}-%{version} - -%build -%py2_build -pushd docs -PYTHONPATH=../src make html -popd -%if 0%{?with_python3} -%py3_build -%endif - -%install -%py2_install -%if 0%{?with_python3} -%py3_install -%endif - -# Clean up the documentation -mv docs/_build/html . -rm -rf html/.buildinfo - -%check -%{__python2} setup.py test -%if 0%{?with_python3} -%{__python3} setup.py test -%endif - -%files -n python2-zope-structuredtext -%doc CHANGES.rst README.rst TODO.txt COPYRIGHT.txt html/ -%license LICENSE.txt -%{python2_sitelib}/zope/structuredtext/ -# Co-own %%{python2_sitelib}/zope/ -%dir %{python2_sitelib}/zope/ -# exclude the tests and data needed only for tests -%exclude %{python2_sitelib}/zope/structuredtext/tests.py* -%exclude %{python2_sitelib}/zope/structuredtext/regressions/ -%{python2_sitelib}/%{modname}-*.egg-info -%{python2_sitelib}/%{modname}-*-nspkg.pth - -%if 0%{?with_python3} -%files -n python3-zope-structuredtext -%doc CHANGES.rst README.rst TODO.txt COPYRIGHT.txt html/ -%license LICENSE.txt -%{python3_sitelib}/zope/structuredtext/ -# Co-own %%{python3_sitelib}/zope/ -%dir %{python3_sitelib}/zope/ -# exclude the tests and data needed only for tests -%exclude %{python3_sitelib}/zope/structuredtext/tests.py* -%exclude %{python3_sitelib}/zope/structuredtext/regressions/ -%{python3_sitelib}/%{modname}-*.egg-info -%{python3_sitelib}/%{modname}-*-nspkg.pth -%endif - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 4.1.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 4.1.0-9 -- Rebuilt for Python 3.7 - -* Mon Feb 12 2018 Iryna Shcherbina - 4.1.0-8 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 4.1.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 4.1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 4.1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 4.1.0-4 -- Rebuild for Python 3.6 - -* Tue Jul 19 2016 Fedora Release Engineering - 4.1.0-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Tue Apr 05 2016 Ralph Bean - 4.1.0-2 -- Add a python3 subpackage. -- Modernize python macros. - -* Tue Apr 05 2016 Ralph Bean - 4.1.0-1 -- Latest upstream. - -* Thu Feb 04 2016 Fedora Release Engineering - 3.5.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering - 3.5.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 3.5.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 3.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 3.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Mar 12 2012 Robin Lee - 3.5.1-1 -- Update to 3.5.1 - -* Thu Sep 23 2010 Robin Lee - 3.5.0-2 -- Review request submitted - -* Thu Jun 17 2010 Robin Lee - 3.5.0-1 -- Initial packaging diff --git a/sources b/sources deleted file mode 100644 index 53a34d3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -43ec3d474f97f0043ca7c22f52bade73 zope.structuredtext-4.1.0.tar.gz