Port details |
- py-Automat Finite-state machines in Python
- 20.2.0 devel
=2 20.2.0Version of this port present on the latest quarterly branch. - Maintainer: john@saltant.com
 - Port Added: 2017-02-18 07:34:51
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: desktop-file-utils, libraw, py38-pycparser, font-misc-meltho, libinotify
- Also Listed In: python
- License: MIT
- Description:
- Automat is a library for concise, idiomatic Python expression of
finite-state automata (particularly deterministic finite-state
transducers).
WWW: https://github.com/glyph/Automat
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}Automat>0:devel/py-Automat@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-Automat/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-Automat
- pkg install py38-Automat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-Automat listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-Automat
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1593260712
SHA256 (Automat-20.2.0.tar.gz) = 7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
SIZE (Automat-20.2.0.tar.gz) = 61679
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools_scm>0 : devel/py-setuptools_scm@py38
- py38-m2r>0 : textproc/py-m2r@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-attrs>=19.2.0 : devel/py-attrs@py38
- py38-six>0 : devel/py-six@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-twisted
- net/py-magic-wormhole
- security/py-txtorcon
- Configuration Options:
- No options to configure
- Options name:
- devel_py-Automat
- USES:
- python:3.6+
- pkg-message:
- For install:
- Install graphics/py-graphviz and devel/py-twisted to enable state
machine visualization (`MethodicalMachine.asDigraph`).
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 20.2.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 20.2.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
20.2.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
27 Jun 2020 14:29:08
20.2.0
|
lwhsu  |
Update to 20.2.0
Pet portlint
PR: 247592
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
02 Nov 2019 12:34:54
0.8.0
|
rakuco  |
Update to 0.8.0.
* Add pkg-message to inform installer about soft dependencies
* While here, discard creation credit (ports/217186 & r434330 are sufficient)
PR: 241448
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
10 Apr 2019 06:18:32
0.7.0_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
20 Jun 2018 17:05:44
0.7.0
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
16 Jun 2018 21:28:47
0.7.0
|
swills  |
devel/py-Automat: Update to 0.7.0
PR: 229062
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
30 Nov 2017 15:50:34
0.6.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
19 May 2017 15:36:24
0.6.0
|
sunpoet  |
Update to 0.6.0
Changes: https://github.com/glyph/automat/commits/master
PR: 219374
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
18 Feb 2017 07:34:43
0.5.0
|
demon  |
New port: py-Automat
Automat is a library for concise, idiomatic Python expression of
finite-state automata (particularly deterministic finite-state
transducers).
PR: 217186
Submitted by: John W. O'Brien <john@saltant.com> |