till pushed to python-TestGears (el5). "2015-05-21: Retired orphaned package, because it was orphaned for more than six weeks. (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 17:17:18 UTC 2015


From e6f7df46bafa24eb93234bf39d2e3a4b57f282fb Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Thu, 21 May 2015 19:17:03 +0200
Subject: 2015-05-21: Retired orphaned package, because it was orphaned for
 more than six weeks. Reference: https://fedorahosted.org/epel/ticket/7


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 4bc46e3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-TestGears-0.2.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..188b313
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2015-05-21: Retired orphaned package, because it was orphaned for more than six weeks.
+Reference: https://fedorahosted.org/epel/ticket/7
+
diff --git a/python-TestGears.spec b/python-TestGears.spec
deleted file mode 100644
index 9585248..0000000
--- a/python-TestGears.spec
+++ /dev/null
@@ -1,62 +0,0 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
-
-Name:           python-TestGears
-Version:        0.2
-Release:        4%{?dist}
-Summary:        Unit testing for Python
-
-Group:          Development/Languages
-License:        MIT
-URL:            http://www.turbogears.org/testgears/
-Source0:        http://www.turbogears.org/download/eggs/TestGears-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools
-
-%description
-TestGears provides automatic discovery of unittest.TestCases and the ability
-to run tests that are written as simple functions. It generates a standard
-unittest.TestSuite for use with any of the standard frontends, and provides
-a distutils command to run tests with zero configuration.
-
-%prep
-%setup -q -n TestGears-%{version}
-
-%build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
-
-%install
-rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-echo "TestGears-%{version}-py%{pyver}.egg-info" > %{buildroot}%{python_sitelib}/TestGears.pth
-
-echo '%defattr (0644,root,root,0755)' > pyfiles
-find %{buildroot}%{python_sitelib} -type d | \
-    sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles
-find %{buildroot}%{python_sitelib} -not -type d -name '*.py*' | \
-    sed 's:%{buildroot}\(.*\):\1:' >> pyfiles
-
-%clean
-rm -rf %{buildroot}
-
-%files -f pyfiles
-%defattr(-,root,root,-)
-%doc docs LICENSE.txt TODO.txt
-%{python_sitelib}/TestGears-%{version}-py%{pyver}.egg-info/*
-%{python_sitelib}/TestGears.pth
-
-%changelog
-* Sun Dec 10 2006 Luke Macken <lmacken at redhat.com> 0.2-4
-- Rebuld for python 2.5
-
-* Sun Sep 10 2006 Luke Macken <lmacken at redhat.com> 0.2-3
-- Fix module inclusion, and use consistent buildroots
-
-* Sun Sep 10 2006 Luke Macken <lmacken at redhat.com> 0.2-2
-- Rebuild for FC6
-
-* Sat Dec 24 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.2-1
-- Initial RPM release
diff --git a/sources b/sources
deleted file mode 100644
index 91bbedf..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-1911b1555cf8869e14d1f71da590bc0e  TestGears-0.2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-TestGears.git/commit/?h=el5&id=e6f7df46bafa24eb93234bf39d2e3a4b57f282fb


More information about the scm-commits mailing list