24 lines
579 B
Bash
24 lines
579 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
PYTHON_COMPAT=( python3_{10..12} )
|
|
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=""
|