conda-forge / pyside2-feedstock

A conda-smithy repository for pyside2.
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

pyi files are missing on OSX, making mypy typechecking impossible #53

Closed rggjan closed 4 years ago

rggjan commented 4 years ago

See https://github.com/conda-forge/pyside2-feedstock/blob/master/recipe/meta.yaml#L14

rggjan commented 3 years ago

This still seems to be broken ... ? At least, with:

❯ conda list | grep -i pyside2
pyside2                   5.13.2           py37h4dd2062_4    conda-forge

looking at:

❯ ls ~/miniconda/envs/test/lib/python3.7/site-packages/PySide2

I don't see any py.typed or pyi files?