python3-pydocstyle has no executable in /usr/bin or /usr/local/bin - Ubuntu 20.04

Bug #1875982 reported by Peter Harrison
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pydocstyle (Ubuntu)
New
Undecided
Unassigned

Bug Description

With a clean install of Ubuntu 20.04 I noticed that the python3-pydocstyle standard package doesn't come with an executable. I've had to copy it from other systems that were upgraded to Ubuntu 20.04

You can uninstall the package and use pip3 to get the executable, but the Ubuntu package should include it.

$ cat /etc/issue
Ubuntu 20.04 LTS \n \l
$

$ dpkg-query -L python3-pydocstyle
/.
/usr
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/pydocstyle
/usr/lib/python3/dist-packages/pydocstyle/__init__.py
/usr/lib/python3/dist-packages/pydocstyle/__main__.py
/usr/lib/python3/dist-packages/pydocstyle/checker.py
/usr/lib/python3/dist-packages/pydocstyle/cli.py
/usr/lib/python3/dist-packages/pydocstyle/config.py
/usr/lib/python3/dist-packages/pydocstyle/data
/usr/lib/python3/dist-packages/pydocstyle/data/imperatives.txt
/usr/lib/python3/dist-packages/pydocstyle/data/imperatives_blacklist.txt
/usr/lib/python3/dist-packages/pydocstyle/parser.py
/usr/lib/python3/dist-packages/pydocstyle/utils.py
/usr/lib/python3/dist-packages/pydocstyle/violations.py
/usr/lib/python3/dist-packages/pydocstyle/wordlists.py
/usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info
/usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/PKG-INFO
/usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/dependency_links.txt
/usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/entry_points.txt
/usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/requires.txt
/usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/top_level.txt
/usr/share
/usr/share/doc
/usr/share/doc/python3-pydocstyle
/usr/share/doc/python3-pydocstyle/changelog.Debian.gz
/usr/share/doc/python3-pydocstyle/copyright
$

$ dpkg --list python3-pydocstyle
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==================-============-============-=================================================
ii python3-pydocstyle 2.1.1-1 all Python docstring style checker (Python 3 library)
$

On GitHub: https://github.com/PyCQA/pydocstyle/issues/469

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.