commit:     ce173e97d522f15fe32f015d94c9dbf72bcd095a
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Thu May 27 06:52:04 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 28 14:19:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce173e97

x11-misc/sunflower: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild 
b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
index 18bd85007e5..957034424c2 100644
--- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
+++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild
@@ -1,10 +1,10 @@
-# 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,8} )
-inherit distutils-r1 xdg-utils
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1 xdg
 
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
 HOMEPAGE="https://github.com/MeanEYE/Sunflower
@@ -14,8 +14,6 @@ 
SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
        ${PYTHON_DEPS}
@@ -26,13 +24,3 @@ DEPEND="
 RDEPEND="${DEPEND}
        dev-python/pycairo[${PYTHON_USEDEP}]
 "
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

Reply via email to