1
0
Fork 0

sci-libs/simpleitk: PYTHON_COMPAT bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-07-11 10:05:25 -04:00
parent c28f6355a4
commit 94dd1394fe
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
4 changed files with 28 additions and 9 deletions

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
SimpleITK is an image analysis toolkit with a large number of components
supporting general filtering operations, image segmentation and registration.
It is built on top of the Insight Segmentation and Registration Toolkit ITK
with the intent of providing a simplified interface to ITK. SimpleITK itself
is written in C++ but is available for a large number of programming
languages.
</longdescription>
<upstream>
<remote-id type="github">SimpleITK/SimpleITK</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 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} )
LUA_COMPAT=( lua5-1 )
inherit lua-single toolchain-funcs cmake python-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 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} )
LUA_COMPAT=( lua5-{1..3} )
inherit lua-single toolchain-funcs cmake python-single-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 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} )
LUA_COMPAT=( lua5-{1..3} )
inherit lua-single toolchain-funcs cmake python-single-r1