Various fixes as suggested and a dependency issue I missed earlier. I had editted the wrong file.

This commit is contained in:
JPeterMugaas
2021-12-10 00:38:12 -05:00
parent b3ee22ae37
commit b31b575447
3 changed files with 10 additions and 45 deletions

View File

@@ -7,6 +7,7 @@ pkgver=3.5.1
pkgrel=1
pkgdesc='Simplified packaging of Python modules (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/takluyver/flit'
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python"
@@ -149,6 +150,7 @@ package_python-flit-core() {
sed -e "s|$srcdir||g" -i {} \;
}
# template start; name=mingw-w64-splitpkg-wrappers; version=1.0;
for _name in "${pkgname[@]}"; do
_short="package_${_name#${MINGW_PACKAGE_PREFIX}-}"
_func="$(declare -f "${_short}")"