parent
b862a94f7e
commit
d4fb971d93
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-peewee'
|
||||
pkgname=python-peewee
|
||||
version=3.1.5
|
||||
version=3.1.7
|
||||
revision=1
|
||||
noarch=yes
|
||||
pycompile_module="peewee"
|
||||
|
@ -12,17 +12,20 @@ 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=902d5643f4ee343a11bc9600bce9bc7e55d9fc16cdd3647177a65af78cafe5fc
|
||||
checksum=2225f909b49bd50a86ea9a6c93ac3eb4ea7e363d349a3149b4c2be8acbea841d
|
||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-peewee_package() {
|
||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
|
||||
noarch=yes
|
||||
pycompile_module="peewee"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue