Search Criteria
Package Details: ilua-git 0.2.1.r135.05eb181-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ilua-git.git (read-only, click to copy) |
---|---|
Package Base: | ilua-git |
Description: | Portable Lua kernel for Jupyter |
Upstream URL: | https://github.com/guysv/ilua |
Keywords: | jupyter lua repl |
Licenses: | GPL2 |
Provides: | ilua |
Submitter: | articpenguin |
Maintainer: | articpenguin |
Last Packager: | articpenguin |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-23 01:16 (UTC) |
Last Updated: | 2022-09-27 19:35 (UTC) |
Dependencies (13)
- jupyter_console (jupyter-console)
- lua
- python (python37AUR, python311AUR, python310AUR)
- python-jupyter_core (python-jupyter-core)
- python-pygments
- python-termcolor
- python-twisted
- python-txzmqAUR
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-service-identity (optional) – for TLS client hostname verification
Latest Comments
baltdev commented on 2024-11-08 19:53 (UTC)
It seems like no tests are running in
check()
, and that's causing the package to be unable to be install on my machine.micwoj92 commented on 2023-11-12 00:42 (UTC)
Please update dependency names jupyter_console and python-jupyter_core to versions with dashes, package name were changed couple months ago.
articpenguin commented on 2022-09-27 19:37 (UTC)
great, done!
micwoj92 commented on 2022-09-27 18:45 (UTC)
https://github.com/guysv/ilua/blob/master/setup.cfg#L41
If you have pip installed then it probably ends up installed automatically or maybe have it in some .local python install.
articpenguin commented on 2022-09-27 18:39 (UTC)
thanks @micwoj92, I'm adding python-service-identity and python-wheel, but can you explain why python-setuptools-scm is needed as makedep? I installed it just fine without
micwoj92 commented on 2022-09-15 22:56 (UTC)
doesnt need python-service-identity in depends, but needs python-wheel and python-setuptools-scm in makedepends