ucrt all the things

This commit is contained in:
Christoph Reiter
2021-04-01 21:08:55 +02:00
parent d0eb35f4ff
commit efa44d23cc
1463 changed files with 1482 additions and 23 deletions

View File

@@ -11,6 +11,7 @@ pkgrel=1
pkgdesc="This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way (mingw-w64)"
url="https://pypi.org/project/pathlib2/"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-scandir")