# Template file for 'python-axolotl-curve25519' pkgname=python-axolotl-curve25519 version=0.4.1.post2 revision=1 build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" depends="python" short_desc="Python2 curve25519 with ed25519 signatures, used by libaxolotl" maintainer="Lon Willett " license="GPL-3" homepage="https://pypi.python.org/pypi/python-axolotl-curve25519" distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" checksum=0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3 python3-axolotl-curve25519_package() { depends="python3" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }