1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
6 pkgdesc="Internationalized Domain Names in Applications (IDNA)"
9 url="https://github.com/kjd/idna"
11 makedepends=('python-build' 'python-installer' 'python-flit-core')
12 checkdepends=('python-pytest')
13 source=("https://pypi.io/packages/source/i/idna/idna-$pkgver.tar.gz")
14 sha512sums=('4060a9304c9bac04efdd0b97ec8f5aeb7e17417e767bf51c5dfc26605edad25ab67456cf6f6a3c5a9f32b8247e46f6343edfd8a6ffbcd6d1075c71e66d089d6a')
18 python -m build --no-isolation --wheel
28 python -m installer --destdir="$pkgdir" dist/*.whl
29 install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/