# Contributor: Leonardo Arena # Contributor: Justin Berthault # Maintainer: pkgname=py3-django-rest-framework _pkgname=django-rest-framework pkgver=3.14.0 pkgrel=0 pkgdesc="Web APIs for Django" options="!check" # fails with "OperationalError: no such table: auth_user" url="https://github.com/encode/django-rest-framework" arch="noarch" license="Custom" depends="py3-django" makedepends="py3-setuptools" checkdepends="py3-pytest py3-tz py3-core-api py3-jinja2 py3-uritemplate" source="$pkgname-$pkgver.tar.gz::https://github.com/encode/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { python3 setup.py --quiet build } check() { python3 runtests.py } package() { python3 setup.py --quiet install --skip-build --root="$pkgdir" } sha512sums=" c1012c656b427e0318b2056e2f984ddc75a5b4e85f375c76fba165ad06e285848eee1bc6dc76c097daec57d780efb2551110199d62ce636a03951aec13ab4013 py3-django-rest-framework-3.14.0.tar.gz "