### this file is sourced not run
PKGVER=1.14.3
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=python-sh-$PKGVER.tar.gz
MD5SUM=d60498172876f35aef6303a9cbb8eb11
SRC_URL=https://files.pythonhosted.org/packages/source/s/sh/sh-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-sh: python3-sh $PKGVER (linux subprocess library)
python3-sh: 
python3-sh: sh is a full-fledged subprocess replacement for Python 3.8 - 3.11, 
python3-sh: and PyPy that allows you to call any program as if it were a function.
python3-sh:
python3-sh: https://pypi.org/project/sh/
python3-sh: 
python3-sh: 
python3-sh: 
python3-sh: 
python3-sh:
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}
