Enable clangarm64 for python-poetry dependencies - Part2
This commit is contained in:
@@ -10,7 +10,7 @@ pkgver=0.12.12
|
||||
pkgrel=1
|
||||
pkgdesc="httplib2 caching for requests (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://github.com/ionrock/${_realname}"
|
||||
license=('Apache')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
|
||||
@@ -7,7 +7,7 @@ pkgver=23.8.2
|
||||
pkgrel=1
|
||||
pkgdesc='Provides an easy way to access the system keyring service (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('MIT')
|
||||
url='https://github.com/jaraco/keyring'
|
||||
depends=(
|
||||
|
||||
@@ -10,7 +10,7 @@ pkgver=4.8.0
|
||||
pkgrel=3
|
||||
pkgdesc="For controlling and automating applications (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url='https://pexpect.readthedocs.org/en/stable/'
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python"
|
||||
|
||||
@@ -11,7 +11,7 @@ pkgrel=3
|
||||
pkgdesc="Run a subprocess in a pseudo terminal (mingw-w64)"
|
||||
url="https://github.com/pexpect/ptyprocess"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
license=('ISC')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
|
||||
@@ -7,7 +7,7 @@ pkgver=0.2.0
|
||||
pkgrel=2
|
||||
pkgdesc='A reimplementation of pywin32 that is pure python (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64' 'clangarm64')
|
||||
license=('BSD')
|
||||
url='https://github.com/enthought/pywin32-ctypes'
|
||||
makedepends=(
|
||||
|
||||
Reference in New Issue
Block a user