mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/py3-ewmh: build with vendored distutils
This commit is contained in:
parent
f347593a94
commit
dd185979dd
@ -14,7 +14,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/parkouss/pyewmh/archive/v$pk
|
||||
builddir="$srcdir/pyewmh-$pkgver"
|
||||
|
||||
build() {
|
||||
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
@ -24,7 +23,6 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
python3 setup.py install \
|
||||
--prefix=/usr \
|
||||
--root="$pkgdir"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user