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 C0E9A138351 for ; Sun, 16 Feb 2020 13:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C072FE08B0; Sun, 16 Feb 2020 13:41:56 +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 91CF8E08B0 for ; Sun, 16 Feb 2020 13:41:56 +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 48F0334EB93 for ; Sun, 16 Feb 2020 13:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23735147 for ; Sun, 16 Feb 2020 13:41:52 +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: <1581860491.8e83a436d747f99f68445746ab19f7aade4c90bb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-poppler-qt5/Manifest dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild X-VCS-Directories: dev-python/python-poppler-qt5/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e83a436d747f99f68445746ab19f7aade4c90bb X-VCS-Branch: master Date: Sun, 16 Feb 2020 13:41:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d843db03-6c73-49d7-bfec-d8e915733d3d X-Archives-Hash: 0ad2a255db7534f371285f87fecf805b commit: 8e83a436d747f99f68445746ab19f7aade4c90bb Author: Jouni Kosonen tukesoft com> AuthorDate: Sun Feb 16 09:23:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 16 13:41:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e83a436 dev-python/python-poppler-qt5: version bump to 0.75.0 Add python3_7 support to enable same for media-sound/frescobaldi Signed-off-by: Jouni Kosonen tukesoft.com> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/python-poppler-qt5/Manifest | 1 + .../python-poppler-qt5-0.75.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/python-poppler-qt5/Manifest b/dev-python/python-poppler-qt5/Manifest index 80a671f29b9..c6c9d7f9319 100644 --- a/dev-python/python-poppler-qt5/Manifest +++ b/dev-python/python-poppler-qt5/Manifest @@ -1 +1,2 @@ DIST python-poppler-qt5-0.24.2_p20170214.tar.gz 20676 BLAKE2B 450f1f40618686f393a21bb2f9ae25b71ab31b4270420a278c65dfdad722a7505cab50d17968400304df936f8694a7d2d5aafeac355675756ca70271f3ff666c SHA512 28fbc4584d32ae18a0545beaf2954f89da6aaa5c2d4bbb25dc36996dd5799c38c491254330c5ac12f3a97df33656f1b49bcb672207602031ff37086a08cbb1fc +DIST python-poppler-qt5-0.75.0.tar.gz 23281 BLAKE2B 06b2b0899d2a3cfc84e623b98cc3379aa45ac9ca9267f25168cce04f2ed761fd897043376fda3386b2daff2b46850b24782cafd6aabb13a8e7d6f3920b55a02c SHA512 2f03036a2eaeb8e28875f19a813ff85a91c1e9a94301bdb736ecc50e7ececb4de2622728e6fecbf64e114435529f82b6afd23d772e2d3910ae03d5d2b5da3205 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 new file mode 100644 index 00000000000..d936a77a1d8 --- /dev/null +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +inherit distutils-r1 + +DESCRIPTION="A python binding for libpoppler-qt5" +HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5" +SRC_URI="https://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + app-text/poppler[qt5] + dev-python/PyQt5[${PYTHON_USEDEP}] + >=dev-python/sip-4.19:=[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"