aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-13 14:59:15 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-13 14:59:15 +0200
commit4c3c0a592b617a4a5f9d6ebcd22e12fa8e84dadb (patch)
tree2755d45451777a2f0a61a744f2ac1320aeadcf02 /net-mail
parentsys-apps/rogdrv: bump python compat (diff)
downloadguru-4c3c0a592b617a4a5f9d6ebcd22e12fa8e84dadb.tar.gz
guru-4c3c0a592b617a4a5f9d6ebcd22e12fa8e84dadb.tar.bz2
guru-4c3c0a592b617a4a5f9d6ebcd22e12fa8e84dadb.zip
net-mail/remail: version bump 0.13
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/remail/Manifest2
-rw-r--r--net-mail/remail/files/remail-0.13-setup.patch (renamed from net-mail/remail/files/remail-0.9-setup.patch)2
-rw-r--r--net-mail/remail/remail-0.13.ebuild (renamed from net-mail/remail/remail-0.9.ebuild)22
3 files changed, 6 insertions, 20 deletions
diff --git a/net-mail/remail/Manifest b/net-mail/remail/Manifest
index 8a98135d5..7f103f425 100644
--- a/net-mail/remail/Manifest
+++ b/net-mail/remail/Manifest
@@ -1 +1 @@
-DIST remail-0.9.tar.gz 52616 BLAKE2B b63650de259e783c8922aff0b71b354763ee1cc3f70c0514951d9899917b764d8ec36a8005d2134812f32bb7fbe9f27a060b4c6f9e98ec8a98eb3b86f19950fc SHA512 f7a27d83db69e56cdcf8dd415535ca029e755c228d76c6e11817279789a1aed0b98ce42625dc9f0245eed8411edc570444aee33704ae47424059f0a1756293e7
+DIST remail-0.13.tar.gz 54504 BLAKE2B 935120c5a7322abe009849a1c63193b6879aaeeef6daa1abeab0675439874332308209d3e6f5251e69a6fc9785497a723cc87503945ff502acaf4d2a45c7c834 SHA512 cadb41c938da90b2dc48b538767ac922118ab0be32c93a644842f2f72f28ef236a7d4e49518c2e49018bec7ea34488fae50b272d31e952b8dcdba677acc74c1b
diff --git a/net-mail/remail/files/remail-0.9-setup.patch b/net-mail/remail/files/remail-0.13-setup.patch
index a4c91b112..b97e30141 100644
--- a/net-mail/remail/files/remail-0.9-setup.patch
+++ b/net-mail/remail/files/remail-0.13-setup.patch
@@ -27,7 +27,7 @@ index 000000000000..fede9d368f0a
+
+setuptools.setup(
+ name="remail",
-+ version="0.9",
++ version="0.13",
+ author="Thomas Gleixner",
+ author_email="tglx@linutronix.de",
+ description="A set of tools for crypted mailing lists",
diff --git a/net-mail/remail/remail-0.9.ebuild b/net-mail/remail/remail-0.13.ebuild
index 1ca54c33f..0020f3117 100644
--- a/net-mail/remail/remail-0.9.ebuild
+++ b/net-mail/remail/remail-0.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1 systemd
@@ -14,13 +14,7 @@ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/remail.git/snapsho
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc examples systemd"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
+IUSE="examples systemd"
RDEPEND="${PYTHON_DEPS}
dev-python/flufl-bounce[${PYTHON_USEDEP}]
@@ -32,17 +26,9 @@ RDEPEND="${PYTHON_DEPS}
PATCHES=( "${FILESDIR}/${P}-setup.patch" )
-python_compile() {
- distutils-r1_python_compile
-
- emake -C Documentation man
- use doc && emake -C Documentation html
-}
+distutils_enable_sphinx Documentation --no-autodoc
python_install_all() {
- doman Documentation/output/man/*
-
- use doc && local HTML_DOCS=( Documentation/output/html/. )
distutils-r1_python_install_all
use examples && dodoc -r Documentation/examples