python3-xapp: update to 2.0.1, drop py2, orphan
This commit is contained in:
parent
0f30a15a0c
commit
24be62b60c
|
@ -1,25 +0,0 @@
|
||||||
# Template file for 'python-xapp'
|
|
||||||
pkgname=python-xapp
|
|
||||||
version=1.8.1
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
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.1-or-later"
|
|
||||||
homepage="https://github.com/linuxmint/python-xapp"
|
|
||||||
distfiles="https://github.com/linuxmint/python-xapp/archive/${version}.tar.gz"
|
|
||||||
checksum=f407edf5db6a30fcdec26a24addc86dc7b7ed891890fb128dd36675a95434355
|
|
||||||
|
|
||||||
python3-xapp_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3 python3-psutil"
|
|
||||||
pycompile_module="xapp"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-xapp
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-xapp'
|
||||||
|
pkgname=python3-xapp
|
||||||
|
version=2.0.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="xapp"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3 python3-psutil xapps"
|
||||||
|
checkdepends="python3-psutil python3-gobject gtk+3 xapps"
|
||||||
|
short_desc="Python3 Xapp Library"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://github.com/linuxmint/python3-xapp"
|
||||||
|
distfiles="https://github.com/linuxmint/python3-xapp/archive/${version}.tar.gz"
|
||||||
|
checksum=ed32ec4e81bfcc1de1d5f33dcc0a3dcfec9583b74a2af22d4c3188cec6ea7f4c
|
Loading…
Reference in New Issue