Search Criteria
Package Details: python-pylnk303 0.3.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pylnk303.git (read-only, click to copy) |
---|---|
Package Base: | python-pylnk303 |
Description: | Python library for reading and writing Windows shortcut files (.lnk).(0.3 ver) |
Upstream URL: | https://pypi.org/project/pylnk3/ |
Keywords: | 0.3 library link lnk python windows |
Licenses: | LGPLv3 |
Conflicts: | python-pylnk3 |
Provides: | python-pylnk3 |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-22 20:10 (UTC) |
Last Updated: | 2023-05-14 02:10 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-05-07 15:49 (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!