diff --git a/srcpkgs/python-xapp/template b/srcpkgs/python-xapp/template deleted file mode 100644 index 51e248adcf3..00000000000 --- a/srcpkgs/python-xapp/template +++ /dev/null @@ -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 " -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* - } -} diff --git a/srcpkgs/python3-xapp b/srcpkgs/python3-xapp deleted file mode 120000 index bee9b975c3f..00000000000 --- a/srcpkgs/python3-xapp +++ /dev/null @@ -1 +0,0 @@ -python-xapp \ No newline at end of file diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template new file mode 100644 index 00000000000..6e746704ad8 --- /dev/null +++ b/srcpkgs/python3-xapp/template @@ -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 " +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