python-axolotl: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 13:53:16 +07:00
parent 31a5e10c0f
commit 0464e72332
3 changed files with 15 additions and 26 deletions

View file

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

View file

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

View file

@ -0,0 +1,15 @@
# Template file for 'python3-axolotl'
pkgname=python3-axolotl
_pkgname=${pkgname/3/}
version=0.2.3
revision=3
wrksrc=$_pkgname-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
short_desc="Python3 port of libaxolotl-android written by Moxie Marlinspike"
maintainer="Lon Willett <xgit@lonw.net>"
license="GPL-3.0-only"
homepage="https://github.com/tgalal/python-axolotl"
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf