### this file is sourced not run
PKGVER=1.4.4
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=python-appdirs-$PKGVER.tar.gz
MD5SUM=d6bca12613174185dd9abc8a29f4f012
SRC_URL=https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-appdirs: python3-appdirs $PKGVER (Determine user data dir)
python3-appdirs: 
python3-appdirs: A small Python module for determining appropriate platform-specific 
python3-appdirs: dirs, e.g. a 'user data dir'.
python3-appdirs: 
python3-appdirs: https://pypi.org/project/appdirs/
python3-appdirs: 
python3-appdirs: 
python3-appdirs: 
python3-appdirs: 
python3-appdirs: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&  # this still works
	#pkg_build_pip3modules appdirs && # this works too
	pkg_build_slackdesc
}


