# Copyright 2026 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1 # cython
inherit distutils-r1 pypi

DESCRIPTION="Various tools for using AmigaOS programs on other platforms"
HOMEPAGE="https://github.com/cnvogelg/amitools"
#SRC_URI="https://github.com/cnvogelg/amitools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
# for vamos it needs machine68k + greenlet
#IUSE=""

DEPEND="dev-python/cython"