tkurbad-overlay/app-emulation/amitools/amitools-9999.ebuild

24 lines
579 B
Bash
Raw Normal View History

2021-11-18 09:14:29 +01:00
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
2023-06-30 09:15:31 +02:00
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
2021-11-18 09:14:29 +01:00
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 git-r3
DESCRIPTION="Various tools for using AmigaOS programs on other platforms"
HOMEPAGE="https://github.com/cnvogelg/amitools"
EGIT_REPO_URI="https://github.com/cnvogelg/amitools.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
"
RDEPEND=""