aboutsummaryrefslogtreecommitdiffstats
path: root/dev-python/namespace-gandi/namespace-gandi-1-r3.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2023-11-20 10:52:55 +0100
committerWolfgang Müller2023-11-20 10:52:55 +0100
commit3b8027d034da15b280008249267468b39d2de170 (patch)
treee6fc38780f7392df5fcd15f355ef9b2a02c3d18a /dev-python/namespace-gandi/namespace-gandi-1-r3.ebuild
parent82ebbc238ab366f18c3fef69eae8eca0bbacef22 (diff)
downloadpramantha-3b8027d034da15b280008249267468b39d2de170.tar.gz
net-misc/gandi-cli: drop
Diffstat (limited to '')
-rw-r--r--dev-python/namespace-gandi/namespace-gandi-1-r3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/namespace-gandi/namespace-gandi-1-r3.ebuild b/dev-python/namespace-gandi/namespace-gandi-1-r3.ebuild
deleted file mode 100644
index f211d93..0000000
--- a/dev-python/namespace-gandi/namespace-gandi-1-r3.ebuild
+++ /dev/null
@@ -1,33 +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 python-r1
-
-DESCRIPTION="Namespace package declaration for gandi"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages"
-SRC_URI=""
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}"
-DEPEND="${PYTHON_DEPS}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_unpack() {
- mkdir -p "${S}"/gandi || die
- cat > "${S}"/gandi/__init__.py <<-EOF || die
- __import__('pkg_resources').declare_namespace(__name__)
- EOF
-}
-
-src_install() {
- python_foreach_impl python_domodule gandi
-}