public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/
Date: Tue,  1 Aug 2017 12:03:33 +0000 (UTC)	[thread overview]
Message-ID: <1501588989.9d041f1c8dc3b47cf8df92701df6eb01e32dd6e6.mrueg@gentoo> (raw)

commit:     9d041f1c8dc3b47cf8df92701df6eb01e32dd6e6
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 11:57:47 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>

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}"
+}


             reply	other threads:[~2017-08-01 12:03 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01 12:03 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-10-16 19:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/ Manuel Rüger
2017-11-21 18:08 Manuel Rüger
2017-11-24 23:09 Michael Palimaka
2019-02-01  3:00 Göktürk Yüksek
2019-02-01  3:00 Göktürk Yüksek
2019-07-26 17:54 Göktürk Yüksek
2019-10-11 20:50 Göktürk Yüksek
2019-10-24 15:02 Göktürk Yüksek
2020-03-19  2:11 Rick Farina
2020-03-28 18:03 Michał Górny
2021-02-15  2:19 Rick Farina
2021-07-29 12:08 David Seifert
2021-08-10  0:22 Göktürk Yüksek
2021-09-10  8:56 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-12-31  1:15 Georgy Yakovlev
2022-08-07 15:39 David Seifert
2023-06-04 15:49 Arthur Zamarin
2023-06-28  8:29 Marek Szuba
2024-03-05 13:27 Marek Szuba
2024-03-05 13:27 Marek Szuba
2024-03-05 13:27 Marek Szuba
2024-05-19  6:02 Michał Górny
2024-06-28 11:38 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501588989.9d041f1c8dc3b47cf8df92701df6eb01e32dd6e6.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox