contrib/python3-chardet/Pkgfile

17 lines
548 B
Plaintext
Raw Normal View History

2018-03-15 13:13:29 +01:00
# Description: Python module for character encoding auto-detection.
# URL: https://github.com/erikrose/chardet
# Maintainer: Danny Rawlins, crux at romster dot me
2022-12-02 17:18:29 +01:00
# Depends on: python3-build python3-installer
2018-03-15 13:13:29 +01:00
name=python3-chardet
2022-12-02 17:18:29 +01:00
version=5.1.0
2020-12-31 13:33:08 +01:00
release=1
2018-03-15 13:13:29 +01:00
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
2022-12-02 17:18:29 +01:00
cd chardet-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
2018-03-15 13:13:29 +01:00
}