Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2018 07:14:53 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469710 - in head/www: . py-django-solo
Message-ID:  <201805120714.w4C7Er09076539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat May 12 07:14:52 2018
New Revision: 469710
URL: https://svnweb.freebsd.org/changeset/ports/469710

Log:
  Helps working with singletons - things like global settings that you
  want to edit from the admin site.
  
  WWW: https://github.com/lazybird/django-solo/
  
  PR:		226454
  Submitted by:	rozhuk.im@gmail.com

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat May 12 07:12:48 2018	(r469709)
+++ head/www/Makefile	Sat May 12 07:14:52 2018	(r469710)
@@ -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

Added: head/www/py-django-solo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-solo/Makefile	Sat May 12 07:14:52 2018	(r469710)
@@ -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 <bsd.port.mk>

Added: head/www/py-django-solo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-solo/distinfo	Sat May 12 07:14:52 2018	(r469710)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520521729
+SHA256 (django-solo-1.1.3.tar.gz) = b1206b9a9411b19a4354f7d7d245909a9ea7e9cd566b594363b5adce7dc13e5d
+SIZE (django-solo-1.1.3.tar.gz) = 8865

Added: head/www/py-django-solo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-solo/pkg-descr	Sat May 12 07:14:52 2018	(r469710)
@@ -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/



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