kevinpt / hdlparse

Simple parser for extracting VHDL documentation
http://kevinpt.github.io/hdlparse/
MIT License
69 stars 54 forks source link

Need Python 3 version of this library. No longer builds due to lack of use_2to3 #24

Open Anutrix opened 1 year ago

Anutrix commented 1 year ago

use_2to3 has been removed from setuptools after version 58. No longer builds nor gets installed via pip or otherwise. Breaks any projects that depend on it. Users downgrading setuptools or making python3 version is the only solution.

If the maintainers are still active, someone can try making an MR which upgrades this to Python3. Or create a new fork Python3 instead otherwise.

rsar97 commented 1 year ago

The package doesnt even work

gastmaier commented 1 year ago

Try the fork https://github.com/hdl/pyHDLParser (I don't know why they renamed the repository)

pip install --upgrade https://github.com/hdl/pyhdlparser/tarball/master
pip install --upgrade https://github.com/hdl/symbolator/tarball/master