19 lines
577 B
Bash
19 lines
577 B
Bash
# Template file for 'python3-sh'
|
|
pkgname=python3-sh
|
|
version=1.14.3
|
|
revision=2
|
|
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.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/amoffat/sh"
|
|
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
|
|
checksum=e4045b6c732d9ce75d571c79f5ac2234edd9ae4f5fa9d59b09705082bdca18c7
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|