diff options
author | pi <pi@FreeBSD.org> | 2016-04-17 01:42:09 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-17 01:42:09 +0800 |
commit | 379c2a0bc7f1cf90a664cba9cebc8ddfa7540c96 (patch) | |
tree | 7c545a512cf54f5faa62cc42fc0c4a55a907dc8c /www | |
parent | 41cbf47c82df3835bd541ed118fcfb8d0dda1e0a (diff) | |
download | freebsd-ports-gnome-379c2a0bc7f1cf90a664cba9cebc8ddfa7540c96.tar.gz freebsd-ports-gnome-379c2a0bc7f1cf90a664cba9cebc8ddfa7540c96.tar.zst freebsd-ports-gnome-379c2a0bc7f1cf90a664cba9cebc8ddfa7540c96.zip |
New port: www/py-django-constance
A Django app for storing dynamic settings in pluggable backends (Redis
and Django model backend built in) with an integration with the Django
admin app.
WWW: https://github.com/jazzband/django-constance
PR: 208835
Submitted by: Ultima1252@gmail.com
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-django-constance/Makefile | 27 | ||||
-rw-r--r-- | www/py-django-constance/distinfo | 2 | ||||
-rw-r--r-- | www/py-django-constance/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3b644fa2d2f2..a73707a8e323 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1534,6 +1534,7 @@ SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-configurations + SUBDIR += py-django-constance SUBDIR += py-django-contact-form SUBDIR += py-django-contrib-comments SUBDIR += py-django-cors-headers diff --git a/www/py-django-constance/Makefile b/www/py-django-constance/Makefile new file mode 100644 index 000000000000..22bf84124267 --- /dev/null +++ b/www/py-django-constance/Makefile @@ -0,0 +1,27 @@ +# Created by: Ultima <ultima1252@gmail.com> +# $FreeBSD$ + +PORTNAME= django-constance +PORTVERSION= 1.1.2 +CATEGORIES= www python +MASTER_SITES= GH +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ultima1252@gmail.com +COMMENT= Dynamic Django settings + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0:databases/py-redis \ + ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \ + ${PYTHON_PKGNAMEPREFIX}django-picklefield>=0:www/py-django-picklefield \ + ${PYTHON_PKGNAMEPREFIX}django18>=1.7:www/py-django18 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= jezdez + +.include <bsd.port.mk> diff --git a/www/py-django-constance/distinfo b/www/py-django-constance/distinfo new file mode 100644 index 000000000000..e250adde9e98 --- /dev/null +++ b/www/py-django-constance/distinfo @@ -0,0 +1,2 @@ +SHA256 (jezdez-django-constance-1.1.2_GH0.tar.gz) = 09bc667f3cb7494968af7197d3aa4878df73f045608606e01688eecbfb959707 +SIZE (jezdez-django-constance-1.1.2_GH0.tar.gz) = 120987 diff --git a/www/py-django-constance/pkg-descr b/www/py-django-constance/pkg-descr new file mode 100644 index 000000000000..9d0ce9edea8b --- /dev/null +++ b/www/py-django-constance/pkg-descr @@ -0,0 +1,5 @@ +A Django app for storing dynamic settings in pluggable backends (Redis +and Django model backend built in) with an integration with the Django +admin app. + +WWW: https://github.com/jazzband/django-constance |