mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
9712afcd4f
the patch can be dropped, because for python 3.13 it allows any version
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
This is a Python meta-package which used to be used in pyproject.toml
|
|
files to automatically provide a build-time dependency on Numpy, with
|
|
the version set to the oldest Numpy version supporting the installed
|
|
Python and OS (used to create binary wheels for distribution on pypi).
|
|
|
|
It is deprecated but still packaged to avoid patches in those ports
|
|
which still use it.
|