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 77F3B13835A for ; Fri, 18 Jun 2021 02:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89101E081B; Fri, 18 Jun 2021 02:17:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 22053E081B for ; Fri, 18 Jun 2021 02:17:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4655D335D2E for ; Fri, 18 Jun 2021 02:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E9377B5 for ; Fri, 18 Jun 2021 02:16:56 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1623982613.e2afc032f6bb181abf43a9ce292d0978449d7b16.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/fontParts/fontParts-0.9.10.ebuild X-VCS-Directories: dev-python/fontParts/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e2afc032f6bb181abf43a9ce292d0978449d7b16 X-VCS-Branch: dev Date: Fri, 18 Jun 2021 02:16:56 +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: 8763d031-5627-4bf1-8f6c-057aa30e0b63 X-Archives-Hash: 2484d8dd5ad1e474f7f4d27b4e320915 commit: e2afc032f6bb181abf43a9ce292d0978449d7b16 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jun 17 23:32:22 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Jun 18 02:16:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2afc032 dev-python/fontParts: add constraints, export PV Signed-off-by: Alessandro Barbieri gmail.com> dev-python/fontParts/fontParts-0.9.10.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-python/fontParts/fontParts-0.9.10.ebuild b/dev-python/fontParts/fontParts-0.9.10.ebuild index c6ed8e7e7..b2747a46d 100644 --- a/dev-python/fontParts/fontParts-0.9.10.ebuild +++ b/dev-python/fontParts/fontParts-0.9.10.ebuild @@ -18,14 +18,19 @@ RESTRICT="!test? ( test )" RDEPEND=" ${PYTHON_DEPS} - dev-python/booleanOperations[${PYTHON_USEDEP}] - dev-python/defcon[${PYTHON_USEDEP}] - dev-python/fontMath[${PYTHON_USEDEP}] - >=dev-python/fonttools-4.2.1[${PYTHON_USEDEP}] + >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}] + >=dev-python/defcon-0.8.1[${PYTHON_USEDEP}] + >=dev-python/fontMath-0.6.0[${PYTHON_USEDEP}] + >=dev-python/fonttools-4.24.4[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )" +pkg_setup() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}" +} + + python_test() { "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}" }