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 E2D8D139695 for ; Thu, 3 Aug 2017 15:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 413DBE0EAF; Thu, 3 Aug 2017 15:50:23 +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 1F749E0EAF for ; Thu, 3 Aug 2017 15:50:23 +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 4B0FC341705 for ; Thu, 3 Aug 2017 15:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86937491 for ; Thu, 3 Aug 2017 15:50:20 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1501775307.98f55f5cd62aba5773893e0099af98121e0e6768.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/anyqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/anyqt/Manifest dev-python/anyqt/anyqt-0.0.8.ebuild dev-python/anyqt/metadata.xml X-VCS-Directories: dev-python/anyqt/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 98f55f5cd62aba5773893e0099af98121e0e6768 X-VCS-Branch: master Date: Thu, 3 Aug 2017 15:50:20 +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: 45a945f8-e2cc-4815-bbaa-8ce17db2aec8 X-Archives-Hash: aae34db557a3b4fa1797c172782c7ce3 commit: 98f55f5cd62aba5773893e0099af98121e0e6768 Author: Amy Liffey gentoo org> AuthorDate: Thu Aug 3 15:48:27 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Aug 3 15:48:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f55f5c dev-python/anyqt: Initial commit dependency Orange Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-python/anyqt/Manifest | 1 + dev-python/anyqt/anyqt-0.0.8.ebuild | 21 +++++++++++++++++++++ dev-python/anyqt/metadata.xml | 7 +++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/anyqt/Manifest b/dev-python/anyqt/Manifest new file mode 100644 index 00000000000..64e1ccf69ed --- /dev/null +++ b/dev-python/anyqt/Manifest @@ -0,0 +1 @@ +DIST 0.0.8.zip 58136 SHA256 e9443312cc5205eccdc0d62348ea44b22fa36bb9717ba7a2511a0424643266ed SHA512 a9a12c5ad36f64b56a021930edbdd8d62f790cb821bcedf619d0dc342473618a692c167627d05cd7d4af708609abca2916777424110e0b9954e0042724d44a97 WHIRLPOOL 31eda4308015669e04131f1be31094f56ba70fa45021c43a77cc7de96e459fb89a73a5d77a63cacd08a363e4c404edf5e4515f31808c07d2259366abb54de4b8 diff --git a/dev-python/anyqt/anyqt-0.0.8.ebuild b/dev-python/anyqt/anyqt-0.0.8.ebuild new file mode 100644 index 00000000000..e827cc3cd8c --- /dev/null +++ b/dev-python/anyqt/anyqt-0.0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="PyQt4/PyQt5 compatibility layer" +HOMEPAGE="http://orange.biolab.si/" +SRC_URI="https://github.com/ales-erjavec/${PN}/archive/${PV}.zip" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" + +DEPEND="${RDEPEND}" diff --git a/dev-python/anyqt/metadata.xml b/dev-python/anyqt/metadata.xml new file mode 100644 index 00000000000..f728eac91cc --- /dev/null +++ b/dev-python/anyqt/metadata.xml @@ -0,0 +1,7 @@ + + + + + amynka@gentoo.org + +