Search Criteria
Package Details: python-exscript 2.6.30-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-exscript.git (read-only, click to copy) |
---|---|
Package Base: | python-exscript |
Description: | A Python module making Telnet and SSH easy |
Upstream URL: | https://github.com/knipknap/exscript |
Keywords: | python ssh telnet |
Licenses: | MIT |
Submitter: | SelfRef |
Maintainer: | SelfRef |
Last Packager: | SelfRef |
Votes: | 1 |
Popularity: | 0.95 |
First Submitted: | 2023-07-22 09:21 (UTC) |
Last Updated: | 2023-12-20 13:33 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-configparserAUR
- python-future
- python-paramiko (python-paramiko-ngAUR)
- python-pycryptodomex
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
SelfRef commented on 2023-12-24 16:07 (UTC)
@dreieck I know, my response here: https://aur.archlinux.org/packages/python-exscript-git#comment-949220
dreieck commented on 2023-12-20 16:22 (UTC)
You should move away from calling
setup.py
and usepython -m build
,python -m installer
together with the appropriate makedependencies instead (see Arch Linux wiki on python packages):Regards and thanks for the package!
SelfRef commented on 2023-12-20 13:34 (UTC)
@taotieren Fixed
taotieren commented on 2023-12-20 12:46 (UTC) (edited on 2023-12-20 12:47 (UTC) by taotieren)
Python_package_guidelines Missing compilation dependency
python-setuptools
.I use extra from the devtools package for compilation. thank you
SelfRef commented on 2023-12-16 15:22 (UTC) (edited on 2023-12-16 15:25 (UTC) by SelfRef)
@taotieren Thanks for the comment. My build script was based on official author's instruction to keep maximum compatibility because it uses
Makefile
and run some commands.I've updated my PKGBUILD to be consistent with Arch Wiki, please check if it works now for you.
Also, because the author doesn't create a typical GitHub releases for a long time, I also added
-git
version to be always updated: python-exscript-git.taotieren commented on 2023-12-16 12:33 (UTC)
Hi, I'm using devtool tool to compile this package and it gives me the following error, can you please update this package according to the official python package? Thank you very much.
https://wiki.archlinux.org/title/Python_package_guidelines