https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229437
--- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: miwi Date: Sat Jul 28 12:00:35 UTC 2018 New revision: 475527 URL: https://svnweb.freebsd.org/changeset/ports/475527 Log: This library helps you deal with boolean expressions and algebra with variables and the boolean functions AND, OR, NOT. You can parse expressions from strings and simplify and compare expressions. You can also easily create your custom algreba and mini DSL and create custom tokenizers to handle custom expressions. WWW: https://github.com/bastikr/boolean.py PR: 229437 Submitted by: freebsd_po...@k-worx.org Sponsored by: iXsystems Inc. Changes: head/devel/Makefile head/devel/py-boolean.py/ head/devel/py-boolean.py/Makefile head/devel/py-boolean.py/distinfo head/devel/py-boolean.py/pkg-descr -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"