Search Criteria
Package Details: python-msldap 0.5.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-msldap.git (read-only, click to copy) |
---|---|
Package Base: | python-msldap |
Description: | Python library to play with MS LDAP |
Upstream URL: | https://pypi.org/project/msldap/ |
Keywords: | ldap library microsoft python |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-27 14:54 (UTC) |
Last Updated: | 2024-08-14 17:51 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-asn1crypto
- python-asysocksAUR
- python-minikerberosAUR
- python-prompt_toolkit
- python-tqdm
- python-winaclAUR
- python-winsspiAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-05-07 15:20 (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!