summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-12-12 16:09:52 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-12-12 16:09:52 +0000
commit887e7789182db531d085efff92694b14dddd7e54 (patch)
tree0e3bbe578ed441cffc1f729d6e8adc134ce39ba8 /www
parentAdd py-django-pyscss 2.0.2, makes it easier to use PySCSS in Django. (diff)
Add py-django-openstack-auth 3.0.0, django authentication backend for
use with OpenStack Identity. PR: 215149 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
Notes
Notes: svn path=/head/; revision=428420
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django-openstack-auth/Makefile30
-rw-r--r--www/py-django-openstack-auth/distinfo3
-rw-r--r--www/py-django-openstack-auth/pkg-descr3
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index f44236b5e751..d2b4a503a759 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1565,6 +1565,7 @@
SUBDIR += py-django-mezzanine-grappelli
SUBDIR += py-django-mptt
SUBDIR += py-django-openid-auth
+ SUBDIR += py-django-openstack-auth
SUBDIR += py-django-otp
SUBDIR += py-django-otp-yubikey
SUBDIR += py-django-overextends
diff --git a/www/py-django-openstack-auth/Makefile b/www/py-django-openstack-auth/Makefile
new file mode 100644
index 000000000000..49dce9e94f4d
--- /dev/null
+++ b/www/py-django-openstack-auth/Makefile
@@ -0,0 +1,30 @@
+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME= django-openstack-auth
+PORTVERSION= 3.0.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= django_openstack_auth-${PORTVERSION}
+
+MAINTAINER= alexander.nusov@nfvexpress.com
+COMMENT= Django authentication backend for use with OpenStack Identity
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \
+ ${PYTHON_PKGNAMEPREFIX}keystoneclient>=3.6.0:net/py-keystoneclient \
+ ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.15.0:devel/py-oslo.policy \
+ ${PYTHON_PKGNAMEPREFIX}oslo.config>=0:devel/py-oslo.config \
+ ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18
+
+NO_ARCH= yes
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/www/py-django-openstack-auth/distinfo b/www/py-django-openstack-auth/distinfo
new file mode 100644
index 000000000000..e43d6524abde
--- /dev/null
+++ b/www/py-django-openstack-auth/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481158612
+SHA256 (django_openstack_auth-3.0.0.tar.gz) = 74b7d2deb6e266714d13fc87f85a7e73e1befa3ca784a724519deccd65d2cd35
+SIZE (django_openstack_auth-3.0.0.tar.gz) = 64664
diff --git a/www/py-django-openstack-auth/pkg-descr b/www/py-django-openstack-auth/pkg-descr
new file mode 100644
index 000000000000..7a453257804c
--- /dev/null
+++ b/www/py-django-openstack-auth/pkg-descr
@@ -0,0 +1,3 @@
+Django authentication backend for use with OpenStack Identity
+
+WWW: http://pypi.python.org/pypi/django_openstack_auth