New package: python-xapp-1.0.1

Closes: #11225 [via git-merge-pr]
This commit is contained in:
John 2018-01-29 17:30:28 +01:00 committed by Jürgen Buchmüller
parent e45bf96ec6
commit 60efea5e2e
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Template file for 'python-xapp'
pkgname=python-xapp
version=1.0.1
revision=1
build_style=python-module
pycompile_module="xapp"
hostmakedepends="python python3"
depends="python python-psutil"
short_desc="Python2 Xapp Library"
maintainer="John <johnz@posteo.net>"
license="LGPL-2"
homepage="https://github.com/linuxmint/python-xapp"
distfiles="https://github.com/linuxmint/python-xapp/archive/1.0.1.tar.gz"
checksum=da2ec46dc3fce97accd0ee6d9bd9d71d26c953b01de1a5336ba2b4b60f2f3b6b
noarch=yes
python3-xapp_package() {
noarch=yes
depends="python3 python3-psutil"
pycompile_module="xapp"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-xapp Symbolic link
View File

@ -0,0 +1 @@
python-xapp