rpms/python-turbocheetah/devel python-turbocheetah-0.9.5-setuptools.patch, NONE, 1.1 python-turbocheetah.spec, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Oct 17 06:42:50 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-turbocheetah/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31934

Modified Files:
	python-turbocheetah.spec 
Added Files:
	python-turbocheetah-0.9.5-setuptools.patch 
Log Message:
python-turbocheetah-0.9.5-setuptools.patch

python-turbocheetah-0.9.5-setuptools.patch:

--- NEW FILE python-turbocheetah-0.9.5-setuptools.patch ---
--- setup.py.orig	2006-10-17 02:35:28.000000000 -0400
+++ setup.py	2006-10-17 02:35:38.000000000 -0400
@@ -13,7 +13,7 @@
     download_url="http://www.turbogears.org/download/",
     keywords=["python.templating.engines", "turbogears"],
     license="MIT",
-    install_requires = ["Cheetah >= 1.0"],
+    install_requires = [],
     zip_safe=False,
     packages=find_packages(),
     classifiers = [


Index: python-turbocheetah.spec
===================================================================
RCS file: /cvs/extras/rpms/python-turbocheetah/devel/python-turbocheetah.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-turbocheetah.spec	10 Oct 2006 15:19:09 -0000	1.1
+++ python-turbocheetah.spec	17 Oct 2006 06:42:20 -0000	1.2
@@ -5,13 +5,14 @@
 
 Name:           python-turbocheetah
 Version:        0.9.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        TurboGears plugin to support use of Cheetah templates
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://www.turbogears.org/docs/plugins/template.html
 Source0:        http://cheeseshop.python.org/packages/source/T/TurboCheetah/TurboCheetah-%{version}.tar.gz
+Patch0:         %{name}-%{version}-setuptools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q -n TurboCheetah-%{version}
+%patch0
 
 
 %build
@@ -50,6 +52,9 @@
 
 
 %changelog
+* Tue Oct 17 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-5
+- python-turbocheetah-0.9.5-setuptools.patch
+
 * Tue Oct 10 2006 Luke Macken <lmacken at redhat.com> - 0.9.5-4
 - Fix Source0
 - Own %%{python_sitelib}/turbocheetah




More information about the fedora-extras-commits mailing list