contrib/python3-soupsieve/Pkgfile

18 lines
582 B
Plaintext
Raw Normal View History

2020-02-12 12:37:22 +01:00
# Description: A CSS4 selector implementation for Beautiful Soup
2021-03-20 05:40:14 +01:00
# URL: https://pypi.python.org/pypi/soupsieve
2020-02-12 12:37:22 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-build python3-hatchling python3-installer
2020-02-12 12:37:22 +01:00
name=python3-soupsieve
2021-03-20 05:40:14 +01:00
_name=${name#*-}
version=2.3.2.post1
2020-02-12 12:37:22 +01:00
release=1
2021-03-20 05:40:14 +01:00
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$version.tar.gz)
2020-02-12 12:37:22 +01:00
build() {
2021-03-20 05:40:14 +01:00
cd $_name-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
2020-02-12 12:37:22 +01:00
}