Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Matthias Runge
883fb27e9a renamed to python-django-piston 2012-03-09 22:06:42 +01:00
Matthias Runge
2d6e10d5d2 update to 0.2.3 2012-01-05 09:19:56 +01:00
Dennis Gilmore
850944b4ca - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 08:10:44 -06:00
4 changed files with 1 additions and 46 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
django-piston-0.2.2.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
renamed to python-django-piston

View file

@ -1,44 +0,0 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: django-piston
Version: 0.2.2
Release: 2%{?dist}
Summary: A mini-framework for Django for creating RESTful APIs
Group: Development/Languages
License: BSD
URL: http://bitbucket.org/jespern/django-piston/
Source: http://bitbucket.org/jespern/django-piston/downloads/django-piston-0.2.2.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel python-setuptools-devel
Requires: Django
%description
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.
%prep
%setup -q -n %{name}
%build
%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%changelog
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Thu Aug 14 2009 Diego Búrigo Zacarão <diegobz@gmail.com> 0.2.2-1
- Initial RPM release

View file

@ -1 +0,0 @@
28a2900695fdbcb14ff3c45390e7a4fd django-piston-0.2.2.tar.gz