summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-01-01 12:38:43 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-01-01 12:49:20 +0200
commitf763be82fa1601fe3af7d546a2519f67ac06ec2e (patch)
tree829958470764b562290a4d17d2eeeeac4aa91df1 /dev-python/mako
parentsys-cluster/ipvsadm: drop older ebuilds (diff)
downloadgentoo-f763be82fa1601fe3af7d546a2519f67ac06ec2e.tar.gz
gentoo-f763be82fa1601fe3af7d546a2519f67ac06ec2e.tar.bz2
gentoo-f763be82fa1601fe3af7d546a2519f67ac06ec2e.zip
dev-python/mako: remove optfeature dev-python/beaker
dev-python/beaker was removed from tree on 2020-04-06, on commit 7622f900c65bed93baa22c98c8b09cce1af77e64 Closes: https://bugs.gentoo.org/829598 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/mako')
-rw-r--r--dev-python/mako/mako-1.1.6.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/mako/mako-1.1.6.ebuild b/dev-python/mako/mako-1.1.6.ebuild
index 1a172d633329..c5fb4ab717f6 100644
--- a/dev-python/mako/mako-1.1.6.ebuild
+++ b/dev-python/mako/mako-1.1.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1 optfeature
+inherit distutils-r1
MY_P=${P^}
DESCRIPTION="A Python templating language"
@@ -31,7 +31,3 @@ python_install_all() {
use doc && local HTML_DOCS=( doc/. )
distutils-r1_python_install_all
}
-
-pkg_postinst() {
- optfeature "caching support" dev-python/beaker
-}