18 lines
604 B
Plaintext
18 lines
604 B
Plaintext
# Description: Extensions for Django
|
|
# URL: https://github.com/django-extensions/django-extensions
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
# Depends on: python3-django python3-six
|
|
# Optional: graphviz python3-ipython python3-werkzeug
|
|
|
|
name=python3-django-extensions
|
|
version=3.2.3
|
|
release=1
|
|
source=(https://pypi.org/packages/source/d/django-extensions/django-extensions-$version.tar.gz)
|
|
|
|
build() {
|
|
cd django-extensions-$version
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
|
}
|