Search Criteria
Package Details: python-typish 1.9.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-typish.git (read-only, click to copy) |
---|---|
Package Base: | python-typish |
Description: | Functions for thorough checks on types |
Upstream URL: | https://github.com/ramonhagenaars/typish |
Licenses: | MIT |
Submitter: | ruy16109 |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-19 12:11 (UTC) |
Last Updated: | 2022-11-25 10:48 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
- mypy (mypy-gitAUR) (check)
- python-coverage (check)
- python-pycodestyle (check)
- python-pylint (check)
- python-pytest (check)
Latest Comments
ebknudsen commented on 2022-04-25 13:42 (UTC)
I'm getting this error:
ERROR: test_instance_of_nptyping_ndarray (tests.functions.test_instance_of.TestInstanceOf)
Traceback (most recent call last): File "/home/erkn/.cache/yay/python-typish/src/typish-1.9.1/tests/functions/test_instance_of.py", line 133, in test_instance_of_nptyping_ndarray register_get_type(numpy.ndarray, nptyping.NDArray.type_of, local_state) AttributeError: type object 'NDArray' has no attribute 'type_of'
ChrisMorgan commented on 2021-05-01 05:14 (UTC)
Looks like this should checkdepends on python-pip:
Or, if I’m reading the situation right, a python-codecov package should be published and have that be added to checkdepends instead.
greyltc commented on 2020-12-17 12:20 (UTC)
Yeah, I don't bump pkgrel when I think it's not needed to trigger a rebuild for everyone.
dack commented on 2020-12-04 17:45 (UTC)
Note - pkgrel should be incremented if there are changes to the PKGBUILD but the upstream version is the same.
greyltc commented on 2020-10-27 19:19 (UTC)
Please read https://wiki.archlinux.org/index.php/Python_package_guidelines on how to write PKGBUILD files for python packages. pip should not be used here, thanks.
greyltc commented on 2020-10-27 19:16 (UTC)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'init.py' Consider using the
--user
option or check the permissions.