From a75863b97ab0667b95de058a62377d00c0dcd793 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mar 14 2015 08:43:37 +0000 Subject: 2015-03-14: Retired bacause of broken deps: unresolved dependencies for python-sphinx-theme-flask-git20130715.1cc4468-2.el5.noarch: python-sphinx --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4a406bf..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*~ -*.rpm -*.tar* -results_*/ diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..1277a91 --- /dev/null +++ b/dead.package @@ -0,0 +1,4 @@ +2015-03-14: Retired bacause of broken deps: +unresolved dependencies for python-sphinx-theme-flask-git20130715.1cc4468-2.el5.noarch: +python-sphinx + diff --git a/python-sphinx-theme-flask.spec b/python-sphinx-theme-flask.spec deleted file mode 100644 index 622da61..0000000 --- a/python-sphinx-theme-flask.spec +++ /dev/null @@ -1,95 +0,0 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} - -%global upname flask-sphinx-themes -%global commitdate 20130715 -%global commit 1cc44686f0f9dad27cce2c9d16cf42f97bc87dbd -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - -Name: python-sphinx-theme-flask -Version: git%{commitdate}.%{shortcommit} -Release: 2%{?dist} -Summary: Sphinx Themes for Flask related projects and Flask itself -%{?el5:Group: Applications/Publishing} - -License: BSD -URL: https://github.com/mitsuhiko/%{upname} -Source0: %{url}/archive/%{commit}/%{name}-%{version}.tar.gz - -%{?el5:BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)} -BuildArch: noarch -BuildRequires: python2-devel - -%if 0%{?fedora} || 0%{?rhel} >= 7 -BuildRequires: python3-devel -%endif - -Requires: python-sphinx - -%description -%{name} contains -%{summary}. - -The following themes exist: - - * flask - the standard flask documentation theme for large projects - * flask_small - small one-page theme. Intended to be used by very small -addon libraries for flask. - - -%if 0%{?fedora} || 0%{?rhel} >= 7 -%package -n python3-sphinx-theme-flask -Summary: Sphinx Themes for Flask related projects and Flask itself -Requires: python3-sphinx - -%description -n python3-sphinx-theme-flask -%{name} contains -%{summary}. - -The following themes exist: - - * flask - the standard flask documentation theme for large projects - * flask_small - small one-page theme. Intended to be used by very small -addon libraries for flask. -%endif - - -%prep -%setup -qn %{upname}-%{commit} - - -%build -#noop - - -%install -%{?el5:rm -rf %{buildroot}} -mkdir -p %{buildroot}%{python_sitelib}/sphinx/themes -cp -pr flask* %{buildroot}%{python_sitelib}/sphinx/themes - -%if 0%{?fedora} || 0%{?rhel} >= 7 -mkdir -p %{buildroot}%{python3_sitelib}/sphinx/themes -cp -pr flask* %{buildroot}%{python3_sitelib}/sphinx/themes -%endif - - -%clean -%{?el5:rm -rf %{buildroot}} - - -%files -%doc LICENSE README -%{python_sitelib}/sphinx/themes/* - -%if 0%{?fedora} || 0%{?rhel} >= 7 -%files -n python3-sphinx-theme-flask -%doc LICENSE README -%{python3_sitelib}/sphinx/themes/* -%endif - - -%changelog -* Mon Aug 12 2013 Björn Esser - git20130715.1cc4468-2 -- added python3-package - -* Mon Aug 12 2013 Björn Esser - git20130715.1cc4468-1 -- Initial rpm release (#996061) diff --git a/sources b/sources deleted file mode 100644 index 74b2052..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -640fed19f9f421015acdcd81bdbded02 python-sphinx-theme-flask-git20130715.1cc4468.tar.gz