python3-mygpoclient: use setuptools

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:05 +01:00
parent 76c3a7cc31
commit 76882b1dfe
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'python3-mygpoclient'
pkgname=python3-mygpoclient
version=1.8
revision=8
revision=9
build_style=python3-module
hostmakedepends="python3-devel"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Client Library for gpodder.net (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/gpodder/mygpoclient"
distfiles="${homepage}/archive/${version}.tar.gz"
distfiles="https://github.com/gpodder/mygpoclient/archive/${version}.tar.gz"
checksum=65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2
conflicts="python-mygpoclient>=0"