mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
olm-python: update to 3.1.5.
This commit is contained in:
parent
8b97e492d6
commit
ade8bc067f
1 changed files with 4 additions and 7 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'olm-python'
|
# Template file for 'olm-python'
|
||||||
pkgname=olm-python
|
pkgname=olm-python
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="olm-${version}"
|
wrksrc="olm-${version}"
|
||||||
build_wrksrc=python
|
build_wrksrc=python
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="olm"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
|
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
|
||||||
makedepends="python-devel python3-devel libffi-devel olm-devel"
|
makedepends="python-devel python3-devel libffi-devel olm-devel"
|
||||||
depends="python-cffi python-future python-typing"
|
depends="python-cffi python-future python-typing"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://gitlab.matrix.org/matrix-org/olm"
|
homepage="https://gitlab.matrix.org/matrix-org/olm"
|
||||||
distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
|
distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
|
||||||
checksum=eff513cff8e5c7af657e800a2c2dbbdee5be19ee9ce24c5498a2528c4b5f1dc3
|
checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make include/olm/olm.h
|
make include/olm/olm.h
|
||||||
|
@ -22,9 +21,7 @@ pre_build() {
|
||||||
|
|
||||||
olm-python3_package() {
|
olm-python3_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
depends="${sourcepkg}>=${version}_${revision} python3-cffi
|
depends="python3-cffi python3-future"
|
||||||
python3-future"
|
|
||||||
pycompile_module="olm"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove ${py3_sitelib}
|
vmove ${py3_sitelib}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue