Package Details: python-simpy 4.1.1-1

Git Clone URL: https://aur.archlinux.org/python-simpy.git (read-only, click to copy)
Package Base: python-simpy
Description: Event discrete, process based simulation for Python.
Upstream URL: http://simpy.readthedocs.org/en/latest/
Licenses: MIT
Submitter: mschu
Maintainer: mschu
Last Packager: mschu
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-23 19:07 (UTC)
Last Updated: 2023-11-13 09:16 (UTC)

Latest Comments

carlosal1015 commented on 2021-09-06 23:24 (UTC)

Hi, I have the following error:

==> Extracting sources...
  -> Extracting simpy-4.0.1.tar.gz with bsdtar
==> Sources are ready.
==> Making package: python-simpy 4.0.1-1 (Mon 06 Sep 2021 06:23:54 PM -05)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
WARNING: The wheel package is not available.
/usr/sbin/python: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/sbin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp9vgsxnam', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.

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

Traceback (most recent call last):
  File "/tmp/makepkg/python-simpy/src/simpy-4.0.1/setup.py", line 4, in <module>
    setup(use_scm_version=True)
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 152, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 785, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 766, in resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1051, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1063, in obtain
    return installer(requirement)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 844, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 77, in fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/sbin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp9vgsxnam', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.
==> ERROR: A failure occurred in build().
    Aborting...
error making: python-simpy

Methylzero commented on 2014-11-07 14:39 (UTC)

This package has failed to build on my system and I had to edit the PKGBUILD. The PKGBUILD is missing a makedepend. Please add python2-setuptools as a makedepend.