Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 4/4] dev-python/repoze-who: Use dot-notation for python_moduleinto (example)
Date: Wed, 10 May 2017 14:12:21
Message-Id: 20170510140837.5245-5-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH] python-utils-r1, _moduleinto: doc fixup & dot-notation by "Michał Górny"
1 ---
2 dev-python/repoze-who/repoze-who-2.2-r1.ebuild | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/dev-python/repoze-who/repoze-who-2.2-r1.ebuild b/dev-python/repoze-who/repoze-who-2.2-r1.ebuild
6 index f2f3ac568592..fb3636b8fe99 100644
7 --- a/dev-python/repoze-who/repoze-who-2.2-r1.ebuild
8 +++ b/dev-python/repoze-who/repoze-who-2.2-r1.ebuild
9 @@ -33,10 +33,10 @@ python_install() {
10 distutils-r1_python_install
11
12 # install __init__.py files for sub-namespaces
13 - python_moduleinto repoze/who
14 + python_moduleinto repoze.who
15 python_domodule repoze/who/__init__.py
16
17 - python_moduleinto repoze/who/plugins
18 + python_moduleinto repoze.who.plugins
19 python_domodule repoze/who/plugins/__init__.py
20 }
21
22 --
23 2.13.0