diff --git a/srcpkgs/python-libtmux/template b/srcpkgs/python-libtmux/template deleted file mode 100644 index 20f43af5f7d..00000000000 --- a/srcpkgs/python-libtmux/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-libtmux' -pkgname=python-libtmux -version=0.8.1 -revision=2 -archs=noarch -wrksrc="libtmux-${version}" -build_style=python-module -pycompile_module="libtmux" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python binding for tmux" -maintainer="Alexander Egorenkov " -license="MIT" -homepage="https://github.com/tmux-python/libtmux" -distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz" -checksum=5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a - -post_install() { - vlicense LICENSE -} - -python3-libtmux_package() { - archs=noarch - pycompile_module="libtmux" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-libtmux b/srcpkgs/python3-libtmux deleted file mode 120000 index f02be05dcc2..00000000000 --- a/srcpkgs/python3-libtmux +++ /dev/null @@ -1 +0,0 @@ -python-libtmux \ No newline at end of file diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template new file mode 100644 index 00000000000..cc704853b0e --- /dev/null +++ b/srcpkgs/python3-libtmux/template @@ -0,0 +1,18 @@ +# Template file for 'python3-libtmux' +pkgname=python3-libtmux +version=0.8.1 +revision=3 +wrksrc="libtmux-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python binding for tmux" +maintainer="Alexander Egorenkov " +license="MIT" +homepage="https://github.com/tmux-python/libtmux" +distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz" +checksum=5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a + +post_install() { + vlicense LICENSE +}