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

# source: james
TARBALL=python-text-unidecode-$PKGVER.tar.gz
MD5SUM=53a0a6c5aef8f5eb5834e78e0fdf0499
SRC_URL=https://files.pythonhosted.org/packages/ab/e2/e9a00f0ccb71718418230718b3d900e71a5d16e701a3dae079a21e9cd8f8/text-unidecode-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-text-unidecode: python-text-unidecode $PKGVER (Unicode to ASCII library)
python-text-unidecode: 
python-text-unidecode: text-unidecode is the most basic port of the Text::Unidecode Perl 
python-text-unidecode: library.
python-text-unidecode: 
python-text-unidecode: https://pypi.org/project/text-unidecode/
python-text-unidecode: 
python-text-unidecode: 
python-text-unidecode: 
python-text-unidecode: 
python-text-unidecode: 
"

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


