mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python-peewee: update to 3.6.4.
This commit is contained in:
parent
27dd260f23
commit
6bcec57713
1 changed files with 3 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.6.3
|
version=3.6.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="peewee-${version}"
|
wrksrc="peewee-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Small and simple ORM for Python2"
|
||||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/coleifer/peewee"
|
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"
|
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
||||||
checksum=cff50886d9116d462d8166887717939eba1e48c6cee8a644fca426eb7e432726
|
checksum=ffb5fe0cf98b7efb5339e9369eaf762a1f0fc704f4888b16be999328a71e288c
|
||||||
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