vp-build/srcpkgs/python3-mygpoclient/template

20 lines
599 B
Bash

# Template file for 'python3-mygpoclient'
pkgname=python3-mygpoclient
version=1.8
revision=7
wrksrc="mygpoclient-${version}"
build_style=python3-module
hostmakedepends="python3-devel"
depends="python3"
short_desc="Client Library for gpodder.net (Python3)"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/gpodder/mygpoclient"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2
conflicts="python-mygpoclient>=0"
pre_build() {
vsed -i '/share\/man\/man1/d' setup.py
}