testing/py3-diskcache: build with vendored distutils

This commit is contained in:
ptrcnull 2024-03-28 02:03:07 +01:00
parent 52b30c3c12
commit 39638f8cc1
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -19,7 +19,6 @@ replaces="py-diskcache" # Backwards compatibility
provides="py-diskcache=$pkgver-r$pkgrel" # Backwards compatibility
build() {
export SETUPTOOLS_USE_DISTUTILS=stdlib
python3 setup.py build
}
@ -28,7 +27,6 @@ check() {
}
package() {
export SETUPTOOLS_USE_DISTUTILS=stdlib
python3 setup.py install --skip-build --root="$pkgdir"
}