diff --git a/www/Makefile b/www/Makefile index ff20b36a4e3d..7fdf651a7272 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1602,6 +1602,7 @@ SUBDIR += py-django-simple-captcha SUBDIR += py-django-simple-history SUBDIR += py-django-social-auth + SUBDIR += py-django-solo SUBDIR += py-django-sortedm2m SUBDIR += py-django-star-ratings SUBDIR += py-django-statici18n diff --git a/www/py-django-solo/Makefile b/www/py-django-solo/Makefile new file mode 100644 index 000000000000..2afd8deb2228 --- /dev/null +++ b/www/py-django-solo/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= django-solo +PORTVERSION= 1.1.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rozhuk.im@gmail.com +COMMENT= Helps working with singletons + +LICENSE= CC-BY-3.0 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>1.6:www/py-django111@${FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/www/py-django-solo/distinfo b/www/py-django-solo/distinfo new file mode 100644 index 000000000000..f674ee4ee2b0 --- /dev/null +++ b/www/py-django-solo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520521729 +SHA256 (django-solo-1.1.3.tar.gz) = b1206b9a9411b19a4354f7d7d245909a9ea7e9cd566b594363b5adce7dc13e5d +SIZE (django-solo-1.1.3.tar.gz) = 8865 diff --git a/www/py-django-solo/pkg-descr b/www/py-django-solo/pkg-descr new file mode 100644 index 000000000000..5d153d73b000 --- /dev/null +++ b/www/py-django-solo/pkg-descr @@ -0,0 +1,4 @@ +Helps working with singletons - things like global settings that you +want to edit from the admin site. + +WWW: https://github.com/lazybird/django-solo/