contrib/python3-django-compressor/Pkgfile

17 lines
625 B
Plaintext
Raw Normal View History

# Description: Compresses linked and inline JavaScript or CSS into single cached files.
# URL: https://django-compressor.readthedocs.io/en/latest/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-django-appconf python3-rcssmin python3-rjsmin
name=python3-django-compressor
version=4.5.1
release=1
2024-06-19 19:50:25 +02:00
source=(https://pypi.org/packages/source/d/django_compressor/django_compressor-$version.tar.gz)
build() {
2024-06-19 19:50:25 +02:00
cd django_compressor-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}