mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 16:16:22 +02:00
community/py3-transmission-rpc: upgrade to 7.0.11
This commit is contained in:
parent
ba14b7e46c
commit
3fa0dbf799
@ -1,14 +1,14 @@
|
||||
# Contributor: Anjandev Momi <anjan@momi.ca>
|
||||
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
||||
pkgname=py3-transmission-rpc
|
||||
pkgver=7.0.3
|
||||
pkgrel=2
|
||||
pkgver=7.0.11
|
||||
pkgrel=0
|
||||
pkgdesc="python module implementing the json-rpc client protocol for the BitTorrent client Transmission."
|
||||
url="https://transmission-rpc.readthedocs.io/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-requests py3-typing-extensions"
|
||||
makedepends="py3-poetry-core py3-gpep517"
|
||||
makedepends="py3-poetry-core py3-setuptools py3-gpep517"
|
||||
checkdepends="py3-pytest py3-tz py3-yarl transmission-daemon"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/trim21/transmission-rpc/archive/refs/tags/v$pkgver.tar.gz"
|
||||
@ -27,7 +27,8 @@ check() {
|
||||
|
||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
.testenv/bin/python3 -m pytest
|
||||
.testenv/bin/python3 -m pytest \
|
||||
-k 'not test_real_add_torrent_http and not test_real_torrent_start_all' # skipping tests as fetching torrent files from the internet is blocked on some CI runners (aarch64 armhf loongarch64 ppc64le riscv64 armv7 s390x)
|
||||
|
||||
kill "$(cat "$pidfile")" || true
|
||||
}
|
||||
@ -38,5 +39,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
e2ae967ba85e7cef8e57a8371245d2c1a8fb4da4fe2ac883aeff231cb35fc1565f4d197de59b4e744bd95938ba689dbeb9348f6e9390825d0a0f36614a2e6f09 py3-transmission-rpc-7.0.3.tar.gz
|
||||
aee32a18a14c61419e73ce283c362d6254825a38083a002f908efd8270708607719121e4993797b0d96e5abbb495aef02f1734fa555301d1740f3640d9255fc7 py3-transmission-rpc-7.0.11.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user