svn commit: r509844 - in head/www: . py-rules

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 25 18:51:11 UTC 2019


Author: sunpoet
Date: Sun Aug 25 18:51:09 2019
New Revision: 509844
URL: https://svnweb.freebsd.org/changeset/ports/509844

Log:
  Add py-rules 2.0.1
  
  rules is a tiny but powerful app providing object-level permissions to Django,
  without requiring a database. At its core, it is a generic framework for
  building rule-based systems, similar to decision trees. It can also be used as a
  standalone library in other contexts and frameworks.
  
  WWW: https://github.com/dfunckt/django-rules
  
  PR:		239102
  Submitted by:	Alexander Sieg <alex at xanderio.de>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 25 18:50:34 2019	(r509843)
+++ head/www/Makefile	Sun Aug 25 18:51:09 2019	(r509844)
@@ -1848,6 +1848,7 @@
     SUBDIR += py-rhodecode
     SUBDIR += py-rollbar
     SUBDIR += py-routes
+    SUBDIR += py-rules
     SUBDIR += py-scgi
     SUBDIR += py-scrapy
     SUBDIR += py-seafdav

Added: head/www/py-rules/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-rules/Makefile	Sun Aug 25 18:51:09 2019	(r509844)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	rules
+DISTVERSION=	2.0.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alex at xanderio.de
+COMMENT=	Awesome Django authorization, without the database
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-rules/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-rules/distinfo	Sun Aug 25 18:51:09 2019	(r509844)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1563114829
+SHA256 (rules-2.0.1.tar.gz) = da47c407e1af2fa5a500658fb6575ced4893dacaf65f1d576ead04956a9c3dae
+SIZE (rules-2.0.1.tar.gz) = 43596

Added: head/www/py-rules/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-rules/pkg-descr	Sun Aug 25 18:51:09 2019	(r509844)
@@ -0,0 +1,6 @@
+rules is a tiny but powerful app providing object-level permissions to Django,
+without requiring a database. At its core, it is a generic framework for
+building rule-based systems, similar to decision trees. It can also be used as a
+standalone library in other contexts and frameworks.
+
+WWW: https://github.com/dfunckt/django-rules


More information about the svn-ports-head mailing list