contrib/python3-sh/Pkgfile

17 lines
506 B
Plaintext
Raw Normal View History

# Description: Python subprocess replacement
# URL: https://pypi.python.org/pypi/sh
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-02-10 08:38:37 +01:00
# Depends on: python3-build python3-wheel python3-installer python3-poetry-core
name=python3-sh
2023-05-16 19:24:10 +02:00
version=2.0.4
release=1
source=(https://pypi.io/packages/source/s/sh/sh-$version.tar.gz)
build() {
cd sh-$version
2023-02-10 08:38:37 +01:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}