offlineimap: update to 8.0.0.
This commit is contained in:
parent
a71912a654
commit
a6d6fa2975
|
@ -1,17 +1,22 @@
|
|||
# Template file for 'offlineimap'
|
||||
pkgname=offlineimap
|
||||
version=7.3.3
|
||||
revision=2
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-six python-rfc6555 asciidoc"
|
||||
depends="python-six python-rfc6555"
|
||||
version=8.0.0
|
||||
revision=1
|
||||
wrksrc="offlineimap3-${version}"
|
||||
build_style=python3-module
|
||||
make_check_args="--ignore test/tests/test_00_imaputil.py
|
||||
--ignore test/tests/test_01_basic.py --ignore test/tests/test_02_MappedIMAP.py"
|
||||
_deps="python3-distro python3-rfc6555 python3-imaplib2"
|
||||
hostmakedepends="${_deps} python3-setuptools asciidoc"
|
||||
depends="${_deps}"
|
||||
checkdepends="${depends} python3-pytest-xdist"
|
||||
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://offlineimap.org/"
|
||||
changelog="https://raw.githubusercontent.com/OfflineIMAP/offlineimap/master/Changelog.md"
|
||||
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
||||
checksum=bf1a777e63d2174eef0fe864ea577d843515b64d4f3a8630ad2d1b34a4afcaa6
|
||||
changelog="https://raw.githubusercontent.com/OfflineIMAP/offlineimap3/master/Changelog.md"
|
||||
distfiles="https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=5d40c163ca2fbf89658116e29f8fa75050d0c34c29619019eee1a84c90fcab32
|
||||
|
||||
post_install() {
|
||||
make -C docs man
|
||||
|
|
Loading…
Reference in New Issue