summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-11-06 18:06:43 +0000
committerRene Ladan <rene@FreeBSD.org>2016-11-06 18:06:43 +0000
commitf05adec3387f8a56d57e67f2ab2044cfbbba66cd (patch)
tree7975d54f10460068b10aa194bfa527081330c31c /www
parent- use new ffmpeg ids (diff)
Remove expired port:
2016-11-06 www/py-django-piston: Abandoned upstream. Doesn't work with django>=1.6
Notes
Notes: svn path=/head/; revision=425574
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django-piston/Makefile22
-rw-r--r--www/py-django-piston/distinfo2
-rw-r--r--www/py-django-piston/pkg-descr17
4 files changed, 0 insertions, 42 deletions
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