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 7A465139894 for ; Mon, 24 Aug 2015 10:12:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8764F141C9; Mon, 24 Aug 2015 10:12:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2C59141B8 for ; Mon, 24 Aug 2015 10:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0702B3408A6 for ; Mon, 24 Aug 2015 10:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 587B617C for ; Mon, 24 Aug 2015 10:12:21 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440411130.cafa5fae698a52f816fd5635343ba29ea6289445.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distlib/Manifest dev-python/distlib/distlib-0.2.1.ebuild dev-python/distlib/metadata.xml X-VCS-Directories: dev-python/distlib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cafa5fae698a52f816fd5635343ba29ea6289445 X-VCS-Branch: master Date: Mon, 24 Aug 2015 10:12:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 66d3e687-323b-4c71-895d-31a51e166d12 X-Archives-Hash: 99c98915d412093dd9934716861ce6b8 commit: cafa5fae698a52f816fd5635343ba29ea6289445 Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 24 06:41:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 24 10:12:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafa5fae dev-python/distlib: New package, ebuild written by me Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/distlib/Manifest | 1 + dev-python/distlib/distlib-0.2.1.ebuild | 25 +++++++++++++++++++++++++ dev-python/distlib/metadata.xml | 5 +++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/distlib/Manifest b/dev-python/distlib/Manifest new file mode 100644 index 0000000..179151b --- /dev/null +++ b/dev-python/distlib/Manifest @@ -0,0 +1 @@ +DIST distlib-0.2.1.zip 542424 SHA256 d91dc4a509ca50d1ba796ba1c4b23d5587f082d8a886856544546c88f4d9a685 SHA512 f6453585650db242ad4a176bbd468cc6069ee0941b6ea23f24fc32000778097d8a100de82eaad7b3d8d998dc153d25f537505c7eefcc6f98f37995cfc9d5be77 WHIRLPOOL 86c2eb318c9df8233847b5ded3370d77ed71fab22067f4fa039531d5a3df2ede463e1688d920401a0870e4359f18f8d765230c72e71be1458e5db14de153ad8d diff --git a/dev-python/distlib/distlib-0.2.1.ebuild b/dev-python/distlib/distlib-0.2.1.ebuild new file mode 100644 index 0000000..7b1a1e4 --- /dev/null +++ b/dev-python/distlib/distlib-0.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Distribution utilities" +HOMEPAGE="https://pypi.python.org/pypi/distlib https://bitbucket.org/vinay.sajip/distlib https://github.com/vsajip/distlib" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +python_test() { + sed \ + -e '/PIP_AVAILABLE/s:True:False:g' \ + -i tests/*py || die + PYTHONHASHSEED=0 esetup.py test +} diff --git a/dev-python/distlib/metadata.xml b/dev-python/distlib/metadata.xml new file mode 100644 index 0000000..de483c5 --- /dev/null +++ b/dev-python/distlib/metadata.xml @@ -0,0 +1,5 @@ + + + +python +