public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/
Date: Fri,  8 Jan 2021 00:00:03 +0000 (UTC)	[thread overview]
Message-ID: <1610063810.2400d07c2adbf5157abc7dde16892c4597d350e8.asturm@gentoo> (raw)

commit:     2400d07c2adbf5157abc7dde16892c4597d350e8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 22:56:05 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 23:56:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2400d07c

dev-python/python-poppler-qt5: Use qmake-utils

Closes: https://bugs.gentoo.org/764065
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild       | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
index 73a70b8349a..e737b69a306 100644
--- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
+++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit distutils-r1
+inherit distutils-r1 qmake-utils
 
 DESCRIPTION="Python binding for libpoppler-qt5"
 HOMEPAGE="https://github.com/frescobaldi/python-poppler-qt5"
@@ -21,3 +21,12 @@ RDEPEND="
 	>=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
+
+python_compile() {
+	distutils-r1_python_compile build_ext --qmake-bin=$(qt5_get_bindir)/qmake
+}
+
+python_install() {
+	export PATH=$(qt5_get_bindir):$PATH
+	distutils-r1_python_install
+}


             reply	other threads:[~2021-01-08  0:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08  0:00 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 15:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/ Michał Górny
2023-05-04 16:30 Michał Górny
2023-05-02 15:47 Andreas K. Hüttel
2022-10-25 16:01 Andreas Sturmlechner
2022-06-01  1:55 Sam James
2022-06-01  1:55 Sam James
2022-05-11 16:43 Michał Górny
2021-10-31  6:26 Arthur Zamarin
2021-06-01 18:28 Andrew Ammerlaan
2021-01-08  0:00 Andreas Sturmlechner
2020-06-15  2:35 Aaron Bauman
2020-03-09 20:22 Andreas Sturmlechner
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-02-16 13:41 Andreas Sturmlechner
2020-02-16 13:41 Andreas Sturmlechner
2020-02-05 20:47 Michał Górny
2019-02-15 19:28 Mikle Kolyada
2018-03-13 12:51 Michael Palimaka
2017-12-21  1:04 Andreas Sturmlechner

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=1610063810.2400d07c2adbf5157abc7dde16892c4597d350e8.asturm@gentoo \
    --to=asturm@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