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

# source: james
TARBALL=python-idna-$PKGVER.tar.gz
MD5SUM=c706e2790b016bd0ed4edd2d4ba4d147
SRC_URL=https://pypi.python.org/packages/f4/bd/0467d62790828c23c47fc1dfa1b1f052b24efdf5290f071c7a91d0d82fd3/idna-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python' 
SLACKDESC="python-idna: python-idna $PKGVER (Internationalized Domain Names for Python
python-idna: 
python-idna: Support for the Internationalised Domain Names in Applications (IDNA) 
python-idna: protocol as specified in RFC 5891. This is the latest version of the 
python-idna: protocol and is sometimes referred to as IDNA 2008. This acts as a 
python-idna: suitable replacement for the “encodings.idna” module that comes 
python-idna: with the Python standard library, but only supports the old, 
python-idna: deprecated IDNA specification.
python-idna: 
python-idna: https://pypi.python.org/pypi/idna
python-idna: 
"

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


