void-packages/srcpkgs/python3-sh/template
Pulux 996851a13e
python3-sh: update to 1.14.2.
Closes: #31498 [via git-merge-pr]
2021-09-11 15:39:54 +02:00

19 lines
611 B
Bash

# Template file for 'python3-sh'
pkgname=python3-sh
version=1.14.2
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-Pygments python3-coverage python3-coveralls python3-docopt python3-docutils flake8"
short_desc="Python subprocess replacement (Python3)"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://github.com/amoffat/sh"
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
checksum=9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d
post_install() {
vlicense LICENSE.txt
}