mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: python3-matrix-nio-0.14.0
Required dependency of pantalaimon
This commit is contained in:
parent
fe35c537ed
commit
9441318d9f
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-matrix-nio/template
Normal file
22
srcpkgs/python3-matrix-nio/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python3-matrix-nio'
|
||||
pkgname=python3-matrix-nio
|
||||
version=0.14.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="matrix-nio-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-future python3-aiohttp python3-aiofiles python3-h11
|
||||
python3-hyper-h2 python3-logbook python3-jsonschema python3-unpaddedbase64
|
||||
python3-pycryptodome olm-python3 python3-peewee python3-cachetools
|
||||
python3-atomicwrites"
|
||||
short_desc="Python3 matrix.org client library designed without builtin io"
|
||||
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/poljar/matrix-nio"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=e3cd05832716f8cf99c48a4fc8c6bc1c4d3bbdbf15f29a8377e47fc0092e9620
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Add table
Reference in a new issue