python-xapp: update to 1.4.0.
This commit is contained in:
parent
beb466f76c
commit
a9739402dd
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-xapp'
|
# Template file for 'python-xapp'
|
||||||
pkgname=python-xapp
|
pkgname=python-xapp
|
||||||
version=1.2.0
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="xapp"
|
pycompile_module="xapp"
|
||||||
hostmakedepends="python python3"
|
hostmakedepends="python python3"
|
||||||
depends="python python-psutil"
|
depends="python python-psutil"
|
||||||
short_desc="Python2 Xapp Library"
|
short_desc="Python2 Xapp Library"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="LGPL-2.0-only"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/linuxmint/python-xapp"
|
homepage="https://github.com/linuxmint/python-xapp"
|
||||||
distfiles="https://github.com/linuxmint/python-xapp/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/python-xapp/archive/${version}.tar.gz"
|
||||||
checksum=a81e50b1a16efcd2db0db99afbeebf56a4dfd45b008ec5bc606db0adc7cb9ac0
|
checksum=71ab0ee87df2c6902b36c66c1764b47f558ce3dd1a95b6435a0e65cee8d7eb26
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
python3-xapp_package() {
|
python3-xapp_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Reference in a new issue