Bug 167716 - [NEW PORT] www/py-django-tastypie: create REST API for django apps
Summary: [NEW PORT] www/py-django-tastypie: create REST API for django apps
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 19:50 UTC by William Grzybowski
Modified: 2012-05-08 23:00 UTC (History)
0 users

See Also:


Attachments
py-django-tastypie.patch (2.33 KB, patch)
2012-05-08 19:50 UTC, William Grzybowski
no flags Details | Diff
py-django-tastypie.patch (2.31 KB, patch)
2012-05-08 20:02 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2012-05-08 19:50:10 UTC
    Python/Django library to create REST API.
    It is widely used and actively maintained.

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-08 19:50:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski 2012-05-08 20:02:40 UTC
Forgot to add django as a RUN_DEPENDS and change comments

-- 
William Grzybowski
------------------------------------------
Agência Livre - www.agencialivre.com.br
Curitiba/PR - Brasil
Comment 3 Xin LI freebsd_committer freebsd_triage 2012-05-08 22:22:58 UTC
Responsible Changed
From-To: freebsd-python->delphij

Take.
Comment 4 Xin LI freebsd_committer freebsd_triage 2012-05-08 22:25:55 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-05-08 22:26:03 UTC
delphij     2012-05-08 21:25:51 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-django-tastypie Makefile distinfo pkg-descr 
  Log:
  Creating delicious APIs for Django apps since 2010.
  
  Here are some common reasons for tastypie:
  
      * You need an API that is RESTful and uses HTTP well.
      * You want to support deep relations.
      * You DON'T want to have to write your own serializer to make the output
        right.
      * You want an API framework that has little magic, very flexible and maps
        well to the problem domain.
      * You want/need XML serialization that is treated equally to JSON (and
        YAML is there too).
      * You want to support my perceived NIH syndrome, which is less about
        NIH and more about trying to help out friends/coworkers.
  
  PR:             ports/167716
  Submitted by:   William Grzybowski <william88 gmail.com>
  
  Revision  Changes    Path
  1.3178    +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/py-django-tastypie/Makefile (new)
  1.1       +2 -0      ports/www/py-django-tastypie/distinfo (new)
  1.1       +16 -0     ports/www/py-django-tastypie/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"