From 89e56dc9c11a4a335ded84eccfdbd45752ba2761 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Jul 2021 10:46:33 +0100 Subject: dev-python/typer : add arm64 keyword --- dev-python/typer/typer-0.2.1-r1.ebuild | 29 ----------------------------- dev-python/typer/typer-0.2.1-r2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 dev-python/typer/typer-0.2.1-r1.ebuild create mode 100644 dev-python/typer/typer-0.2.1-r2.ebuild (limited to 'dev-python') diff --git a/dev-python/typer/typer-0.2.1-r1.ebuild b/dev-python/typer/typer-0.2.1-r1.ebuild deleted file mode 100644 index 9dd48e0c..00000000 --- a/dev-python/typer/typer-0.2.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2016-2020 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Build great CLIs. Easy to code. Based on Python type hints" -HOMEPAGE="https://typer.tiangolo.com/" -SRC_URI="https://github.com/tiangolo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND=" -