aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-12 14:46:00 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-12 14:50:05 +0100
commitb6dcce607c96ce751fc3bb9aef45848c94e0e71e (patch)
tree064ed86d6e2033ad7da2d70332b12a568cd86ae1 /pyGHDL
parent03836b00aeddca2fd73f078d7850dc58be632466 (diff)
downloadghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.tar.gz
ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.tar.bz2
ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.zip
Updated setup.py to use pyTooling.Packaging.
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/__init__.py8
-rw-r--r--pyGHDL/cli/requirements.txt6
-rw-r--r--pyGHDL/dom/requirements.txt2
-rw-r--r--pyGHDL/libghdl/requirements.txt2
4 files changed, 12 insertions, 6 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index eb400e0f1..eb32f03b4 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -47,7 +47,13 @@ this is provided from a ``pyGHDL`` packages with four sub-packages:
* ``pyGHDL.lsp`` - A `language server protocol <https://en.wikipedia.org/wiki/Language_Server_Protocol>`__ (LSP)
written in Python. The implementation offers an HTTPS service that can be used e.g. by editors and IDEs supporting LSP.
"""
-from pydecor import export
+__author__ = "Tristan Gingold and contributors"
+__email__ = "tgingold@free.fr"
+__copyright__ = "2002-2021, Tristan Gingold and contributors"
+__license__ = "GNU General Public License v2"
+__version__ = "2.0.0-dev"
+
+from pyTooling.Decorators import export
@export
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt
index 30f22625c..111f8fa26 100644
--- a/pyGHDL/cli/requirements.txt
+++ b/pyGHDL/cli/requirements.txt
@@ -1,5 +1,5 @@
-r ../dom/requirements.txt
-pyAttributes==2.2.1
-pyMetaClasses==1.3.1
-pyTerminalUI==1.4.1
+pyTooling>=1.5.1
+pyTooling.TerminalUI>=1.5.3
+pyAttributes>=2.3.2
diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt
index 18340052a..6fa43649b 100644
--- a/pyGHDL/dom/requirements.txt
+++ b/pyGHDL/dom/requirements.txt
@@ -1,4 +1,4 @@
-r ../libghdl/requirements.txt
-pyVHDLModel==0.12.0
+pyVHDLModel==0.14.0
#https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel
diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt
index 538e15ba4..0291212ff 100644
--- a/pyGHDL/libghdl/requirements.txt
+++ b/pyGHDL/libghdl/requirements.txt
@@ -1 +1 @@
-pyTooling>=1.5.1
+pyTooling>=1.5.2