Unification of mypy and python-mypy #545

Closed
opened 2025-12-29 01:24:02 +01:00 by mcepl · 0 comments
Owner

Both of them claiming to be a devel project for openSUSE:Factory/mypy.

tumbleweed-pkg~/b/spec_factory$ rg 'Requires:.*mypy\b'
python-beartype.spec
31:BuildRequires:  %{python_module mypy >= 0.800}

python-coconut.spec
57:BuildRequires:  %{python_module mypy >= 0.540}

python-nptyping.spec
49:BuildRequires:  %{python_module mypy}

python-py-moneyed.spec
34:BuildRequires:  %{python_module mypy >= 0.812}

python-typeshed.spec
31:BuildRequires:  mypy

qtile.spec
92:BuildRequires:  python3-mypy

thonny.spec
32:BuildRequires:  mypy
46:Requires:       mypy

python-pytest-mypy.spec
32:Requires:       python-mypy >= 0.900
38:BuildRequires:  %{python_module mypy >= 0.900}

python-pylama.spec
39:BuildRequires:  mypy
57:BuildRequires:  %{python_module mypy}

python-psycopg.spec
38:BuildRequires:  %{python_module mypy}

python-mypy-protobuf.spec
29:BuildRequires:  %{python_module mypy}

google-or-tools.spec
43:BuildRequires:  python3-mypy-protobuf

ansible-lint.spec
63:BuildRequires:  %{ansible_python}-mypy
tumbleweed-pkg~/b/spec_factory$

Both of them claiming to be a devel project for openSUSE:Factory/mypy. ``` tumbleweed-pkg~/b/spec_factory$ rg 'Requires:.*mypy\b' python-beartype.spec 31:BuildRequires: %{python_module mypy >= 0.800} python-coconut.spec 57:BuildRequires: %{python_module mypy >= 0.540} python-nptyping.spec 49:BuildRequires: %{python_module mypy} python-py-moneyed.spec 34:BuildRequires: %{python_module mypy >= 0.812} python-typeshed.spec 31:BuildRequires: mypy qtile.spec 92:BuildRequires: python3-mypy thonny.spec 32:BuildRequires: mypy 46:Requires: mypy python-pytest-mypy.spec 32:Requires: python-mypy >= 0.900 38:BuildRequires: %{python_module mypy >= 0.900} python-pylama.spec 39:BuildRequires: mypy 57:BuildRequires: %{python_module mypy} python-psycopg.spec 38:BuildRequires: %{python_module mypy} python-mypy-protobuf.spec 29:BuildRequires: %{python_module mypy} google-or-tools.spec 43:BuildRequires: python3-mypy-protobuf ansible-lint.spec 63:BuildRequires: %{ansible_python}-mypy tumbleweed-pkg~/b/spec_factory$ ``` ---
mcepl closed this issue 2025-12-29 01:24:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: python/_ObsPrj#545