testing/py3-peewee: rebuild against python 3.8

This commit is contained in:
Natanael Copa 2019-11-04 13:16:39 +00:00
parent 52e6ce5c10
commit 844cb2d7f6

View File

@ -3,13 +3,13 @@
pkgname=py3-peewee
_pkgname=peewee
pkgver=3.11.2
pkgrel=0
pkgrel=1
pkgdesc="A small, expressive ORM"
url="https://github.com/coleifer/peewee"
arch="all"
license="MIT"
depends="python3"
makedepends="cython3 py3-setuptools python3-dev sqlite-dev"
makedepends="cython py3-setuptools python3-dev sqlite-dev"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver