Package Details: python-oldest-supported-numpy 2023.12.21-1

Git Clone URL: https://aur.archlinux.org/python-oldest-supported-numpy.git (read-only, click to copy)
Package Base: python-oldest-supported-numpy
Description: Meta-package providing oldest supported Numpy for given Python version
Upstream URL: https://github.com/scipy/oldest-supported-numpy
Licenses: BSD
Submitter: Universebenzene
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 2
Popularity: 0.000033
First Submitted: 2022-02-23 12:07 (UTC)
Last Updated: 2023-12-22 05:05 (UTC)

Latest Comments

dreieck commented on 2024-04-28 11:48 (UTC)

Please move away from calling setup.py directly and instead use python -m build and python -m installer (together with the appropriate makedepends), as documented in the Arch Linux wiki for python packages:

==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib

Regards and thanks for maintaining!

Universebenzene commented on 2023-08-11 12:05 (UTC)

@brisvag I didn't meet this problem while building vispy.

brisvag commented on 2023-07-25 13:07 (UTC)

I'm having an odd issue with this and python-vispy, which depends on it. I get the following error when installing vispy:

ERROR Missing dependencies:
    oldest-supported-numpy
==> ERROR: A failure occurred in build().
    Aborting...

This happens even though python-oldest-supported-numpy is installed. It's as if the python installed doesn't see this package and simply stops there. Indeed, if I remove the dependency from pyproject.toml the installation proceeds just fine. Any tips?