commit:     0b500e566c8ec6425902f7c9c25d442e0087c5b6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 17:17:55 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 17:18:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b500e56

dev-python/picklemagic: enable py3.9, enable py3.10, EAPI=8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../picklemagic/picklemagic-0.0_pre20160415.ebuild       | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild 
b/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild
index 4b64bc163b4..604ec09e47d 100644
--- a/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild
+++ b/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-r1
 
-SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz";
-KEYWORDS="~amd64 ~x86"
 DESCRIPTION="A library for analysing python pickles safely"
 HOMEPAGE="https://github.com/CensoredUsername/picklemagic";
+SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz";
+
 LICENSE="WTFPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 BDEPEND="doc? ( dev-python/sphinx )"
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RDEPEND="${PYTHON_DEPS}"
 
 src_compile() {
        use doc && emake -C doc html

Reply via email to