Version: 20.2.0, Package name: py-automat-20.2.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). |
Filesize: 60.233 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:27 by Stuart Henderson | Files touched by this commit (99) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-02-16 16:02:08 by Stuart Henderson | Files touched by this commit (30) |
Log message: py3-only for py-twisted, a handful of ports that are used as dependencies of twisted (and deps of deps, and maybe another odd one crept in). |
2020-07-22 13:25:36 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to py-automat 0.8.0 adds support for py 3.8 per https://github.com/glyph/automat/commit/53204208c30780092f1e21ff0d4d66d7a12930ff, fixes runtime breakage for buildbot_worker as noticed by martingot at protonmail (thanks!) yes, i havent tested all the ports depending on this one, but since the version we have in tree doesnt support python 3.8 it cant be worse.. |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-25 08:29:53 by Klemens Nanni | Files touched by this commit (70) |
Log message: Convert devel/py-test consumers to new MODPY_PYTEST lang/python/python.port.mk revision 1.102 and 1.103 added MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the usual pytest dance. This removes hand-rolled do-tests from all 70 ports by setting MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV as needed. From Kurt Mosiejczuk <kurt at cranky dot work>, thanks! OK sthen |
2018-04-07 06:51:35 by Pavel Korovin | Files touched by this commit (1) |
Log message: Enable test |
2018-04-04 02:23:14 by Pavel Korovin | Files touched by this commit (4) |
Log message: Update py-automat to 0.6.0 ok landry@ |