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

# source: james
TARBALL=python-slugify-$PKGVER.tar.gz
MD5SUM=d2f490f854f66cc723a004f5328a25b4
SRC_URL=https://files.pythonhosted.org/packages/92/5f/7b84a0bba8a0fdd50c046f8b57dcf179dc16237ad33446079b7c484de04c/python-slugify-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python python-text-unidecode'
SLACKDESC="python-slugify: python-slugify $PKGVER (Slugify library)
python-slugify: 
python-slugify: A Python Slugify application that handles Unicode.
python-slugify: 
python-slugify: https://pypi.org/project/python-slugify/
python-slugify: https://github.com/un33k/python-slugify
python-slugify: 
python-slugify: 
python-slugify: 
python-slugify: 
python-slugify: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pythonmodules &&
	pkg_build_slackdesc
}


