From 4e9ca632fa4e39789ac5bc43f6d082a05019be3053778db3175a0477a36e57bc Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 17 Jun 2013 12:54:11 +0000 Subject: [PATCH] Python3 moved to devel:languages:python3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-issuetracker?expand=0&rev=5 --- python-sphinxcontrib-issuetracker.spec | 9 ++-- python3-sphinxcontrib-issuetracker.changes | 5 -- python3-sphinxcontrib-issuetracker.spec | 59 ---------------------- 3 files changed, 5 insertions(+), 68 deletions(-) delete mode 100644 python3-sphinxcontrib-issuetracker.changes delete mode 100644 python3-sphinxcontrib-issuetracker.spec diff --git a/python-sphinxcontrib-issuetracker.spec b/python-sphinxcontrib-issuetracker.spec index 6ae6e7e..372e331 100644 --- a/python-sphinxcontrib-issuetracker.spec +++ b/python-sphinxcontrib-issuetracker.spec @@ -11,10 +11,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-sphinxcontrib-issuetracker Version: 0.10.1 Release: 0 @@ -24,12 +25,12 @@ License: BSD-2-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/s/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-Sphinx BuildRequires: python-devel BuildRequires: python-distribute -BuildRequires: python-requests -BuildRequires: python-Sphinx -Requires: python-requests +BuildRequires: python-requests Requires: python-Sphinx +Requires: python-requests %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else diff --git a/python3-sphinxcontrib-issuetracker.changes b/python3-sphinxcontrib-issuetracker.changes deleted file mode 100644 index 6e2d9ae..0000000 --- a/python3-sphinxcontrib-issuetracker.changes +++ /dev/null @@ -1,5 +0,0 @@ -------------------------------------------------------------------- -Tue Jan 15 19:40:46 UTC 2013 - p.drouand@gmail.com - -- Initial python3 support - diff --git a/python3-sphinxcontrib-issuetracker.spec b/python3-sphinxcontrib-issuetracker.spec deleted file mode 100644 index 324b9ae..0000000 --- a/python3-sphinxcontrib-issuetracker.spec +++ /dev/null @@ -1,59 +0,0 @@ -# -# spec file for package python3-sphinxcontrib-issuetracker -# -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. -# -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -Name: python3-sphinxcontrib-issuetracker -Version: 0.10.1 -Release: 0 -Url: http://packages.python.org/sphinxcontrib-issuetracker -Summary: Sphinx integration with different issuetrackers -License: BSD-2-Clause -Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/s/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python3 -BuildRequires: python3-devel -BuildRequires: python3-distribute -BuildRequires: python3-requests -BuildRequires: python3-Sphinx -Requires: python3-requests -Requires: python3-Sphinx -BuildArch: noarch - -%description -A Sphinx extension to reference issues in issue trackers, either explicitly -with an "issue" role or optionally implicitly by issue ids like ``#10`` in -plaintext. - -%prep -%setup -q -n sphinxcontrib-issuetracker-%{version} - -%build -python3 setup.py build -#cd doc && make html && rm -r _build/html/.buildinfo # Build HTML documentation - -%install -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} - -%check -python3 setup.py test - -%files -%defattr(-,root,root,-) -%doc CREDITS LICENSE README.rst CHANGES.rst -%{python3_sitelib}/* - -%changelog