Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37571483
en ru br
ALT Linux repos
S:2023.8.3-alt1

Group :: Development/Python3
RPM: python3-module-oldest-supported-numpy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2023.8.3-alt1
Build date: 7 august 2023, 12:50 ( 37.9 weeks ago )
Size: 11.87 Kb

Home page:   https://pypi.org/project/oldest-supported-numpy

License: BSD-2-Clause
Summary: Oldest NumPy that supports a given Python version and platform
Description:

This is a meta-package which can be used in pyproject.toml files to
automatically provide as a build-time dependency the oldest version of NumPy
that supports the given Python version and platform. In case of platforms for
which NumPy has prebuilt wheels, the provided version also has a prebuilt NumPy
wheel.

The reason to use the oldest available NumPy version as a build-time dependency
is because of ABI compatibility. Binaries compiled with old NumPy versions are
binary compatible with newer NumPy versions, but not vice versa. This
meta-package exists to make dealing with this more convenient, without having to
duplicate the same list manually in all packages requiring it.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-oldest-supported-numpy
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin