python-peewee: update to 3.2.5.
This commit is contained in:
parent
e3ea6628db
commit
0562e1c236
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-peewee'
|
||||
pkgname=python-peewee
|
||||
version=3.2.4
|
||||
version=3.2.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
pycompile_module="peewee"
|
||||
wrksrc="peewee-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="peewee"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
short_desc="Small and simple ORM for Python2"
|
||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/coleifer/peewee"
|
||||
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
||||
checksum=2363000a8ace228b8125aa88a403e5b04a24eeecaa05052584a153d8914cbdc6
|
||||
checksum=7fb69135fb8d7f5e6e9098fcd27320e4bbde37288695ad5c99b3f46b4e2314e6
|
||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py2"
|
||||
noarch=yes
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue