diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-11-06 18:06:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-11-06 18:06:43 +0000 |
commit | f05adec3387f8a56d57e67f2ab2044cfbbba66cd (patch) | |
tree | 7975d54f10460068b10aa194bfa527081330c31c | |
parent | 0a3cdf4e756cdc91645325fa7cc7c7b55d0f8333 (diff) | |
download | ports-f05adec3387f8a56d57e67f2ab2044cfbbba66cd.tar.gz ports-f05adec3387f8a56d57e67f2ab2044cfbbba66cd.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-django-piston/Makefile | 22 | ||||
-rw-r--r-- | www/py-django-piston/distinfo | 2 | ||||
-rw-r--r-- | www/py-django-piston/pkg-descr | 17 |
5 files changed, 1 insertions, 42 deletions
@@ -8794,3 +8794,4 @@ graphics/linux-c6-libGLU|graphics/linux-c6-dri|2016-11-04|Unused graphics/linux-c7-libGLU|graphics/linux-c7-dri|2016-11-04|Unused multimedia/libmovtar||2016-11-05|Not used anymore, abandonware devel/p5-Test-Exception-LessClever||2016-11-06|Deprecated by upstream +www/py-django-piston||2016-11-06|Has expired: Abandoned upstream. Doesn't work with django>=1.6 diff --git a/www/Makefile b/www/Makefile index 106f6918b427..912456386df5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1557,7 +1557,6 @@ SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline SUBDIR += py-django-pipeline13 - SUBDIR += py-django-piston SUBDIR += py-django-post_office SUBDIR += py-django-profiles SUBDIR += py-django-recaptcha diff --git a/www/py-django-piston/Makefile b/www/py-django-piston/Makefile deleted file mode 100644 index 089f1c9dbd18..000000000000 --- a/www/py-django-piston/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= django-piston -PORTVERSION= 0.2.3 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Piston is a Django mini-framework creating APIs - -DEPRECATED= Abandoned upstream. Doesn't work with django>=1.6 -EXPIRATION_DATE= 2016-11-06 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18 - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/www/py-django-piston/distinfo b/www/py-django-piston/distinfo deleted file mode 100644 index ca3c83f2e617..000000000000 --- a/www/py-django-piston/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (django-piston-0.2.3.tar.gz) = fb015137ceb7934f4645f7eb91a05d7bd63ef6bb1bd84f557ce55fac38e38ae9 -SIZE (django-piston-0.2.3.tar.gz) = 34319 diff --git a/www/py-django-piston/pkg-descr b/www/py-django-piston/pkg-descr deleted file mode 100644 index 5bd9da155b7a..000000000000 --- a/www/py-django-piston/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -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 |