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:
parent
c28f6355a4
commit
94dd1394fe
19
sci-libs/simpleitk/metadata.xml
Normal file
19
sci-libs/simpleitk/metadata.xml
Normal 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>
|
@ -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
|
# 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 )
|
LUA_COMPAT=( lua5-1 )
|
||||||
|
|
||||||
inherit lua-single toolchain-funcs cmake python-r1
|
inherit lua-single toolchain-funcs cmake python-r1
|
||||||
|
@ -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
|
# 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} )
|
LUA_COMPAT=( lua5-{1..3} )
|
||||||
|
|
||||||
inherit lua-single toolchain-funcs cmake python-single-r1
|
inherit lua-single toolchain-funcs cmake python-single-r1
|
||||||
|
@ -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
|
# 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} )
|
LUA_COMPAT=( lua5-{1..3} )
|
||||||
|
|
||||||
inherit lua-single toolchain-funcs cmake python-single-r1
|
inherit lua-single toolchain-funcs cmake python-single-r1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user