Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 16:09:52 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428420 - in head/www: . py-django-openstack-auth
Message-ID:  <201612121609.uBCG9qcW007194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Mon Dec 12 16:09:52 2016
New Revision: 428420
URL: https://svnweb.freebsd.org/changeset/ports/428420

Log:
  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>

Added:
  head/www/py-django-openstack-auth/
  head/www/py-django-openstack-auth/Makefile   (contents, props changed)
  head/www/py-django-openstack-auth/distinfo   (contents, props changed)
  head/www/py-django-openstack-auth/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Dec 12 16:07:34 2016	(r428419)
+++ head/www/Makefile	Mon Dec 12 16:09:52 2016	(r428420)
@@ -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

Added: head/www/py-django-openstack-auth/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-openstack-auth/Makefile	Mon Dec 12 16:09:52 2016	(r428420)
@@ -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>

Added: head/www/py-django-openstack-auth/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-openstack-auth/distinfo	Mon Dec 12 16:09:52 2016	(r428420)
@@ -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

Added: head/www/py-django-openstack-auth/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-openstack-auth/pkg-descr	Mon Dec 12 16:09:52 2016	(r428420)
@@ -0,0 +1,3 @@
+Django authentication backend for use with OpenStack Identity
+
+WWW: http://pypi.python.org/pypi/django_openstack_auth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612121609.uBCG9qcW007194>