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 D0D6F13835A for ; Fri, 11 Dec 2020 15:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A46FE09CA; Fri, 11 Dec 2020 15:40:14 +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 C9745E09CA for ; Fri, 11 Dec 2020 15:40:13 +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 97289340EB6 for ; Fri, 11 Dec 2020 15:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B643A6 for ; Fri, 11 Dec 2020 15:40:11 +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: <1607700016.72554ba458022fdb820f8efbc936115a5001c1d7.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/compreffor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/compreffor/Manifest dev-python/compreffor/compreffor-0.5.0.ebuild dev-python/compreffor/metadata.xml X-VCS-Directories: dev-python/compreffor/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 72554ba458022fdb820f8efbc936115a5001c1d7 X-VCS-Branch: dev Date: Fri, 11 Dec 2020 15:40: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: f6ea16e0-79d8-43d3-a8c0-e06b2a2f1ba7 X-Archives-Hash: 4f130314fb78f6c3672c996cdec52e35 commit: 72554ba458022fdb820f8efbc936115a5001c1d7 Author: Alessandro Barbieri gmail com> AuthorDate: Wed Dec 9 23:11:26 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Dec 11 15:20:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72554ba4 dev-python/compreffor: new package Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/compreffor/Manifest | 1 + dev-python/compreffor/compreffor-0.5.0.ebuild | 40 +++++++++++++++++++++++++++ dev-python/compreffor/metadata.xml | 12 ++++++++ 3 files changed, 53 insertions(+) diff --git a/dev-python/compreffor/Manifest b/dev-python/compreffor/Manifest new file mode 100644 index 00000000..3acc1a0e --- /dev/null +++ b/dev-python/compreffor/Manifest @@ -0,0 +1 @@ +DIST compreffor-0.5.0.zip 86507 BLAKE2B 3d019106018b4eaf5dd72e666881a3a94edd4fc48853d520c713e84d4009716b4f3bf9621a4be76c92753408780969271fd7924b6452b9049546ffb919cacb80 SHA512 cf42cfff8b98d2e6b76f688dda5d3d6bc7cc30fffcc512e9fae6eeacfce61fd4e2d448950e396f49e8ed5ccf1b50523168404b28b111985969e191e9fea063b9 diff --git a/dev-python/compreffor/compreffor-0.5.0.ebuild b/dev-python/compreffor/compreffor-0.5.0.ebuild new file mode 100644 index 00000000..e6cd0da7 --- /dev/null +++ b/dev-python/compreffor/compreffor-0.5.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" +KEYWORDS="~amd64" +DESCRIPTION="A CFF table subroutinizer for FontTools" +HOMEPAGE="https://github.com/googlefonts/compreffor" +LICENSE="Apache-2.0" +SLOT="0" + +RDEPEND=" + >=dev-python/fonttools-4.2.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + app-arch/unzip + dev-python/cython[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +src_prepare() { + #undesired dependency + sed -i "s|setup_requires=pytest_runner + wheel,|setup_requires=wheel,|" setup.py + default +} + +python_test() { + distutils_install_for_testing + default +} diff --git a/dev-python/compreffor/metadata.xml b/dev-python/compreffor/metadata.xml new file mode 100644 index 00000000..bd2770ed --- /dev/null +++ b/dev-python/compreffor/metadata.xml @@ -0,0 +1,12 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + googlefonts/compreffor + compreffor + +