commit:     283f2743442d8bed702eb69952505b70711d16bf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 04:46:09 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:29:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283f2743

dev-python/svg-path: enable py3.10

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

 dev-python/svg-path/svg-path-4.1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/svg-path/svg-path-4.1.ebuild 
b/dev-python/svg-path/svg-path-4.1.ebuild
index 04e48aed5e8..a0106eaa7a8 100644
--- a/dev-python/svg-path/svg-path-4.1.ebuild
+++ b/dev-python/svg-path/svg-path-4.1.ebuild
@@ -1,16 +1,19 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
 MY_P="svg.path-${PV}"
 DESCRIPTION="SVG path objects and parser"
 HOMEPAGE="https://github.com/regebro/svg.path";
-SRC_URI="https://github.com/regebro/svg.path/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+SRC_URI="
+       https://github.com/regebro/svg.path/archive/${PV}.tar.gz
+               -> ${MY_P}.tar.gz
+"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"

Reply via email to