aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-peewee/APKBUILD
blob: d564475e3a4c11aa8f2f55c7bec6512dd6daddee (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.13.2
pkgrel=0
pkgdesc="Small, expressive ORM"
url="https://github.com/coleifer/peewee"
arch="all"
license="MIT"
depends="python3"
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

build() {
	python3 setup.py build
}

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

sha512sums="f61fc953bacbcdb077281a40d213600dc18b688c40fcbb8f3b3e3b0caaa0ade7c77643d63f82c649d29df0263a536489c0947312bb7b43b672a88b6e8f984ccd  peewee-3.13.2.tar.gz"