Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 16:05:45 +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: r428418 - in head/www: . py-django-babel
Message-ID:  <201612121605.uBCG5jb7006709@repo.freebsd.org>

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

Log:
  Add py-django-babel 0.5.1, utilities for using Babel in django.
  
  PR:		215149
  Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Dec 12 15:54:57 2016	(r428417)
+++ head/www/Makefile	Mon Dec 12 16:05:45 2016	(r428418)
@@ -1528,6 +1528,7 @@
     SUBDIR += py-django-appmedia
     SUBDIR += py-django-assets
     SUBDIR += py-django-auth-ldap
+    SUBDIR += py-django-babel
     SUBDIR += py-django-bitfield
     SUBDIR += py-django-bootstrap-form
     SUBDIR += py-django-caching-app-plugins

Added: head/www/py-django-babel/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-babel/Makefile	Mon Dec 12 16:05:45 2016	(r428418)
@@ -0,0 +1,23 @@
+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	django-babel
+PORTVERSION=	0.5.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov@nfvexpress.com
+COMMENT=	Utilities for using Babel in django
+
+LICENSE=	BSD
+
+RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \
+		${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/www/py-django-babel/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-babel/distinfo	Mon Dec 12 16:05:45 2016	(r428418)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481115722
+SHA256 (django-babel-0.5.1.tar.gz) = a0e342a549d1269cd0c02a1b4b483d6c7c7341db4c87b6b149a2b5bc059cee57
+SIZE (django-babel-0.5.1.tar.gz) = 19364

Added: head/www/py-django-babel/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-babel/pkg-descr	Mon Dec 12 16:05:45 2016	(r428418)
@@ -0,0 +1,3 @@
+Utilities for using Babel in Django
+
+WWW: http://pypi.python.org/pypi/django-babel



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