mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-peewee: update to 3.6.3. (#959)
This commit is contained in:
parent
5bf8458442
commit
b8db6d4f77
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-peewee'
|
# Template file for 'python-peewee'
|
||||||
pkgname=python-peewee
|
pkgname=python-peewee
|
||||||
version=3.5.1
|
version=3.6.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="peewee-${version}"
|
wrksrc="peewee-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,7 +12,7 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/coleifer/peewee"
|
homepage="https://github.com/coleifer/peewee"
|
||||||
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
||||||
checksum=9b1ef00ce6e50507f1bf392d369e04d32c38510fc933b9bc90a24bca67105572
|
checksum=cff50886d9116d462d8166887717939eba1e48c6cee8a644fca426eb7e432726
|
||||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py2"
|
alternatives="peewee:pwiz:/usr/bin/pwiz.py2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue