Package Details: ilua-git 0.2.1.r135.05eb181-3

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)

Required by (0)

Sources (1)

Latest Comments

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.

==> Starting build()...
/usr/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python3: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpen9m_8c1', '--quiet', 'setuptools_scm[toml]>=3.4.3']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/build/ilua-git/src/ilua/setup.py", line 13, in <module>
    setup(
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 86, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 876, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 789, in resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1075, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1087, in obtain
    return installer(requirement)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 956, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpen9m_8c1', '--quiet', 'setuptools_scm[toml]>=3.4.3']' returned non-zero exit status 1.
==> ERROR: A failure occurred in build().
    Aborting...

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