mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-imaplib2-3.6
This commit is contained in:
parent
69f2ecde0f
commit
a71912a654
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-imaplib2/template
Normal file
19
srcpkgs/python3-imaplib2/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue