View | Details | Raw Unified | Return to bug 239102 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	rules
4
DISTVERSION=	2.0.1
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	alex@xanderio.de
10
COMMENT=	Awesome Django authorization, without the database
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		python
16
USE_PYTHON=	autoplist distutils
17
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562748750
2
SHA256 (rules-2.0.1.tar.gz) = da47c407e1af2fa5a500658fb6575ced4893dacaf65f1d576ead04956a9c3dae
3
SIZE (rules-2.0.1.tar.gz) = 43596
(-)pkg-descr (+6 lines)
Line 0 Link Here
1
rules is a tiny but powerful app providing object-level permissions to Django,
2
without requiring a database. At its core, it is a generic framework for
3
building rule-based systems, similar to decision trees. It can also be used as
4
a standalone library in other contexts and frameworks.
5
6
WWW: https://github.com/dfunckt/django-rules

Return to bug 239102