python3-peewee: update to 3.14.4.
This commit is contained in:
parent
734b9dd0f0
commit
32282ffa64
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-peewee'
|
# Template file for 'python3-peewee'
|
||||||
pkgname=python3-peewee
|
pkgname=python3-peewee
|
||||||
version=3.14.0
|
version=3.14.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="peewee-${version}"
|
wrksrc="peewee-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,8 +12,9 @@ license="MIT"
|
||||||
homepage="https://github.com/coleifer/peewee"
|
homepage="https://github.com/coleifer/peewee"
|
||||||
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
||||||
checksum=7541de384953e4bfe3085d184512a810ffbf1a6ee555016718762f2877fa88a4
|
checksum=cded912439699a63704fcad36ee15093bbf3cca502beb9ae648423f8722178c2
|
||||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
|
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
|
||||||
|
make_check=no # tests require postgres instance
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv $DESTDIR/usr/bin/pwiz.py $DESTDIR/usr/bin/pwiz.py3
|
mv $DESTDIR/usr/bin/pwiz.py $DESTDIR/usr/bin/pwiz.py3
|
||||||
|
|
Loading…
Reference in New Issue