python-axolotl: update to 0.1.42.

This commit is contained in:
Helmut Pozimski 2018-04-14 21:04:24 +02:00 committed by Alessio Sergi
parent 41d8c351c9
commit 5673c1e23f

View file

@ -1,22 +1,22 @@
# Template file for 'python-axolotl' # Template file for 'python-axolotl'
pkgname=python-axolotl pkgname=python-axolotl
version=0.1.39 version=0.1.42
revision=2 revision=1
noarch=yes noarch=yes
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-axolotl-curve25519 python-crypto python-protobuf" depends="python-axolotl-curve25519 python-cryptography python-protobuf"
pycompile_module="axolotl" pycompile_module="axolotl"
short_desc="Python2 port of libaxolotl-android written by Moxie Marlinspike" short_desc="Python2 port of libaxolotl-android written by Moxie Marlinspike"
maintainer="Lon Willett <xgit@lonw.net>" maintainer="Lon Willett <xgit@lonw.net>"
license="GPL-3" license="GPL-3"
homepage="https://pypi.python.org/pypi/python-axolotl" homepage="https://pypi.python.org/pypi/python-axolotl"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="9af9c937d0d05ebea414f1be79ecc7517cc3541a77101941e6a2a71bdd2b6e25" checksum=ef78c2efabcd4c33741669334bdda04710a3ef0e00b653f00127acff6460a7f0
python3-axolotl_package() { python3-axolotl_package() {
noarch=yes noarch=yes
depends="python3-axolotl-curve25519 python3-crypto python3-protobuf" depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
pycompile_module="axolotl" pycompile_module="axolotl"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {