Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o
Subject: [gentoo-dev] [PATCH] python-utils-r1, _moduleinto: doc fixup & dot-notation
Date: Wed, 10 May 2017 14:08:59
Message-Id: 20170510140837.5245-1-mgorny@gentoo.org
1 Hi, everyone.
2
3 Here's a quick batch of improvements to python_moduleinto() in
4 python-utils-r1.eclass. Patches are, in order:
5
6 1. fix leftover doc comment,
7
8 2. clarify the doc wrt use across multiple impls,
9
10 3. allow dot-notation for targets, i.e.
11
12 python_moduleinto foo.bar
13
14 alternatively to:
15
16 python_moduleinto foo/bar
17
18 4. gives example use for 3.
19
20 --
21 Best regards,
22 Michał Górny

Replies