diff options
author | Wynn Wolf Arbor | 2020-04-19 18:59:53 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-04-19 18:59:53 +0200 |
commit | 212c276c7a1adc636349628164228240838b17b4 (patch) | |
tree | bf16ccd8e5e431906b1f9d062c8d6d58b439dfa2 /dev-python/namespace-gandi/namespace-gandi-1-r1.ebuild | |
parent | e2ff253f7e4491ccf76b9e10e13f91fd3607db3c (diff) | |
download | pramantha-212c276c7a1adc636349628164228240838b17b4.tar.gz |
dev-python/namespace-gandi: Bump to -r2
This commit will drop support for older python versions.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'dev-python/namespace-gandi/namespace-gandi-1-r1.ebuild')
-rw-r--r-- | dev-python/namespace-gandi/namespace-gandi-1-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/namespace-gandi/namespace-gandi-1-r1.ebuild b/dev-python/namespace-gandi/namespace-gandi-1-r1.ebuild deleted file mode 100644 index 98983f5..0000000 --- a/dev-python/namespace-gandi/namespace-gandi-1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} 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 -} |