summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-27 09:52:04 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-28 16:19:24 +0200
commitce173e97d522f15fe32f015d94c9dbf72bcd095a (patch)
treef2b09874906846604c62c0403beba39bb1961135 /x11-misc
parentdev-python/bareos: add 20.0.1, bump python 3.{9,10} (diff)
downloadgentoo-ce173e97d522f15fe32f015d94c9dbf72bcd095a.tar.gz
gentoo-ce173e97d522f15fe32f015d94c9dbf72bcd095a.tar.bz2
gentoo-ce173e97d522f15fe32f015d94c9dbf72bcd095a.zip
x11-misc/sunflower: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild18
1 files 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 18bd85007e5f..957034424c2b 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
-}