Enable more aarch64 Python packages builds (#23968)

This commit is contained in:
Hernan Martinez 2025-04-13 22:05:23 -06:00 committed by GitHub
parent 5bc5dc172c
commit eccbf1f882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 13 additions and 11 deletions

View File

@ -7,10 +7,10 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.2.9
pkgrel=8
pkgrel=9
pkgdesc="Python bindings for Oracle Berkeley DB (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-bsddb'
'purl: pkg:pypi/bsddb3'
@ -19,7 +19,8 @@ license=('BSD')
url="https://www.jcea.es/programacion/pybsddb.htm"
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-db")
makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-cc")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.python.org/packages/source/b/bsddb3/${_realname}-${pkgver}.tar.gz"
db-6.0-support.patch
unsupported-runtime-dirs.patch)

View File

@ -7,7 +7,7 @@ pkgver=1.9.0
pkgrel=2
pkgdesc="A python interface to RFC 2743/2744 (plus common extensions) (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/pythongssapi/python-gssapi'
msys2_references=(
'purl: pkg:pypi/gssapi'

View File

@ -9,7 +9,7 @@ pkgdesc='Matplotlib Jupyter Integration (mingw-w64)'
url='https://matplotlib.org/ipympl/'
msys2_repository_url='https://github.com/matplotlib/ipympl'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'purl: pkg:pypi/ipympl'
)

View File

@ -5,9 +5,9 @@ pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgdesc="LIEF - Library to Instrument Executable Formats (mingw-w64)"
pkgver=0.13.2
pkgrel=4
pkgrel=5
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'purl: pkg:pypi/lief'
)
@ -44,6 +44,7 @@ build() {
-G"Ninja" \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DLIEF_PYTHON_API=ON \
-DLIEF_DISABLE_FROZEN=OFF \
-DCMAKE_SKIP_RPATH=ON \

View File

@ -7,7 +7,7 @@ pkgver=5.3.5
pkgrel=4
pkgdesc='Input/output for many mesh formats (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/nschloe/meshio'
msys2_references=(
'purl: pkg:pypi/meshio'

View File

@ -7,7 +7,7 @@ pkgver=2.2.7
pkgrel=1
pkgdesc="Fork of MySQL-python with support for Python 3 (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://mysqlclient.readthedocs.io/'
msys2_repository_url='https://github.com/PyMySQL/mysqlclient-python'
msys2_references=(

View File

@ -7,7 +7,7 @@ pkgver=3.4.0
pkgrel=1
pkgdesc='A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/ahmedfgad/GeneticAlgorithmPython'
msys2_references=(
'purl: pkg:pypi/pygad'

View File

@ -7,7 +7,7 @@ pkgver=1.0.5
pkgrel=1
pkgdesc="Simple, modern and high performance file watching and code reload in python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'purl: pkg:pypi/watchfiles'
)