aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bumped dependencies.Patrick Lehmann2023-04-101-0/+3
| | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6)
* Added entry points.Patrick Lehmann2021-12-141-1/+5
|
* Fixed license in `setup.py`.Patrick Lehmann2021-12-131-2/+2
|
* Adjusted configure script.Patrick Lehmann2021-12-121-3/+5
|
* Updated setup.py to use pyTooling.Packaging.Patrick Lehmann2021-12-121-103/+14
|
* setup.py cleanupumarcor2021-07-181-5/+6
|
* Read requirement files recursively. Normalize and deduplicate items.Patrick Lehmann2021-07-031-4/+10
|
* New command line interface for DOM.Patrick Lehmann2021-07-011-1/+1
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb)
* setup.py: get a zipfile instead of using gitumarcor2021-06-231-6/+4
| | | | (cherry picked from commit 541815223c0df0fb2cdd227d3ca9e5a82135dc28)
* Better type handling.Patrick Lehmann2021-06-231-0/+2
|
* pyGHDL: handle requirements files with comments and/or git URLsPatrick Lehmann2021-06-231-68/+91
| | | | (cherry picked from commit 8bb020fb4481e1d21ccf64470ddf1838024732cb)
* pyGHDL: add ghdl-dom entrypointumarcor2021-06-221-1/+2
|
* update version/copyright yearumarcor2021-01-161-1/+1
|
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-23/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pre-compile scripts for OSVVM. * Reworked script for Vivado. * Reworked script for ISE. * Reworked UVVM compile script. Cannot be tested due to missing feature in GHDL see #1593. * Reworked scripts for Altera, Intel and Lattice. * Updated module imports. * Adjusted warnings. * Read OSVVM package files from compile-order file 'osvvm.pro'. * Support OSVVM and OSVVMLibraries as source directory. * Added support for OSVVM models to precompile script. * First update to the pre-compile scripts documentation. * Minimized file headers and redundant documentation. Using PowerShell's feature to document files, functions and modules. * Updated README in precompile scripts directory. * license: update headers of pyGHDL, scripts/windows, libraries/vendors * Fixed ForegroundColor and InvocationName. Co-authored-by: umarcor <unai.martinezcorral@ehu.eus>
* Extract CLI parameters from ghdl-ls.Patrick Lehmann2021-01-051-0/+1
|
* setup.py: slightly lower required python versionTristan Gingold2021-01-041-1/+1
|
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-311-3/+1
|
* Lowering required Python version to 3.7.Patrick Lehmann2020-12-291-1/+2
|
* setup.py needs the license information twice ...Patrick Lehmann2020-12-281-7/+7
|
* Tiny improvements.Patrick Lehmann2020-12-281-10/+12
|
* Added new package description for pyGHDL.Patrick Lehmann2020-12-281-0/+119
|
* configure: add --enable-pythonTristan Gingold2018-03-071-67/+0
|
* Add (missing) setup.pyTristan Gingold2018-03-061-0/+67