void-packages/srcpkgs/python3-imaplib2/template

19 lines
561 B
Bash

# Template file for 'python3-imaplib2'
pkgname=python3-imaplib2
version=3.6
revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest-xdist"
short_desc="Threaded Python IMAP4 client"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jazzband/imaplib2"
distfiles="https://github.com/jazzband/imaplib2/archive/refs/tags/v${version}.tar.gz"
checksum=b55c434ecfb26a057d6bb3c8da0d674c83dd702674bb898c418a075a60560e42
post_install() {
vlicense LICENCE
}