Bug 239102 - [NEW PORT] www/py-rules: Awesome Django authorization, without the database
Summary: [NEW PORT] www/py-rules: Awesome Django authorization, without the database
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-10 08:54 UTC by Alexander Sieg
Modified: 2019-08-25 18:52 UTC (History)
0 users

See Also:


Attachments
patch (1.26 KB, patch)
2019-07-10 08:54 UTC, Alexander Sieg
no flags Details | Diff
patch (1.31 KB, patch)
2019-07-10 08:57 UTC, Alexander Sieg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Sieg 2019-07-10 08:54:29 UTC
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.
Comment 1 Alexander Sieg 2019-07-10 08:54:35 UTC
Created attachment 205647 [details]
patch
Comment 2 Alexander Sieg 2019-07-10 08:57:44 UTC
Created attachment 205648 [details]
patch

forget to add WWW to pkg-descr
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-08-25 18:51:36 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Aug 25 18:51:10 UTC 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@xanderio.de>

Changes:
  head/www/Makefile
  head/www/py-rules/
  head/www/py-rules/Makefile
  head/www/py-rules/distinfo
  head/www/py-rules/pkg-descr
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-25 18:52:53 UTC
Committed. Thanks!