diff --git a/srcpkgs/python-chess/template b/srcpkgs/python-chess/template deleted file mode 100644 index 145f364fb3d..00000000000 --- a/srcpkgs/python-chess/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'python-chess' -pkgname=python-chess -version=0.23.10 -revision=1 -noarch=yes -build_style=python-module -pycompile_module="chess" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Pure Python2 chess library with move generation and validation" -maintainer="cipr3s " -license="GPL-3.0-or-later" -homepage="https://github.com/niklasf/python-chess" -distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=e462602c2f7b772858b3d83b63e91eec288173b35d0db12feb13a1f3be5235b4 - -python3-chess_package() { - noarch=yes - depends="python3" - pycompile_module="chess" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-chess b/srcpkgs/python3-chess deleted file mode 120000 index 478047ff586..00000000000 --- a/srcpkgs/python3-chess +++ /dev/null @@ -1 +0,0 @@ -python-chess \ No newline at end of file diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template new file mode 100644 index 00000000000..611abb429d0 --- /dev/null +++ b/srcpkgs/python3-chess/template @@ -0,0 +1,16 @@ +# Template file for 'python3-chess' +pkgname=python3-chess +version=0.24.0 +revision=1 +noarch=yes +wrksrc="python-chess-${version}" +build_style=python3-module +pycompile_module="chess" +hostmakedepends="python3-setuptools" +depends="python" +short_desc="Pure Python3 chess library with move generation and validation" +maintainer="cipr3s " +license="GPL-3.0-or-later" +homepage="https://github.com/niklasf/python-chess" +distfiles="${PYPI_SITE}/p/${pkgname/3/}/${pkgname/3/}-${version}.tar.gz" +checksum=d6d99166ccd846f39731397813169a3ff979eb349a0153807fa03be2590f5ce3