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