Added amitools and dependencies

This commit is contained in:
layman
2021-11-18 09:14:29 +01:00
parent e7281f8446
commit a320a70480
11 changed files with 144 additions and 0 deletions
@@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_9 )
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=""