Skip to content
Snippets Groups Projects
Commit 42e7cb32 authored by Newbyte's avatar Newbyte :snowflake: Committed by Bart Ribbers
Browse files

community/py3-matrix-nio: upgrade to 0.18.3

parent 7c101b20
No related branches found
No related tags found
1 merge request!22412community/<various>: Fixes to fix mirage
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch> # Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch> # Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname=py3-matrix-nio pkgname=py3-matrix-nio
pkgver=0.15.2 pkgver=0.18.3
pkgrel=1 pkgrel=0
pkgdesc="Python interface to DBus notifications" pkgdesc="Python interface to DBus notifications"
url="https://github.com/poljar/matrix-nio" url="https://github.com/poljar/matrix-nio"
arch="noarch !mips64" # blocked by py3-olm arch="noarch !mips64" # blocked by py3-olm
...@@ -11,6 +11,7 @@ depends=" ...@@ -11,6 +11,7 @@ depends="
python3 python3
py3-aiofiles py3-aiofiles
py3-aiohttp py3-aiohttp
py3-aiohttp-socks
py3-atomicwrites py3-atomicwrites
py3-cachetools py3-cachetools
py3-future py3-future
...@@ -38,10 +39,11 @@ checkdepends=" ...@@ -38,10 +39,11 @@ checkdepends="
" "
makedepends=" makedepends="
py3-setuptools py3-setuptools
pyproject2setuppy
" "
source=" source="
https://github.com/poljar/matrix-nio/archive/$pkgver/matrix-nio-$pkgver.tar.gz https://github.com/poljar/matrix-nio/archive/$pkgver/matrix-nio-$pkgver.tar.gz
0001-CI-Fix-our-tox-setup-for-github-CI.patch create-setuppy.patch
" "
builddir="$srcdir/matrix-nio-$pkgver" builddir="$srcdir/matrix-nio-$pkgver"
...@@ -58,5 +60,7 @@ package() { ...@@ -58,5 +60,7 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir"
} }
sha512sums="2805ac328425b5686320da969838d865d6ab17ede59b372ff9c04923ac246aa86a552e480b305c4769524f599393d6cc4a7ff75bae250d3cfebff8b8b9ed710e matrix-nio-0.15.2.tar.gz sha512sums="
6f339ccccefda38fac0c21b195eaf84d18a03d42a5fc635213d4e786e4501a5535281bc244180797b3280b9440f6ab67fd764bdd2e522eb9da9a098502067f23 0001-CI-Fix-our-tox-setup-for-github-CI.patch" ca99d4962fbc2f6d82e5b6ea53fcd82d0ed5a3a1c8a21a7ff211bf8892d2b60f72944ae19a41b102cd6473e04eedb614488f2fa2a2fd130ad70078aea2ba9518 matrix-nio-0.18.3.tar.gz
716d1298104d924170041d69708fc417ec6d2bf96197c7c2f77397584b6c67881190272adbf224431be400a2e391d3d3e213a340411c0b9be9e6c9e097eedd5f create-setuppy.patch
"
commit d5d5ef1473bd1163f1309ca83642a1be2a96c5b5
Author: Francesco Colista <fcolista@alpinelinux.org>
Date: Tue May 19 18:56:39 2020 +0000
added setup.py to build package with setuptools
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..ebe2f51
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python3
+from pyproject2setuppy.main import main
+main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment