mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/py3-qbittorrent-api: upgrade to 2024.8.65
This commit is contained in:
parent
ab8dc31898
commit
9c417dd88d
@ -1,7 +1,7 @@
|
||||
# Contributor: Fabricio Silva <hi@fabricio.dev>
|
||||
# Maintainer: Fabricio Silva <hi@fabricio.dev>
|
||||
pkgname=py3-qbittorrent-api
|
||||
pkgver=2024.7.64
|
||||
pkgver=2024.8.65
|
||||
pkgrel=0
|
||||
pkgdesc="Python client implementation for qBittorrent's Web API"
|
||||
url="https://github.com/rmartin16/qbittorrent-api"
|
||||
@ -36,11 +36,12 @@ build() {
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
install -Dm644 docs/build/qbittorrent-api.1 -t "$pkgdir"/usr/share/man/man1
|
||||
install -Dm644 docs/build/qbittorrent-api.1 \
|
||||
-t "$pkgdir"/usr/share/man/man1
|
||||
|
||||
rm -rf "$pkgdir"/usr/lib/python3*/site-packages/tests
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
cdf2561242e2b56efd8494cf4dbddcbd6ef301df2b8d1e86ccf525361ede15f4facb9e2ad430bf013477239c3dd1dfea64d9c5c7ea0e0042d77056ebc26aaedd py3-qbittorrent-api-2024.7.64.tar.gz
|
||||
ee3bd2b4d1579322ab8191b366474b466765f219e9e7fa0a090010b4b318baef756f083a53839a0f89389e53c453895a90a9de854d9a738f053fb7aa8ff02f1c py3-qbittorrent-api-2024.8.65.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user