On 2023/09/16 15:27:21 -0400, Daniel Dickman <didick...@gmail.com> wrote: > Thanks to Stuart, I've just imported a few new ports needed to update > devel/spyder back to a working state, but we still need a few more new > ports to go. > > So looking for ok's to import the attached. > > ok's would be needed starting from the most indented nodes in the tree > first, and then working our way up the tree. The tarball can just be > extrated into /usr/ports. >
ok for devel/autopep8 with: - a fixed COMMENT and DESCR (i guess due a copy-paste from another port.) - remove the commented FLAVOR/S lines. (IIRC for "binaries" we don't use the py3 flavor, or is it needed in this case?) - a dependency on py3-codestyle: % autopep8 foo.py Traceback (most recent call last): File "/usr/local/bin/autopep8", line 5, in <module> from autopep8 import main File "/usr/local/lib/python3.10/site-packages/autopep8.py", line 93, in <module> import pycodestyle ModuleNotFoundError: No module named 'pycodestyle' the latest version seems to be 2.0.4, any reason to import 1.6.0 instead? not a huge issue, can be updated once it's on-tree.