From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B1A6E138010 for ; Sat, 8 Sep 2012 21:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F38F21C008; Sat, 8 Sep 2012 21:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D3E021C008 for ; Sat, 8 Sep 2012 21:59:38 +0000 (UTC) Received: from pomiocik.lan (87-205-55-151.adsl.inetia.pl [87.205.55.151]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id A576033D218; Sat, 8 Sep 2012 21:59:36 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH python-distutils-ng 1/4] Mark the eclass as work-in-progress. Date: Sun, 9 Sep 2012 00:00:34 +0200 Message-Id: <1347141637-1148-2-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1347141637-1148-1-git-send-email-mgorny@gentoo.org> References: <1347141637-1148-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: bbda40b6-06f5-41e1-accc-800e130fb00c X-Archives-Hash: d47f94987f7054079ec176cd231f3c61 --- gx86/eclass/python-distutils-ng.eclass | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gx86/eclass/python-distutils-ng.eclass b/gx86/eclass/python-distutils-ng.eclass index 4aecc3c..4f32da7 100644 --- a/gx86/eclass/python-distutils-ng.eclass +++ b/gx86/eclass/python-distutils-ng.eclass @@ -9,6 +9,14 @@ # Author: Krzysztof Pawlik # @BLURB: Install Python packages using distutils. # @DESCRIPTION: +# !IMPORTANT! +# +# Please note that the eclass is undergoing serious changes and new packages +# shouldn't be using it. The API may change, and new features will be added +# which will simplify adoption of the eclass to packages. +# +# !IMPORTANT! +# # The Python eclass is designed to allow an easier installation of Python # packages and their incorporation into the Gentoo Linux system. # -- 1.7.12