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

# source: james
TARBALL=python-idna-$PKGVER.tar.gz
MD5SUM=2e9ae0b4a0b26d1747c6127cdb060bc1
SRC_URL=https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7/idna-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-idna: python3-idna $PKGVER (IDNA Support)
python3-idna: 
python3-idna: Support for the Internationalised Domain Names in Applications (IDNA) 
python3-idna: protocol as specified in RFC 5891. This is the latest version of the 
python3-idna: protocol and is sometimes referred to as IDNA 2008.
python3-idna: 
python3-idna: https://pypi.org/project/idna/
python3-idna: 
python3-idna: 
python3-idna: 
python3-idna: 
"

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


