Author: sparky Date: Sun Jan 23 20:48:18 2011 GMT Module: packages Tag: HEAD ---- Log message: - BR: rpm-pythonprov - some adapterization
---- Files affected: packages/python-PasteScript: python-PasteScript.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: packages/python-PasteScript/python-PasteScript.spec diff -u packages/python-PasteScript/python-PasteScript.spec:1.17 packages/python-PasteScript/python-PasteScript.spec:1.18 --- packages/python-PasteScript/python-PasteScript.spec:1.17 Fri Jul 16 08:40:01 2010 +++ packages/python-PasteScript/python-PasteScript.spec Sun Jan 23 21:48:13 2011 @@ -4,24 +4,25 @@ Name: python-PasteScript Version: 1.7.3 Release: 1 -Group: Libraries/Python License: X11/MIT +Group: Libraries/Python Source0: http://cheeseshop.python.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz # Source0-md5: 9101a3a23809d3413b39ba8b75dd0bce URL: http://pythonpaste.org/script/ -BuildRequires: python-devel BuildRequires: python-Paste >= 1.3 BuildRequires: python-PasteDeploy >= 1.3.3 +BuildRequires: python-devel BuildRequires: python-setuptools >= 0.6-0.a9.1 +BuildRequires: rpm-pythonprov %pyrequires_eq python-modules Patch0: %{name}-template_dir_assemble.patch Requires: python-Beaker >= 0.7.5 -Requires: python-cheetah Requires: python-FormEncode >= 0.7.0 -Requires: python-decorator >= 2.1.0 Requires: python-Mako >= 0.1.8 -Requires: python-nose >= 0.9.3 Requires: python-Routes >= 1.7 +Requires: python-cheetah +Requires: python-decorator >= 2.1.0 +Requires: python-nose >= 0.9.3 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,7 +30,7 @@ This is a pluggable command-line tool. It includes some built-in features: - Create file layouts for packages. For instance: - $ paste create --template=basic_package MyPackage + $ paste create --template=basic_package MyPackage will create a setuptools-ready file layout. - Serving up web applications, with configuration based on paste.deploy. @@ -38,7 +39,7 @@ Ten pakiet zawiera narzędzie linii poleceń z obsługą wtyczek. Niektóre możliwości ma wbudowane: - tworzenie plików dla pakietów, na przykład: - $ paste create --template=basic_package MyPackage + $ paste create --template=basic_package MyPackage utworzy plik dla setuptools. - możliwość użycia w aplikacjach WWW z konfiguracją opartą na paste.deploy. @@ -75,6 +76,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2011/01/23 20:48:13 sparky +- BR: rpm-pythonprov +- some adapterization + Revision 1.17 2010/07/16 06:40:01 arekm - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PasteScript/python-PasteScript.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
