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 2C685139694 for ; Tue, 1 Aug 2017 12:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9788EE0F2A; Tue, 1 Aug 2017 12:03:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66837E0F2A for ; Tue, 1 Aug 2017 12:03:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 603B1341937 for ; Tue, 1 Aug 2017 12:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24883755B for ; Tue, 1 Aug 2017 12:03:33 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1501588989.9d041f1c8dc3b47cf8df92701df6eb01e32dd6e6.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyotherside/Manifest dev-python/pyotherside/metadata.xml dev-python/pyotherside/pyotherside-1.5.1.ebuild X-VCS-Directories: dev-python/pyotherside/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 9d041f1c8dc3b47cf8df92701df6eb01e32dd6e6 X-VCS-Branch: master Date: Tue, 1 Aug 2017 12:03:33 +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: 06ca7167-a0d0-4697-8899-9523ad566d66 X-Archives-Hash: 11be4f4925ab1c4f3a9fcbb1eed233e9 commit: 9d041f1c8dc3b47cf8df92701df6eb01e32dd6e6 Author: Manuel Rüger gentoo org> AuthorDate: Tue Aug 1 11:57:47 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Aug 1 12:03:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d041f1c dev-python/pyotherside: Initial version Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pyotherside/Manifest | 1 + dev-python/pyotherside/metadata.xml | 8 +++++ dev-python/pyotherside/pyotherside-1.5.1.ebuild | 40 +++++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/pyotherside/Manifest b/dev-python/pyotherside/Manifest new file mode 100644 index 00000000000..9248eff7f57 --- /dev/null +++ b/dev-python/pyotherside/Manifest @@ -0,0 +1 @@ +DIST pyotherside-1.5.1.tar.gz 181457 SHA256 cb29853d66d2e33f68e28c62c28d054512ab82a763fed8b7b7df9dae722c5de2 SHA512 6f916ce44615c98aa7dffaee073fcb6d7f117996c008c0e3c0e7a8aaedd03f9ba853cc66850112dfc9529d698bd2faeb498a87a0d47c3776ab52b90f83b7067a WHIRLPOOL ad6693efa3aa3a15924010144bb46632fd512fb1af360e56972ddfd28631ff381c06c505acd40b57becb5010c324f4ccc509b3d49ed3716f87b4252027a94405 diff --git a/dev-python/pyotherside/metadata.xml b/dev-python/pyotherside/metadata.xml new file mode 100644 index 00000000000..97df2a00971 --- /dev/null +++ b/dev-python/pyotherside/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + diff --git a/dev-python/pyotherside/pyotherside-1.5.1.ebuild b/dev-python/pyotherside/pyotherside-1.5.1.ebuild new file mode 100644 index 00000000000..b30d8b2501d --- /dev/null +++ b/dev-python/pyotherside/pyotherside-1.5.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit qmake-utils python-single-r1 + +DESCRIPTION="Asynchronous Python 3 Bindings for Qt 5" +HOMEPAGE="http://github.com/thp/pyotherside http://thp.io/2011/pyotherside" +SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +RDEPEND="${PYTHON_DEPS} + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + " +DEPEND="${RDEPEND}" + +RESTRICT="test" + +src_prepare() { + sed -i -e "s/qtquicktests//" pyotherside.pro || die +} + +src_configure() { + eqmake5 +} + +src_install() { + emake install INSTALL_ROOT="${D}" +}