diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a451fb2..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/cornice_sphinx-0.3.tar.gz diff --git a/0000-Don-t-install-the-tests.patch b/0000-Don-t-install-the-tests.patch deleted file mode 100644 index 4853d62..0000000 --- a/0000-Don-t-install-the-tests.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 13df77a3c1118782f7ef0316eca19e16a1e1c091 Mon Sep 17 00:00:00 2001 -From: Randy Barlow -Date: Wed, 20 Dec 2017 13:20:21 -0500 -Subject: [PATCH] Don't install the tests. - -Signed-off-by: Randy Barlow ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index d4b35b2..449fc06 100755 ---- a/setup.py -+++ b/setup.py -@@ -28,7 +28,7 @@ setup(name='cornice_sphinx', - author='Mozilla Services and contributors', - author_email='services-dev@mozilla.org', - url='https://github.com/Cornices/cornice.ext.sphinx', -- packages=find_packages(), -+ packages=find_packages(exclude=('tests', 'tests.*')), - include_package_data=True, - zip_safe=False, - install_requires=requires, --- -2.9.5 - diff --git a/0001-Fix-compatibility-with-Sphinx-2.1.patch b/0001-Fix-compatibility-with-Sphinx-2.1.patch deleted file mode 100644 index 61ed744..0000000 --- a/0001-Fix-compatibility-with-Sphinx-2.1.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 487417bd15da1a1c02dc0dff15409402af20b95f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= -Date: Thu, 25 Jul 2019 16:56:31 +0200 -Subject: [PATCH] Fix compatibility with Sphinx >= 2.1 - -Workaround https://github.com/sphinx-doc/sphinx/issues/6474 ---- - cornice_sphinx/__init__.py | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/cornice_sphinx/__init__.py b/cornice_sphinx/__init__.py -index c26d4c7..662ee43 100644 ---- a/cornice_sphinx/__init__.py -+++ b/cornice_sphinx/__init__.py -@@ -71,6 +71,9 @@ class ServiceDirective(Directive): - super(ServiceDirective, self).__init__(*args, **kwargs) - self.env = self.state.document.settings.env - -+ def get_field_type_map(self): -+ return {} -+ - def run(self): - app_name = self.options.get('app') - if app_name: --- -2.21.0 - diff --git a/README.md b/README.md deleted file mode 100644 index 2f9a971..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-cornice-sphinx - -The python-cornice-sphinx package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/python-cornice-sphinx.spec b/python-cornice-sphinx.spec deleted file mode 100644 index 48af8ac..0000000 --- a/python-cornice-sphinx.spec +++ /dev/null @@ -1,125 +0,0 @@ -%global module cornice_sphinx -%global desc Automatically generates Sphinx documentation for Cornice web services. - -Name: python-cornice-sphinx -Epoch: 1 -Version: 0.3 -Release: 20%{?dist} -BuildArch: noarch - -License: ASL 2.0 and MPLv2.0 -Summary: Cornice extension to generate Sphinx docs -URL: https://github.com/Cornices/cornice.ext.sphinx -Source0: %{url}/archive/%{version}/%{module}-%{version}.tar.gz -# https://github.com/Cornices/cornice.ext.sphinx/pull/14 -Patch0: 0000-Don-t-install-the-tests.patch -# Workaound https://github.com/sphinx-doc/sphinx/issues/6474 -Patch1: 0001-Fix-compatibility-with-Sphinx-2.1.patch - - -BuildRequires: %{py3_dist cornice} >= 3 -BuildRequires: %{py3_dist docutils nose setuptools sphinx mock} -BuildRequires: python3-devel - - -%description -%{desc} - - -%package -n python3-cornice-sphinx -Summary: %{summary} - -Requires: %{py3_dist cornice} >= 3 -Requires: %{py3_dist docutils sphinx} - -%{?python_provide:%python_provide python3-cornice-sphinx} - - -%description -n python3-cornice-sphinx -%{desc} - - -%prep -%autosetup -p1 -n cornice.ext.sphinx-%{version} - - -%build -%py3_build - - -%install -%py3_install - - -%check -# https://github.com/Cornices/cornice.ext.sphinx/issues/19 -PYTHONPATH="." nosetests-3 --exclude test_string_validator_resolved - - -%files -n python3-cornice-sphinx -%license LICENSE -%doc README.rst -%{python3_sitelib}/%{module}* - - -%changelog -* Fri Jul 22 2022 Fedora Release Engineering - 1:0.3-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jun 17 2022 Python Maint - 1:0.3-19 -- Rebuilt for Python 3.11 - -* Fri Jan 21 2022 Fedora Release Engineering - 1:0.3-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1:0.3-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 1:0.3-16 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 1:0.3-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1:0.3-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon May 25 2020 Miro Hrončok - 1:0.3-13 -- Rebuilt for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 1:0.3-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 1:0.3-11 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 1:0.3-10 -- Rebuilt for Python 3.8 - -* Thu Jul 25 2019 Aurelien Bompard - 1:0.3-9 -- Add patch to work around https://github.com/sphinx-doc/sphinx/issues/6474 - -* Sat Feb 02 2019 Fedora Release Engineering - 1:0.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Dec 03 2018 Miro Hrončok - 1:0.3-7 -- Subpackage python2-cornice-sphinx has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Fri Jul 13 2018 Fedora Release Engineering - 1:0.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Jun 18 2018 Miro Hrončok - 1:0.3-5 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 1:0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Dec 21 2017 Randy Barlow - 0.3-3 -- Raise the epoch to 1. - -* Thu Dec 21 2017 Randy Barlow - 0.3-2 -- Use fancy new py2_dist and py3_dist macros. - -* Wed Dec 20 2017 Randy Barlow - 0.3-1 -- Initial release (#1528008). diff --git a/sources b/sources deleted file mode 100644 index d91c95d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (cornice_sphinx-0.3.tar.gz) = 62fdff8eadded0516f7fd313470dcc8751233f5356d2e924b94f728f24e2658c77ff3673166259d7aa95f62b1e72c79c88f252d92eaa12a63ce61f3ca9c599e8