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 44437139694 for ; Sun, 26 Feb 2017 18:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C4DE0C57; Sun, 26 Feb 2017 18:03:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55054E0C57 for ; Sun, 26 Feb 2017 18:03:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B66B340F53 for ; Sun, 26 Feb 2017 18:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6123C5581 for ; Sun, 26 Feb 2017 18:02:58 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1488132124.9b359909ef032c7d07893d4a503a1d869d1ae10c.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/QtPy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/QtPy/Manifest dev-python/QtPy/QtPy-1.2.1.ebuild X-VCS-Directories: dev-python/QtPy/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 9b359909ef032c7d07893d4a503a1d869d1ae10c X-VCS-Branch: master Date: Sun, 26 Feb 2017 18:02:58 +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: 8ee5d0eb-12fd-4f94-bded-b590c1d296c8 X-Archives-Hash: ef866c5179360d06d221aa6b930d64f3 commit: 9b359909ef032c7d07893d4a503a1d869d1ae10c Author: Sébastien Fabbro gentoo org> AuthorDate: Tue Feb 21 05:22:18 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Sun Feb 26 18:02:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b359909 dev-python/QtPy: version bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/QtPy/Manifest | 1 + dev-python/QtPy/QtPy-1.2.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-python/QtPy/Manifest b/dev-python/QtPy/Manifest index 2ed02ac56e..2be833316a 100644 --- a/dev-python/QtPy/Manifest +++ b/dev-python/QtPy/Manifest @@ -1 +1,2 @@ DIST QtPy-1.1.2.tar.gz 14390 SHA256 2abb462decc80fa4f0ba9ff18feaaab21a765d7d2d0808120f001f9a4c385946 SHA512 5f610e60ac6ed2f2b0eed59dd24537b34ccff8816afad059e056f47dd95d2dd49939ec6e0ebb816520a2ef075d8f9619903a4b2c79f18ed12e16eb60718e5c1d WHIRLPOOL 297112c79003b868aadbe404f70926bdbc0045c852b1f5f8d6000d0e7ce74c46a54667e7117787d1b5488e71a3120ef1553a3abb3d0f26f5416441c9314dac86 +DIST QtPy-1.2.1.tar.gz 29210 SHA256 5803ce31f50b24295e8e600b76cc91d7f2a3140a5a0d526d40226f9ec5e9097d SHA512 7f9609b479a11daf1d8302040552f3926aa869eb775d23e32282a80ae9f5a39bf9be6b18cd62a6094a176ee8e7b4aef896fa8687eb2ce9ab9486f02aeeb756d7 WHIRLPOOL c598789661a43c96b3b4db8fb766fbfdcc746a8c6bdf270175b4e3f2733b666939e44921a056c1f77d2d6683ec73a4221ab409c320c840cdc7ee2d00ccec6184 diff --git a/dev-python/QtPy/QtPy-1.2.1.ebuild b/dev-python/QtPy/QtPy-1.2.1.ebuild new file mode 100644 index 0000000000..5942d6fd93 --- /dev/null +++ b/dev-python/QtPy/QtPy-1.2.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Abtraction layer for PyQt5/PyQt4/PySide" +HOMEPAGE="https://github.com/spyder-ide/qtpy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="designer gui svg testlib webkit" + +RDEPEND=" + || ( + dev-python/PyQt5[${PYTHON_USEDEP},designer=,svg=,webkit=] + dev-python/PyQt4[${PYTHON_USEDEP},designer=,svg=,webkit=] + dev-python/pyside[${PYTHON_USEDEP},designer=,svg=,webkit=] + ) + gui? ( || ( + dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] + dev-python/PyQt4[${PYTHON_USEDEP},X] + dev-python/pyside[${PYTHON_USEDEP},X] + ) ) + testlib? ( || ( + dev-python/PyQt5[${PYTHON_USEDEP},testlib] + dev-python/PyQt4[${PYTHON_USEDEP},testlib] + dev-python/pyside[${PYTHON_USEDEP},X] + ) )" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"