mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/py3-matrix-nio: upgrade to 0.25.1
project changed urls and switched from poetry-core to setuptools, which was previously in checkdepends
This commit is contained in:
parent
9196008643
commit
1ced979cb7
@ -1,10 +1,10 @@
|
|||||||
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
|
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
|
||||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||||
pkgname=py3-matrix-nio
|
pkgname=py3-matrix-nio
|
||||||
pkgver=0.25.0
|
pkgver=0.25.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Python Matrix client library"
|
pkgdesc="Python Matrix client library"
|
||||||
url="https://github.com/poljar/matrix-nio"
|
url="https://github.com/matrix-nio/matrix-nio"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
depends="
|
depends="
|
||||||
@ -35,14 +35,13 @@ checkdepends="
|
|||||||
py3-pytest-benchmark
|
py3-pytest-benchmark
|
||||||
py3-pytest-cov
|
py3-pytest-cov
|
||||||
py3-pytest-isort
|
py3-pytest-isort
|
||||||
py3-setuptools
|
|
||||||
"
|
"
|
||||||
makedepends="
|
makedepends="
|
||||||
py3-gpep517
|
py3-gpep517
|
||||||
py3-poetry-core
|
py3-setuptools
|
||||||
"
|
"
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
source="https://github.com/poljar/matrix-nio/archive/$pkgver/matrix-nio-$pkgver.tar.gz"
|
source="https://github.com/matrix-nio/matrix-nio/archive/$pkgver/matrix-nio-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/matrix-nio-$pkgver"
|
builddir="$srcdir/matrix-nio-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -64,5 +63,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
4fef8ab6071905b275833ea95c461af5978384b4f68c28e75e7e859146532619e42942c2cee4eeed6a521d4d810b0550e263b62e6ce13efd864791eb67fa2355 matrix-nio-0.25.0.tar.gz
|
72c7d7602aa5a37631a7a1273034e4db4c3b4671259e9bc1fccdcbd4719bfa4372bb70e279331fdc02664149f637f93ad8adf10655d41c41dc691f4d6dc876bf matrix-nio-0.25.1.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user