[Python-modules-commits] r11949 - in packages/python-django-piston/trunk/debian (control)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Thu Feb 25 18:34:52 UTC 2010


    Date: Thursday, February 25, 2010 @ 18:34:48
  Author: svedrin-guest
Revision: 11949

various minor fixes, add python-yaml to suggests

Modified:
  packages/python-django-piston/trunk/debian/control

Modified: packages/python-django-piston/trunk/debian/control
===================================================================
--- packages/python-django-piston/trunk/debian/control	2010-02-25 16:47:14 UTC (rev 11948)
+++ packages/python-django-piston/trunk/debian/control	2010-02-25 18:34:48 UTC (rev 11949)
@@ -3,30 +3,31 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
-Build-Depends: python, debhelper (>= 7), python-setuptools (>= 0.6.10)
-Build-Depends-Indep: python-support (>= 0.3)
+Build-Depends: python (>= 2.4), debhelper (>= 7), python-setuptools (>= 0.6.10)
+Build-Depends-Indep: python-support
 Standards-Version: 3.8.4
 Homepage: http://bitbucket.org/jespern/django-piston/wiki/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-rosetta/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-rosetta/?op=log
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-piston/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-piston/?op=log
 XS-Python-Version: all
 
 Package: python-django-piston
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1),
  python-oauth (>= 1.0.1)
-Description: A Django mini-framework creating RESTful APIs
+Suggests: python-yaml
+Description: Django mini-framework creating RESTful APIs
  Piston is a relatively small Django application that lets you
  create application programming interfaces (API) for your sites.
  .
  It has several unique features:
  .
     * Ties into Django's internal mechanisms.
-    * Supports OAuth out of the box (as well as Basic/Digest or custom auth.)
+    * Supports OAuth out of the box (as well as Basic/Digest or custom auth).
     * Doesn't require tying to models, allowing arbitrary resources.
-    * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.)
-    * Ships with a convenient reusable library in Python
-    * Respects and encourages proper use of HTTP (status codes, ...)
+    * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS).
+    * Ships with a convenient reusable library in Python.
+    * Respects and encourages proper use of HTTP (status codes, ...).
     * Has built in (optional) form validation (via Django), throttling, etc.
     * Supports streaming, with a small memory footprint.
     * Stays out of your way. 




More information about the Python-modules-commits mailing list