From 3b8027d034da15b280008249267468b39d2de170 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 20 Nov 2023 10:52:55 +0100 Subject: net-misc/gandi-cli: drop --- net-misc/gandi-cli/gandi-cli-1.6.ebuild | 40 --------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 net-misc/gandi-cli/gandi-cli-1.6.ebuild (limited to 'net-misc/gandi-cli/gandi-cli-1.6.ebuild') diff --git a/net-misc/gandi-cli/gandi-cli-1.6.ebuild b/net-misc/gandi-cli/gandi-cli-1.6.ebuild deleted file mode 100644 index e43dd8d..0000000 --- a/net-misc/gandi-cli/gandi-cli-1.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{10,11} pypy ) - -inherit distutils-r1 - -MY_PN="${PN//-/.}" -DESCRIPTION="CLI to easily create and manage web resources for your Gandi account." -HOMEPAGE="https://github.com/Gandi/gandi.cli" -SRC_URI="https://github.com/Gandi/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} -" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-python/click-7 - dev-python/requests - dev-python/pyyaml - dev-python/IPy - dev-python/namespace-gandi -" - -DEPEND="dev-python/namespace-gandi" - -RESTRICT="mirror" - -S=${WORKDIR}/${MY_PN}-${PV} - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} -- cgit v1.2.3-2-gb3c3