From a71912a65400d6922b14377f2443b9fc25d45110 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 19 Aug 2022 16:12:33 +0530 Subject: [PATCH] New package: python3-imaplib2-3.6 --- srcpkgs/python3-imaplib2/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-imaplib2/template diff --git a/srcpkgs/python3-imaplib2/template b/srcpkgs/python3-imaplib2/template new file mode 100644 index 00000000000..7c7d7f4fe33 --- /dev/null +++ b/srcpkgs/python3-imaplib2/template @@ -0,0 +1,19 @@ +# Template file for 'python3-imaplib2' +pkgname=python3-imaplib2 +version=3.6 +revision=1 +wrksrc=imaplib2-${version} +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +checkdepends="python3-pytest-xdist" +short_desc="Threaded Python IMAP4 client" +maintainer="icp " +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 +}