Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2018 21:54:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 229437] [NEW PORT] devel/py-boolean.py: Create and parse boolean expressions and create custom boolean DSL
Message-ID:  <bug-229437-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229437

            Bug ID: 229437
           Summary: [NEW PORT] devel/py-boolean.py: Create and parse
                    boolean expressions and create custom boolean DSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://pypi.org/project/boolean.py/
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd_ports@k-worx.org
                CC: python@FreeBSD.org

Created attachment 194800
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194800&action=
=3Dedit
py-boolean.py.patch

Hello,

attached is the patch that adds the Python package devel/py-boolean.py, whi=
ch
helps one to deal with boolean expressions and algebra with variables and t=
he
boolean functions AND, OR, NOT.

One can parse expressions from strings and simplify and compare expressions.
One can also easily create your custom algreba and mini DSL and create cust=
om
tokenizers to handle custom expressions.


QA:
~~~
- poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK

make test results:
> Ran 69 tests in 0.174s
>=20
> OK (expected failures=3D4)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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