From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59B80139083 for ; Sat, 2 Dec 2017 20:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 706C2E0E36; Sat, 2 Dec 2017 20:09:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41022E0E36 for ; Sat, 2 Dec 2017 20:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 645DF33C770 for ; Sat, 2 Dec 2017 20:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDDFDAE65 for ; Sat, 2 Dec 2017 20:09:09 +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: <1512245347.e410ec23363ed48c5a99f1b1794bfe66dbb9c8cc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythonz-bd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythonz-bd/Manifest dev-python/pythonz-bd/metadata.xml dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild X-VCS-Directories: dev-python/pythonz-bd/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e410ec23363ed48c5a99f1b1794bfe66dbb9c8cc X-VCS-Branch: master Date: Sat, 2 Dec 2017 20:09:09 +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: 8c244eaf-4ec7-494d-a70c-8366e6dc8a22 X-Archives-Hash: 7b137ef98b5e34c05252684e6ed93b58 commit: e410ec23363ed48c5a99f1b1794bfe66dbb9c8cc Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 2 19:52:12 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Dec 2 20:09:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e410ec23 dev-python/pythonz-bd: New package Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-python/pythonz-bd/Manifest | 1 + dev-python/pythonz-bd/metadata.xml | 15 +++++++++++++++ dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/pythonz-bd/Manifest b/dev-python/pythonz-bd/Manifest new file mode 100644 index 00000000000..b824e97c8b4 --- /dev/null +++ b/dev-python/pythonz-bd/Manifest @@ -0,0 +1 @@ +DIST pythonz-bd-1.11.4.tar.gz 86065 BLAKE2B 1b7710129a6c764693cf3092725e78a7f6321ecf1bd0323644f421ee4f1c3c1a1b6defb805fbb137e58001c9869d9fe9d124978d60127a6672bb54903fd2027b SHA512 de945a1a49094eb6f4f1d0a2dbab4d5e73b60eb4a5d5461c4368fd46e05bf97df7177f7bcecfe963600016f9641e4233ace15a2c231f658ed8eeb771ddb51ab7 diff --git a/dev-python/pythonz-bd/metadata.xml b/dev-python/pythonz-bd/metadata.xml new file mode 100644 index 00000000000..2d6e2eed10d --- /dev/null +++ b/dev-python/pythonz-bd/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + pythonz-bd + + saghul@gmail.com + saghul + + + diff --git a/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild new file mode 100644 index 00000000000..371d0631468 --- /dev/null +++ b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Manage python installations in your system, berdario's shallow fork" +HOMEPAGE=" + https://github.com/berdario/pythonz/tree/bd + https://pypi.python.org/pypi/pythonz-bd" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/resumable-urlretrieve[${PYTHON_USEDEP}]' 'python3*')"