Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-python] [PATCH python-distutils-ng 1/4] Mark the eclass as work-in-progress.
Date: Sat, 08 Sep 2012 21:59:46
Message-Id: 1347141637-1148-2-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-python] python-distutils-ng -- the future? by "Michał Górny"
1 ---
2 gx86/eclass/python-distutils-ng.eclass | 8 ++++++++
3 1 file changed, 8 insertions(+)
4
5 diff --git a/gx86/eclass/python-distutils-ng.eclass b/gx86/eclass/python-distutils-ng.eclass
6 index 4aecc3c..4f32da7 100644
7 --- a/gx86/eclass/python-distutils-ng.eclass
8 +++ b/gx86/eclass/python-distutils-ng.eclass
9 @@ -9,6 +9,14 @@
10 # Author: Krzysztof Pawlik <nelchael@g.o>
11 # @BLURB: Install Python packages using distutils.
12 # @DESCRIPTION:
13 +# !IMPORTANT!
14 +#
15 +# Please note that the eclass is undergoing serious changes and new packages
16 +# shouldn't be using it. The API may change, and new features will be added
17 +# which will simplify adoption of the eclass to packages.
18 +#
19 +# !IMPORTANT!
20 +#
21 # The Python eclass is designed to allow an easier installation of Python
22 # packages and their incorporation into the Gentoo Linux system.
23 #
24 --
25 1.7.12