aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-peewee/APKBUILD
blob: bad55091280978d6bc5adbfb990d703121a79504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-peewee
_pkgname=peewee
pkgver=3.11.0
pkgrel=0
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"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

builddir="$srcdir"/$_pkgname-$pkgver

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="3475e7163588f93eba7a8624aa5ce3c8a43cd17dc1842bce0570b68a3f56bd2509fb5076fd9e6991da53f9e276047ba32764b08bcb62fffb1fa22fc1e8c5752b  peewee-3.11.0.tar.gz"