# Description: Pickled object field for Django
# URL: https://github.com/gintas/django-picklefield
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-django

name=python3-django-picklefield
version=3.3
release=1
source=(https://pypi.org/packages/source/d/django-picklefield/django-picklefield-$version.tar.gz)

build() {
  cd django-picklefield-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}
