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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 196F1158091 for ; Fri, 17 Jun 2022 12:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46AE9E087E; Fri, 17 Jun 2022 12:11:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2922DE087E for ; Fri, 17 Jun 2022 12:11:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4F81341991 for ; Fri, 17 Jun 2022 12:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A452471 for ; Fri, 17 Jun 2022 12:11:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655467804.8fe2072acfa73a68ecbc91abbf51a098ba3a7796.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qpageview/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qpageview/Manifest dev-python/qpageview/metadata.xml dev-python/qpageview/qpageview-0.6.2.ebuild X-VCS-Directories: dev-python/qpageview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fe2072acfa73a68ecbc91abbf51a098ba3a7796 X-VCS-Branch: master Date: Fri, 17 Jun 2022 12:11:32 +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: a03ee232-4539-4e1b-b73f-f4cbf9a74358 X-Archives-Hash: 4b5139775c67947cc149c42807fdce2e commit: 8fe2072acfa73a68ecbc91abbf51a098ba3a7796 Author: Sam James gentoo org> AuthorDate: Fri Jun 17 01:33:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 17 12:10:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe2072a dev-python/qpageview: new package, add 0.6.2 Bug: https://bugs.gentoo.org/850922 Signed-off-by: Sam James gentoo.org> dev-python/qpageview/Manifest | 1 + dev-python/qpageview/metadata.xml | 12 ++++++++++++ dev-python/qpageview/qpageview-0.6.2.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/qpageview/Manifest b/dev-python/qpageview/Manifest new file mode 100644 index 000000000000..263ac454d066 --- /dev/null +++ b/dev-python/qpageview/Manifest @@ -0,0 +1 @@ +DIST qpageview-0.6.2.gh.tar.gz 159098 BLAKE2B bd28acaf0f2a123963136acd32ce1a7ee72bba3c19f253af821b44e38bbf314ac3ccb48a8c96b06f484d399ed13bd3b8b3cf62e7b2a44d85edb38d04b60ceccf SHA512 80b1d6d4419594bcac195450ab030ab0b4fe3fe92dc9a6db598d1dd2282670f0d0b9d957b3c37313d7002f8f7dbc1bdd101edca81e5edca19c6e33ec4f6e4ffe diff --git a/dev-python/qpageview/metadata.xml b/dev-python/qpageview/metadata.xml new file mode 100644 index 000000000000..bf0b8f79adf0 --- /dev/null +++ b/dev-python/qpageview/metadata.xml @@ -0,0 +1,12 @@ + + + + + sound@gentoo.org + Gentoo Sound project + + + wbsoft/qpageview + qpageview + + diff --git a/dev-python/qpageview/qpageview-0.6.2.ebuild b/dev-python/qpageview/qpageview-0.6.2.ebuild new file mode 100644 index 000000000000..90d467d7a46c --- /dev/null +++ b/dev-python/qpageview/qpageview-0.6.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 optfeature + +DESCRIPTION="Page-based viewer widget for Qt5/PyQt5" +HOMEPAGE="https://qpageview.org/" +SRC_URI="https://github.com/frescobaldi/qpageview/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +# GPL-2+ added here because of https://github.com/frescobaldi/qpageview/issues/15 +# Should be GPL-3+ once cleared up +LICENSE="GPL-2+ GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/PyQt5[gui,printsupport,svg,widgets,${PYTHON_USEDEP}] + dev-python/python-poppler-qt5[${PYTHON_USEDEP}]" + +pkg_postinst() { + optfeature "Printing support" dev-python/pycups +}