Merge pull request #6536 from lonwillett/python-axolotl

New package: python-axolotl-0.1.39
This commit is contained in:
Toyam Cox 2017-05-28 14:04:18 -04:00 committed by GitHub
commit 057a3409fa
4 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# Template file for 'python-axolotl-curve25519'
pkgname=python-axolotl-curve25519
version=0.1
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 <xgit@lonw.net>"
license="GPL-3"
homepage="https://pypi.python.org/pypi/python-axolotl-curve25519"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="c559f6a5bf51e869325b36bd83c14cccd7dec1c6e7599e797f9ba27a72d339c0"
python3-axolotl-curve25519_package() {
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

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

1
srcpkgs/python3-axolotl Symbolic link
View file

@ -0,0 +1 @@
python-axolotl

View file

@ -0,0 +1 @@
python-axolotl-curve25519