vp-build/srcpkgs/python3-stem/template

17 lines
584 B
Bash

# Template file for 'python3-stem'
pkgname=python3-stem
version=1.8.0
revision=4
wrksrc="stem-${version/b/}"
build_style=python3-module
hostmakedepends="python3-devel"
depends="python3-cryptography"
short_desc="Python3 controller library for Tor"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://stem.torproject.org/"
changelog="https://stem.torproject.org/change_log.html#version-1-7"
distfiles="${PYPI_SITE}/s/stem/stem-${version}.tar.gz"
checksum=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
conflicts="python-stem>=0"