mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +00:00
python-automat: new package
This is a new requirement for the Twisted package. From the readme: Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
18
lang/python/python-automat/patches/002-omit-visualize.patch
Normal file
18
lang/python/python-automat/patches/002-omit-visualize.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -27,15 +27,6 @@ setup(
|
||||
"attrs",
|
||||
"six",
|
||||
],
|
||||
- extras_require={
|
||||
- "visualize": ["graphviz>0.5.1",
|
||||
- "Twisted>=16.1.1"],
|
||||
- },
|
||||
- entry_points={
|
||||
- "console_scripts": [
|
||||
- "automat-visualize = automat._visualize:tool"
|
||||
- ],
|
||||
- },
|
||||
author='Glyph',
|
||||
author_email='glyph@twistedmatrix.com',
|
||||
include_package_data=True,
|
||||
Reference in New Issue
Block a user