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

# source: james
TARBALL=python-filelock-$PKGVER.tar.gz
MD5SUM=98c7e744e8453b67344f66525da56c12
SRC_URL=https://files.pythonhosted.org/packages/source/f/filelock/filelock-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-filelock: python3-filelock $PKGVER (file locking library)
python3-filelock: 
python3-filelock: This package contains a single module, which implements a platform 
python3-filelock: independent file lock in Python, which provides a simple way of 
python3-filelock: inter-process communication.
python3-filelock: 
python3-filelock: https://pypi.org/project/filelock/
python3-filelock: 
python3-filelock: 
python3-filelock: 
python3-filelock:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/filelock*
	pkg_build_pip3modules filelock &&
	pkg_build_slackdesc
}


