olm-python: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 15:29:22 +07:00
parent 12ce227196
commit ebda94e20f
3 changed files with 8 additions and 17 deletions

View file

@ -1 +0,0 @@
olm-python

View file

@ -1,14 +1,14 @@
# Template file for 'olm-python'
pkgname=olm-python
# Template file for 'olm-python3'
pkgname=olm-python3
version=3.1.5
revision=1
revision=2
wrksrc="olm-${version}"
build_wrksrc=python
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
makedepends="python-devel python3-devel libffi-devel olm-devel"
depends="python-cffi python-future python-typing"
short_desc="Implementation of the Double Ratchet cryptographic ratchet (Python2)"
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi"
makedepends="python3-devel libffi-devel olm-devel"
depends="python3-cffi python3-future"
short_desc="Implementation of the Double Ratchet cryptographic ratchet - Python"
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
license="Apache-2.0"
homepage="https://gitlab.matrix.org/matrix-org/olm"
@ -18,11 +18,3 @@ checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
pre_build() {
make include/olm/olm.h
}
olm-python3_package() {
short_desc="${short_desc/Python2/Python3}"
depends="python3-cffi python3-future"
pkg_install() {
vmove ${py3_sitelib}
}
}