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 8864C1382C5 for ; Mon, 14 May 2018 01:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88425E0769; Mon, 14 May 2018 01:36:43 +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 5383EE0769 for ; Mon, 14 May 2018 01:36:43 +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 1D4F1335CA4 for ; Mon, 14 May 2018 01:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13DBC72 for ; Mon, 14 May 2018 01:36:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526261751.313ed0a4bb04f6945dae2a4c01a149a25fe971a9.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 313ed0a4bb04f6945dae2a4c01a149a25fe971a9 X-VCS-Branch: master Date: Mon, 14 May 2018 01:36:40 +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: b5aeef55-ac5d-4309-9f88-6597a2dc4560 X-Archives-Hash: 88c4fc9f8d2b554cd2b2079ce6c39aa3 commit: 313ed0a4bb04f6945dae2a4c01a149a25fe971a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 14 01:35:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 14 01:35:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313ed0a4 dev-python/QtPy: Drop 1.2.1 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/QtPy/Manifest | 1 - dev-python/QtPy/QtPy-1.2.1.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/QtPy/Manifest b/dev-python/QtPy/Manifest index ee88062e92c..5f659f57b1d 100644 --- a/dev-python/QtPy/Manifest +++ b/dev-python/QtPy/Manifest @@ -1,3 +1,2 @@ -DIST QtPy-1.2.1.tar.gz 29210 BLAKE2B a0b091902c7c7ccde1dbe8cc7e235de2340f3b2d9bfb5869a66d50d61cdf9cebf9ba2fa4458290a6f47c7a9c46227c5d8a8a9d7f2cac86f1528a7d6e350638b1 SHA512 7f9609b479a11daf1d8302040552f3926aa869eb775d23e32282a80ae9f5a39bf9be6b18cd62a6094a176ee8e7b4aef896fa8687eb2ce9ab9486f02aeeb756d7 DIST QtPy-1.3.1.tar.gz 25061 BLAKE2B 5e504c9fd6182c23ec7f3160f6d2c073bb64bf3145b4336420be39dfda2d942633792abdcf2b7c0772ca7066e497d456667cbec2067a7798114929b0c9ca2d7d SHA512 3d06359b2793a57d8da715384b83e332cbc40d9f55699a2ddff0ebb04f527b9c629ea74b385103fd2ca98a79b02c8a582d16fa594048e7d56a32bda743da2008 DIST QtPy-1.4.0.tar.gz 27019 BLAKE2B 6b90876f4801a19c98ddb8c4d678737a3b3ad61af1fe47c79b59b970ea4a895774bc554dfb9c99a4d806ad0316fb7c00e731c32a9d3f0a929a1f8bd4352851ab SHA512 7a989011114c17de29d5de6ff075935efdf9ebbae72d14580646bc81ce877f0beceaac511cade9e750dd9ee7e9f0f133c5676fa192ea906e7483feb543743379 diff --git a/dev-python/QtPy/QtPy-1.2.1.ebuild b/dev-python/QtPy/QtPy-1.2.1.ebuild deleted file mode 100644 index 51f9d64960b..00000000000 --- a/dev-python/QtPy/QtPy-1.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Abstraction layer for PyQt5/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 opengl svg testlib webkit" - -RDEPEND=" - gui? ( || ( - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] - dev-python/pyside[${PYTHON_USEDEP},X] - ) ) - testlib? ( || ( - dev-python/PyQt5[${PYTHON_USEDEP},testlib] - dev-python/pyside[${PYTHON_USEDEP},X] - ) ) - webkit? ( dev-python/PyQt5[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=] ) - !webkit? ( || ( - dev-python/PyQt5[${PYTHON_USEDEP},designer=,opengl=,svg=] - dev-python/pyside[${PYTHON_USEDEP},designer=,opengl=,svg=] - ) ) -" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"