File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'python3-peewee'
22pkgname=python3-peewee
3- version=4.2.1
3+ version=4.2.3
44revision=1
55build_style=python3-pep517
66hostmakedepends="python3-setuptools python3-wheel python3-Cython"
77makedepends="python3-devel sqlite-devel"
8- depends ="python3"
8+ checkdepends ="python3-aiosqlite python3-apsw python3-Flask python3-gevent python3-greenlet python3-psycopg2 "
99short_desc="Small and simple ORM for Python3"
10- maintainer="Orphaned <orphan@voidlinux.org >"
10+ maintainer="Jason Elswick <jason@jasondavid.us >"
1111license="MIT"
1212homepage="https://github.com/coleifer/peewee"
1313changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
1414distfiles="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
1821post_install() {
1922 vlicense LICENSE
You can’t perform that action at this time.
0 commit comments