mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-peewee: update to 3.18.2.
This commit is contained in:
parent
c5f1ca523d
commit
776a0411c2
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-peewee'
|
# Template file for 'python3-peewee'
|
||||||
pkgname=python3-peewee
|
pkgname=python3-peewee
|
||||||
version=3.18.1
|
version=3.18.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
||||||
|
@ -12,11 +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=9e32eca343d4fb3f76f2c828872c2d398b3302ec84a6bf95d1a29247f8aec1cc
|
checksum=20f5ca85d46f0c251cba5ab6f734b09e89ea77af56ad66708225bc7d4331f4c7
|
||||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
|
|
||||||
make_check=no # tests require postgres instance
|
make_check=no # tests require postgres instance
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv $DESTDIR/usr/bin/pwiz.py $DESTDIR/usr/bin/pwiz.py3
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue