mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/namespace-paste: Namespace package for paste.*
This commit is contained in:
33
dev-python/namespace-paste/namespace-paste-1.ebuild
Normal file
33
dev-python/namespace-paste/namespace-paste-1.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Namespace package declaration for paste"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${PYTHON_DEPS}"
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_unpack() {
|
||||
mkdir -p "${S}"/paste || die
|
||||
cat > "${S}"/paste/__init__.py <<-EOF || die
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
EOF
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_foreach_impl python_domodule paste
|
||||
}
|
||||
Reference in New Issue
Block a user