mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
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>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST remail-0.9.tar.gz 52616 BLAKE2B b63650de259e783c8922aff0b71b354763ee1cc3f70c0514951d9899917b764d8ec36a8005d2134812f32bb7fbe9f27a060b4c6f9e98ec8a98eb3b86f19950fc SHA512 f7a27d83db69e56cdcf8dd415535ca029e755c228d76c6e11817279789a1aed0b98ce42625dc9f0245eed8411edc570444aee33704ae47424059f0a1756293e7
|
||||
DIST remail-0.13.tar.gz 54504 BLAKE2B 935120c5a7322abe009849a1c63193b6879aaeeef6daa1abeab0675439874332308209d3e6f5251e69a6fc9785497a723cc87503945ff502acaf4d2a45c7c834 SHA512 cadb41c938da90b2dc48b538767ac922118ab0be32c93a644842f2f72f28ef236a7d4e49518c2e49018bec7ea34488fae50b272d31e952b8dcdba677acc74c1b
|
||||
|
||||
@@ -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",
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user