contrib/python3-idna/Pkgfile

17 lines
560 B
Plaintext
Raw Normal View History

2018-03-15 13:14:28 +01:00
# Description: Internationalized Domain Names in Applications (IDNA).
# URL: https://github.com/kjd/idna
2023-08-13 09:19:36 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-flit-core python3-installer
2018-03-15 13:14:28 +01:00
name=python3-idna
2022-09-17 08:54:20 +02:00
version=3.4
2018-03-15 13:14:28 +01:00
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
2023-08-13 09:19:36 +02:00
cd ${name#*-}-$version
2023-08-13 09:19:36 +02:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
2018-03-15 13:14:28 +01:00
}