Port details |
- py-django-piston Piston is a Django mini-framework creating APIs
- 0.2.3_1 www
=0 0.2.3_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandoned upstream. Doesn't work with django>=1.6
This port expired on: 2016-11-06
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-11-02 01:45:33
- Last Update: 2016-11-06 18:06:43
- SVN Revision: 425574
- Also Listed In: python
- License: not specified in port
- WWW:
- https://bitbucket.org/jespern/django-piston
- Description:
- A mini-framework for Django for 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.)
* 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, ...)
* Has built in (optional) form validation (via Django), throttling, etc.
* Supports streaming, with a small memory footprint.
WWW: https://bitbucket.org/jespern/django-piston
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-piston>0:www/py-django-piston@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-django-piston
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (django-piston-0.2.3.tar.gz) = fb015137ceb7934f4645f7eb91a05d7bd63ef6bb1bd84f557ce55fac38e38ae9
SIZE (django-piston-0.2.3.tar.gz) = 34319
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- django-admin.py : www/py-django18
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.3_1 06 Nov 2016 18:06:43 |
rene |
Remove expired port:
2016-11-06 www/py-django-piston: Abandoned upstream. Doesn't work with
django>=1.6 |
0.2.3_1 06 Oct 2016 17:52:01 |
rm |
www/py-django-piston: mark deprecated
This package is abandoned upstream and doesn't works with any django version
in ports tree. Last release is from 2011.
Mark deprecated and set to expire at 2016-11-06 |
0.2.3_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.2.3_1 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.2.3 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
0.2.3 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
0.2.3 29 Jan 2014 15:39:37 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST= yes
- Stage support
- Bump PORTREVISION |
0.2.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.2.3 28 Jun 2013 02:21:25 |
clsung |
- Update to 0.2.3 |
0.2.2.1 02 Nov 2011 01:45:20 |
clsung |
A mini-framework for Django for 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.)
* 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, ...)
* Has built in (optional) form validation (via Django), throttling, etc.
* Supports streaming, with a small memory footprint.
WWW: https://bitbucket.org/jespern/django-piston |