tryton: update to 5.0.0.
switch to Python3.
This commit is contained in:
parent
eecf3e55a6
commit
d5c3bb0e0c
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'tryton'
|
# Template file for 'tryton'
|
||||||
pkgname=tryton
|
pkgname=tryton
|
||||||
version=4.8.6
|
version=5.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="tryton"
|
pycompile_module="tryton"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="gtk+3 python-dateutil python-gobject"
|
depends="gtk+3 python3-dateutil python3-gobject"
|
||||||
short_desc="Three-tier high-level general purpose application platform"
|
short_desc="Three-tier high-level general purpose application platform"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.tryton.org"
|
homepage="https://www.tryton.org"
|
||||||
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
|
||||||
checksum=09eb0030e21fab363e8b804ef71578f03fb2d1e066c619505d5aaaf153126ab0
|
checksum=7a1da2f5c54cdb611155493b2c9be01ea623dbe91954105ed9cfbff3d7b3d84a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall tryton.desktop 644 usr/share/applications
|
vinstall tryton.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue