Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2018 22:59:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464098 - in head/www: . py-django-model-utils
Message-ID:  <201803102259.w2AMxi87019411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 10 22:59:44 2018
New Revision: 464098
URL: https://svnweb.freebsd.org/changeset/ports/464098

Log:
  Add py-django-model-utils 3.1.1
  
  django-model-utils provides Django model mixins and utilities and supports
  Django 1.8 to 2.0.
  
  WWW: https://pypi.python.org/pypi/django-model-utils
  WWW: https://github.com/jazzband/django-model-utils

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Mar 10 22:59:23 2018	(r464097)
+++ head/www/Makefile	Sat Mar 10 22:59:44 2018	(r464098)
@@ -1593,6 +1593,7 @@
     SUBDIR += py-django-mezzanine
     SUBDIR += py-django-mezzanine-filebrowser
     SUBDIR += py-django-mezzanine-grappelli
+    SUBDIR += py-django-model-utils
     SUBDIR += py-django-mptt
     SUBDIR += py-django-netfields
     SUBDIR += py-django-openid-auth

Added: head/www/py-django-model-utils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-model-utils/Makefile	Sat Mar 10 22:59:44 2018	(r464098)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	django-model-utils
+PORTVERSION=	3.1.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Django model mixins and utilities
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${FLAVOR}
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/www/py-django-model-utils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-model-utils/distinfo	Sat Mar 10 22:59:44 2018	(r464098)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520708283
+SHA256 (django-model-utils-3.1.1.tar.gz) = a9baa7de943b4e8afa61728ce8c42ce99e88cc87d40e74df2b060a78d22c0f5c
+SIZE (django-model-utils-3.1.1.tar.gz) = 24787

Added: head/www/py-django-model-utils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-model-utils/pkg-descr	Sat Mar 10 22:59:44 2018	(r464098)
@@ -0,0 +1,5 @@
+django-model-utils provides Django model mixins and utilities and supports
+Django 1.8 to 2.0.
+
+WWW: https://pypi.python.org/pypi/django-model-utils
+WWW: https://github.com/jazzband/django-model-utils



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