Skip to content

Commit fc55427

Browse files
jason1987dDuncaen
authored andcommitted
python3-peewee: update to 4.2.3, add testing, adopt.
1 parent 0f478c6 commit fc55427

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

srcpkgs/python3-peewee/template

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Template file for 'python3-peewee'
22
pkgname=python3-peewee
3-
version=4.2.1
3+
version=4.2.3
44
revision=1
55
build_style=python3-pep517
66
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
77
makedepends="python3-devel sqlite-devel"
8-
depends="python3"
8+
checkdepends="python3-aiosqlite python3-apsw python3-Flask python3-gevent python3-greenlet python3-psycopg2"
99
short_desc="Small and simple ORM for Python3"
10-
maintainer="Orphaned <orphan@voidlinux.org>"
10+
maintainer="Jason Elswick <jason@jasondavid.us>"
1111
license="MIT"
1212
homepage="https://github.com/coleifer/peewee"
1313
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
1414
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
15-
checksum=99853cbf4d15b2495646d3ce1464ad484844d8cd2213f0ce84af526d920b5132
16-
make_check=no # tests require postgres instance
15+
checksum=de5e67a6dfda5ba337a60a703bb0db7385fd96a4c478207329cb2a322e017c69
16+
17+
do_check() {
18+
python -m unittest discover -v
19+
}
1720

1821
post_install() {
1922
vlicense LICENSE

0 commit comments

Comments
 (0)