rpms/python-pylons/devel import.log, NONE, 1.1 python-pylons.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kyle VanderBeek (kylev) fedora-extras-commits at redhat.com
Fri Jun 27 23:35:59 UTC 2008


Author: kylev

Update of /cvs/pkgs/rpms/python-pylons/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10742/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-pylons.spec 
Log Message:
initial import of Pylons!



--- NEW FILE import.log ---
python-pylons-0_9_6_2-1_fc8:HEAD:python-pylons-0.9.6.2-1.fc8.src.rpm:1214609683


--- NEW FILE python-pylons.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: python-pylons
Version: 0.9.6.2
Release: 1%{?dist}
Summary: Pylons web framework

Group: Development/Languages
License: BSD
URL: http://www.pylonshq.com/
Source0: http://pypi.python.org/packages/source/P/Pylons/Pylons-0.9.6.2.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-setuptools-devel
Requires: python-routes >= 1.7, python-webhelpers >= 0.3.2, python-beaker >= 0.7.5
Requires: python-paste >= 1.4, python-paste-script >= 1.3.6, python-paste-deploy >= 1.3.1
Requires: python-formencode >= 0.7, python-simplejson >= 1.7.1
Requires: python-decorator >= 2.1.0
Requires: python-nose >= 0.9.3, python-mako >= 0.1.8


%description
The Pylons web framework is aimed at making webapps and large programmatic
website development in Python easy. Several key points:

* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy to
  expand on
* Harness existing knowledge about Python


%prep
%setup -q -n Pylons-%{version}
# Trash up OSX tar'ed useless resource files.
find . -name '._*' -delete


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
# Honestly, what package installs their tests?!
rm -rf %{buildroot}/%{python_sitelib}/tests


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGELOG LICENSE README.txt
%{python_sitelib}/*


%changelog
* Fri Jun 13 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.6.2-1
- Update to 0.9.6.2
- remove now-gone docs/ tree
- Use find to get rid of OSX packaging artifacts ("._" files)

* Thu May 29 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.6.1-3
- Use new style buildroot macro instead of RPM_BUILD_ROOT

* Sun May 11 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.6.1-2
- Fix rpmlint errors.
- Add docs.

* Wed Apr  9 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.6.1-1
- Initial version.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jun 2008 23:25:07 -0000	1.1
+++ .cvsignore	27 Jun 2008 23:35:10 -0000	1.2
@@ -0,0 +1 @@
+Pylons-0.9.6.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jun 2008 23:25:07 -0000	1.1
+++ sources	27 Jun 2008 23:35:10 -0000	1.2
@@ -0,0 +1 @@
+01d0e1ca95cfbfa1f73b8b5ae9a5f0a5  Pylons-0.9.6.2.tar.gz




More information about the fedora-extras-commits mailing list