From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFA58138351 for ; Thu, 5 Mar 2020 12:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0624E0986; Thu, 5 Mar 2020 12:21:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC708E0986 for ; Thu, 5 Mar 2020 12:21:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C33D934ED8D for ; Thu, 5 Mar 2020 12:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9F48168 for ; Thu, 5 Mar 2020 12:21:10 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1583409510.c276f515d7c110e1fe3e1b20520ffa3fa5bbb942.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alot/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/alot/alot-9999.ebuild X-VCS-Directories: mail-client/alot/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c276f515d7c110e1fe3e1b20520ffa3fa5bbb942 X-VCS-Branch: master Date: Thu, 5 Mar 2020 12:21:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0adcdf6f-2499-4d1b-983d-cb63bac607e4 X-Archives-Hash: 4f86a39c84b36f47fda74dcebb8baee0 commit: c276f515d7c110e1fe3e1b20520ffa3fa5bbb942 Author: Guillaume Seren gmail com> AuthorDate: Mon Feb 24 15:29:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 5 11:58:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c276f515 mail-client/alot: Upgrade live-ebuild Closes: https://bugs.gentoo.org/710610 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Guillaume Seren gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14756 Signed-off-by: Joonas Niilola gentoo.org> mail-client/alot/alot-9999.ebuild | 40 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/mail-client/alot/alot-9999.ebuild b/mail-client/alot/alot-9999.ebuild index 616f650d4ec..9d12b194648 100644 --- a/mail-client/alot/alot-9999.ebuild +++ b/mail-client/alot/alot-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -24,17 +25,16 @@ IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" - >=app-crypt/gpgme-1.9.0[python,${PYTHON_USEDEP}] - >=dev-python/configobj-4.7.0[${PYTHON_USEDEP}] + app-crypt/gpgme[python,${PYTHON_USEDEP}] + dev-python/configobj[${PYTHON_USEDEP}] dev-python/python-magic[${PYTHON_USEDEP}] - >=dev-python/urwid-1.3.0[${PYTHON_USEDEP}] - >=dev-python/urwidtrees-1.0[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}] + dev-python/urwidtrees[${PYTHON_USEDEP}] >=dev-python/twisted-18.4[${PYTHON_USEDEP}] net-mail/mailbase - >=net-mail/notmuch-0.27[crypt,python] + net-mail/notmuch[crypt,python] " DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} @@ -44,20 +44,19 @@ DEPEND=" PATCHES=( "${FILESDIR}/${PV}-0001-remove-non-working-test.patch" + "${FILESDIR}/${PV}-0002-update-reference-to-envelope-body.patch" ) -python_compile_all() { - if use doc; then - emake -C docs html - HTML_DOCS=( docs/build/html/. ) - fi -} +distutils_enable_tests setup.py -src_test() { - esetup.py test +python_compile_all() { + emake -C docs man + use doc && emake -C docs html } python_install_all() { + use doc && local HTML_DOCS=( docs/build/html/. ) + doman docs/build/man/* distutils-r1_python_install_all insinto /usr/share/alot @@ -71,18 +70,5 @@ pkg_postinst() { elog "the user manual:" elog " https://alot.readthedocs.io/en/latest/" elog "" - else - local rv - for rv in ${REPLACING_VERSIONS} ; do - if ver_test "${rv}" -le "0.5.1"; then - ewarn "" - ewarn "Since 0.6 version the GPG engine has switched to app-crypt/gpgme" - ewarn "to use GPG signing operations, you can pass the key id has arg" - ewarn "or setup the gpg_key value in your config file, see" - ewarn " https://alot.readthedocs.io/en/latest/usage/crypto.html?highlight=gpg" - ewarn "" - break - fi - done fi }