Date: Monday, January 18, 2021 @ 20:53:05
  Author: diabonas
Revision: 823633

upgpkg: python-matrix-nio 0.16.0-1: upstream release

Modified:
  python-matrix-nio/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-01-18 19:48:26 UTC (rev 823632)
+++ PKGBUILD    2021-01-18 20:53:05 UTC (rev 823633)
@@ -1,8 +1,8 @@
 # Maintainer: Jonas Witschel <[email protected]>
 pkgname=python-matrix-nio
-pkgver=0.15.2
-_tag=663e99c39668ab6bfe5ed2a861a51f3834fd714c # git rev-parse "$pkgver"
-pkgrel=3
+pkgver=0.16.0
+_tag=098a78f2fe783c3e797e2fe928d4156a77c97431 # git rev-parse "$pkgver"
+pkgrel=1
 pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
 arch=('any')
 url='https://github.com/poljar/matrix-nio'
@@ -10,7 +10,7 @@
 depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-cachetools'
          'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
          'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
-makedepends=('git')
+makedepends=('git' 'python-dephell')
 checkdepends=('python-aioresponses' 'python-faker' 'python-hpack' 
'python-hyperframe' 'python-hypothesis'
               'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
 source=("git+$url.git?signed#tag=$_tag")
@@ -22,6 +22,11 @@
        git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
 }
 
+prepare() {
+       cd "${pkgname#python-}"
+       dephell deps convert --from pyproject.toml --to setup.py
+}
+
 build() {
        cd "${pkgname#python-}"
        python setup.py build

Reply via email to