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 B7A6F138350 for ; Thu, 9 Jan 2020 15:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9CB3E08ED; Thu, 9 Jan 2020 15:30:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C07CBE08ED for ; Thu, 9 Jan 2020 15:30:22 +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 EBAC334DED3 for ; Thu, 9 Jan 2020 15:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CF0479 for ; Thu, 9 Jan 2020 15:30:11 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1578583773.0936c9e6980adc1dc98adf6657fe27048c3952b6.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pikepdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pikepdf/pikepdf-1.8.3.ebuild X-VCS-Directories: dev-python/pikepdf/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 0936c9e6980adc1dc98adf6657fe27048c3952b6 X-VCS-Branch: master Date: Thu, 9 Jan 2020 15:30:11 +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: cb7d41c0-511d-457b-9e2f-a67ee3825e72 X-Archives-Hash: a1049ee9ba9d76009d2fec7699f4625f commit: 0936c9e6980adc1dc98adf6657fe27048c3952b6 Author: Andrey Grozin gentoo org> AuthorDate: Thu Jan 9 15:29:33 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Jan 9 15:29:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0936c9e6 dev-python/pikepdf: ebuild fixes Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrey Grozin gentoo.org> dev-python/pikepdf/pikepdf-1.8.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pikepdf/pikepdf-1.8.3.ebuild b/dev-python/pikepdf/pikepdf-1.8.3.ebuild index e98e244913c..27d20472d7e 100644 --- a/dev-python/pikepdf/pikepdf-1.8.3.ebuild +++ b/dev-python/pikepdf/pikepdf-1.8.3.ebuild @@ -8,12 +8,11 @@ inherit distutils-r1 DESCRIPTION="Python library to work with pdf files based on qpdf" HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="app-text/qpdf - dev-python/pybind11" + dev-python/pybind11[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools_scm_git_archive" + dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"