Search Criteria
Package Details: python-winsspi 0.0.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-winsspi.git (read-only, click to copy) |
---|---|
Package Base: | python-winsspi |
Description: | Windows SSPI wrapper in pure python |
Upstream URL: | https://pypi.org/project/winsspi |
Keywords: | library python sspi windows |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-27 14:46 (UTC) |
Last Updated: | 2023-05-14 02:32 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-minikerberosAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-05-07 15:19 (UTC)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!