Package Details: python-optype 0.14.0-1

Git Clone URL: https://aur.archlinux.org/python-optype.git (read-only, click to copy)
Package Base: python-optype
Description: Building blocks for precise & flexible type hints
Upstream URL: https://github.com/jorenham/optype
Licenses: BSD-3-Clause
Submitter: carlosal1015
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 0
Popularity: 0.000000
First Submitted: 2025-01-09 23:32 (UTC)
Last Updated: 2025-10-03 15:47 (UTC)

Latest Comments

Nestor_013 commented on 2025-10-03 08:11 (UTC) (edited on 2025-10-03 08:11 (UTC) by Nestor_013)

Hi,

I got error in check phase:

tests/numpy/test_any_array.py:6: in <module>
    import numpy as np
E   ModuleNotFoundError: No module named 'numpy'

I assume that numpy should be part of checkdepends too. Apparently optdepends is not enough.