python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / python-axolotl-curve25519 / template
blobc9eb0a764b35413a615475b8ccf6e7d4eef5962e
1 # Template file for 'python-axolotl-curve25519'
2 pkgname=python-axolotl-curve25519
3 version=0.4.1.post2
4 revision=1
5 build_style=python-module
6 hostmakedepends="python-setuptools python3-setuptools"
7 makedepends="python-devel python3-devel"
8 short_desc="Python2 curve25519 with ed25519 signatures, used by libaxolotl"
9 maintainer="Lon Willett <xgit@lonw.net>"
10 license="GPL-3"
11 homepage="https://github.com/tgalal/python-axolotl-curve25519"
12 distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
13 checksum=0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3
15 python3-axolotl-curve25519_package() {
16         short_desc="${short_desc/Python2/Python3}"
17         pkg_install() {
18                 vmove usr/lib/python3*
19         }