From aba59387a056225bf87af91460389845398f2892 Mon Sep 17 00:00:00 2001 From: cipr3s Date: Tue, 10 Jan 2017 22:17:41 +0100 Subject: [PATCH] New package: python-chess-0.16.1 --- srcpkgs/python-chess/template | 25 +++++++++++++++++++++++++ srcpkgs/python3-chess | 1 + 2 files changed, 26 insertions(+) create mode 100644 srcpkgs/python-chess/template create mode 120000 srcpkgs/python3-chess diff --git a/srcpkgs/python-chess/template b/srcpkgs/python-chess/template new file mode 100644 index 0000000000..e6a9197e2d --- /dev/null +++ b/srcpkgs/python-chess/template @@ -0,0 +1,25 @@ +# Template file for 'python-chess' +pkgname=python-chess +version=0.16.1 +revision=1 +build_style=python-module +pycompile_module="chess" +noarch=yes +hostmakedepends="python-setuptools python3-setuptools" +depends="python" +short_desc="A pure Python2 chess library with move generation and validation" +maintainer="cipr3s " +license="GPL-3" +homepage="https://github.com/niklasf/python-chess" +distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" +checksum="9f3125c86977244d9a6329e8ff56ee3b807e06e3eac9eff68ea7a37e5aed758f" + +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 new file mode 120000 index 0000000000..478047ff58 --- /dev/null +++ b/srcpkgs/python3-chess @@ -0,0 +1 @@ +python-chess \ No newline at end of file