Search Criteria
Package Details: rshell 0.0.36-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rshell.git (read-only, click to copy) |
---|---|
Package Base: | rshell |
Description: | A remote shell for working with MicroPython boards |
Upstream URL: | https://github.com/dhylands/rshell |
Keywords: | micropython shell |
Licenses: | MIT |
Submitter: | n0gg1n |
Maintainer: | SpotlightKid |
Last Packager: | SpotlightKid |
Votes: | 9 |
Popularity: | 0.000002 |
First Submitted: | 2019-05-14 09:03 (UTC) |
Last Updated: | 2024-12-23 12:58 (UTC) |
Dependencies (6)
- python-pyserial (python-pyserial-labgrid-gitAUR)
- python-pyudev
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
XenGi commented on 2020-01-22 19:57 (UTC)
np. You forgot to name the package
python-rshell
.n0gg1n commented on 2020-01-22 14:45 (UTC)
Thanks for your tips!
XenGi commented on 2020-01-22 12:58 (UTC) (edited on 2020-01-22 13:16 (UTC) by XenGi)
Why do you have
python3
in makedepends butpython
in depends? Just usepython
for both.rshell uses a source package so you can just use
https:// files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
in the PKGBUILDs source array.See: https://wiki.archlinux.org/index.php/Python_package_guidelines
This would be my recommended PKGBUILD:
py_crash commented on 2020-01-19 04:27 (UTC)
You forgot the python-udev dependency. It breaks when trying to open
« First ‹ Previous 1 2