Date: Tue, 08 May 2012 11:44:36 -0700 (PDT) From: William Grzybowski <william88@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167716: [NEW PORT] www/py-django-tastypie: create REST API for django apps Message-ID: <4fa96994.e96b340a.0242.0b21@mx.google.com> Resent-Message-ID: <201205081850.q48IoA02087670@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167716 >Category: ports >Synopsis: [NEW PORT] www/py-django-tastypie: create REST API for django apps >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 08 18:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: Python/Django library to create REST API. It is widely used and actively maintained. >How-To-Repeat: >Fix: See attached patch --- py-django-tastypie.patch begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-django-tastypie/Makefile # py-django-tastypie/distinfo # py-django-tastypie/pkg-descr # echo x - py-django-tastypie/Makefile sed 's/^X//' >py-django-tastypie/Makefile << '17b1f5e8abef0bb7d84f793c3aa9860b' X# New ports collection makefile for: py-south X# Date created: July 29 2009 X# Whom: Stanislav Svirid <count@211.ru> X# X# $FreeBSD: ports/databases/py-south/Makefile,v 1.5 2012/01/09 15:40:55 tabthorpe Exp $ X# X XPORTNAME= django-tastypie XPORTVERSION= 0.9.11 XCATEGORIES= www python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= william88@gmail.com XCOMMENT= Create REST API for Django apps X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil X XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_NOEGGINFO= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X X.include <bsd.port.mk> 17b1f5e8abef0bb7d84f793c3aa9860b echo x - py-django-tastypie/distinfo sed 's/^X//' >py-django-tastypie/distinfo << 'ca3f9d3b4be2e3188094f39c6991e420' XSHA256 (django-tastypie-0.9.11.tar.gz) = 6425f065aae6a6a3aecf6c83ed728efbd1f490ce32aabd16ddcdfb5826c74214 XSIZE (django-tastypie-0.9.11.tar.gz) = 519484 ca3f9d3b4be2e3188094f39c6991e420 echo x - py-django-tastypie/pkg-descr sed 's/^X//' >py-django-tastypie/pkg-descr << 'aa65d490c515544ba22f6ad3fce8e416' XCreating delicious APIs for Django apps since 2010. X XHere are some common reasons for tastypie: X X * You need an API that is RESTful and uses HTTP well. X * You want to support deep relations. X * You DON'T want to have to write your own serializer to make the output X right. X * You want an API framework that has little magic, very flexible and maps X well to the problem domain. X * You want/need XML serialization that is treated equally to JSON (and X YAML is there too). X * You want to support my perceived NIH syndrome, which is less about X NIH and more about trying to help out friends/coworkers. X XWWW: http://south.aeracode.org://github.com/toastdriven/django-tastypie/ aa65d490c515544ba22f6ad3fce8e416 exit --- py-django-tastypie.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4fa96994.e96b340a.0242.0b21>