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

# source: BLFS 11.3
TARBALL=idna-$PKGVER.tar.gz
MD5SUM=13ea24e076212b6baae1135a116d1e0e
SRC_URL=https://files.pythonhosted.org/packages/source/i/idna/idna-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3 python3-flit_core'
SLACKDESC="python3-idna: python3-idna $PKGVER (IDNA protocol support)
python3-idna: 
python3-idna: The Idna module provides support for the Internationalized Domain 
python3-idna: Names in Applications (IDNA) protocol as specified in RFC 5891.
python3-idna: 
python3-idna: 
python3-idna: 
python3-idna: 
python3-idna: 
python3-idna: 
python3-idna: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/idna* &&
	
	pip3 wheel -w dist --no-build-isolation --no-deps $PWD &&
	pip3 install --no-index --find-links dist --no-cache-dir --no-user idna &&

	pkg_build_slackdesc
}


