diff --git a/srcpkgs/python-fishnet/template b/srcpkgs/python-fishnet/template deleted file mode 100644 index 3e62b83c940..00000000000 --- a/srcpkgs/python-fishnet/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-fishnet' -pkgname=python-fishnet -version=1.15.14 -revision=1 -archs=noarch -wrksrc="fishnet-${version}" -build_style=python-module -pycompile_module="fishnet.py" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-requests" -checkdepends="python3-requests" -short_desc="Distributed Stockfish analysis for lichess.org (Python2)" -maintainer="maxice8 " -license="GPL-3.0-or-later" -homepage="https://github.com/niklasf/fishnet" -distfiles="https://github.com/niklasf/fishnet/archive/v${version}.tar.gz" -checksum=19693df6e7f458ad8b642e82139c51ec69f008d7d0896b2fe79e230af5f19c1f - -do_check() { - python3 setup.py test -} - -python3-fishnet_package() { - archs=noarch - pycompile_module="fishnet.py" - short_desc="${short_desc/Python2/Python3}" - depends="python3-requests" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-fishnet b/srcpkgs/python3-fishnet deleted file mode 120000 index 7c719c796d7..00000000000 --- a/srcpkgs/python3-fishnet +++ /dev/null @@ -1 +0,0 @@ -python-fishnet \ No newline at end of file diff --git a/srcpkgs/python-fishnet/INSTALL.msg b/srcpkgs/python3-fishnet/INSTALL.msg similarity index 100% rename from srcpkgs/python-fishnet/INSTALL.msg rename to srcpkgs/python3-fishnet/INSTALL.msg diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template new file mode 100644 index 00000000000..38e1eec1e4f --- /dev/null +++ b/srcpkgs/python3-fishnet/template @@ -0,0 +1,17 @@ +# Template file for 'python3-fishnet' +pkgname=python3-fishnet +version=1.15.15 +revision=1 +archs=noarch +wrksrc="fishnet-${version}" +build_style=python3-module +pycompile_module="fishnet.py" +hostmakedepends="python3-setuptools" +depends="python3-requests" +checkdepends="python3-requests" +short_desc="Distributed Stockfish analysis for lichess.org (Python2)" +maintainer="maxice8 " +license="GPL-3.0-or-later" +homepage="https://github.com/niklasf/fishnet" +distfiles="https://github.com/niklasf/fishnet/archive/v${version}.tar.gz" +checksum=3797d6535ca3a1496d971a33be40fc9f789dfd8261d323c7dec17c2691c782b7