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
+1
View File
@@ -0,0 +1 @@
EBUILD amitools-9999.ebuild 572 BLAKE2B 370f2b0d4ee04efc498f535a2b848590709c15f65b6ca8fd44d80bdc453ee7a6516f1791e7ebff47a60dd4ce37da912872e67b52990a9b57a3e6fae4cfbdfba1 SHA512 e6fc6913b111369535069a0d3ec0368c3bb55b110249cefafa0cd589a09c3c293fce264bc51d6f6e8c1615dc0e709b8c215f6979801a523329a7379c73235c35
@@ -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=""