Package Details: python-retype 22.8.0-1

Git Clone URL: https://aur.archlinux.org/python-retype.git (read-only, click to copy)
Package Base: python-retype
Description: Re-apply types from .pyi stub files to your codebase.
Upstream URL: https://github.com/ambv/retype
Licenses: MIT
Submitter: bitwave
Maintainer: bitwave
Last Packager: bitwave
Votes: 0
Popularity: 0.000000
First Submitted: 2017-12-27 12:26 (UTC)
Last Updated: 2022-10-01 11:19 (UTC)

Latest Comments

gustl64 commented on 2022-01-31 10:12 (UTC)

missing dependency?

> python3 -m retype --help
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib/python3.10/runpy.py", line 146, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
    __import__(pkg_name)
  File "/usr/lib/python3.10/site-packages/retype/__init__.py", line 18, in <module>
    from pathspec import PathSpec
ModuleNotFoundError: No module named 'pathspec'

osiixy commented on 2020-02-18 19:03 (UTC)

Parentheses should be removed at pkgbase in build file.