contrib/python3-pygments/Pkgfile

17 lines
470 B
Plaintext
Raw Normal View History

2019-11-18 22:50:37 +01:00
# Description: Python syntax highlighter
2020-06-01 17:45:48 +02:00
# URL: https://pygments.org/
2023-08-06 19:18:08 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-hatchling
2019-11-18 22:50:37 +01:00
name=python3-pygments
2023-11-22 18:50:29 +01:00
version=2.17.2
2020-12-31 13:46:54 +01:00
release=1
source=(https://pypi.org/packages/source/p/pygments/pygments-$version.tar.gz)
2019-11-18 22:50:37 +01:00
build() {
cd pygments-$version
2019-11-18 22:50:37 +01:00
2023-08-06 19:18:08 +02:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
2019-11-18 22:50:37 +01:00
}