SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
math/py-oldest-supported-numpy/pkg/DESCR
Normal file
11
math/py-oldest-supported-numpy/pkg/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is a Python meta-package which can be used in pyproject.toml files
|
||||
to automatically provide as a build-time dependency on Numpy.
|
||||
|
||||
Normally it is used to depend on the oldest version that supports the
|
||||
given Python version and platform where a pre-built Numpy wheel is
|
||||
available, such that compiled extensions are ABI-compatible with a
|
||||
wider range of Numpy versions.
|
||||
|
||||
For OpenBSD packages where we manage dependencies internally and
|
||||
don't use upstream pre-built wheels, this is modified to allow any
|
||||
version.
|
6
math/py-oldest-supported-numpy/pkg/PLIST
Normal file
6
math/py-oldest-supported-numpy/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/oldest_supported_numpy-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/oldest_supported_numpy-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/oldest_supported_numpy-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/oldest_supported_numpy-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/oldest_supported_numpy-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/oldest_supported_numpy-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
Loading…
Add table
Add a link
Reference in a new issue