python3-peewee: update to 3.18.2.

This commit is contained in:
Jason Elswick 2025-07-08 17:12:04 -05:00 committed by Duncan Overbruck
parent c5f1ca523d
commit 776a0411c2

View file

@ -1,6 +1,6 @@
# Template file for 'python3-peewee'
pkgname=python3-peewee
version=3.18.1
version=3.18.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
@ -12,11 +12,9 @@ license="MIT"
homepage="https://github.com/coleifer/peewee"
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
checksum=9e32eca343d4fb3f76f2c828872c2d398b3302ec84a6bf95d1a29247f8aec1cc
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
checksum=20f5ca85d46f0c251cba5ab6f734b09e89ea77af56ad66708225bc7d4331f4c7
make_check=no # tests require postgres instance
post_install() {
mv $DESTDIR/usr/bin/pwiz.py $DESTDIR/usr/bin/pwiz.py3
vlicense LICENSE
}