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 92E7C139335 for ; Mon, 28 Jun 2021 10:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1715E0954; Mon, 28 Jun 2021 10:59:07 +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 B499EE0952 for ; Mon, 28 Jun 2021 10:59:07 +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 2D81933FE60 for ; Mon, 28 Jun 2021 10:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFB27C1 for ; Mon, 28 Jun 2021 10:59:02 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1624835272.819da74f96f11156fa01ed930f1b7f8b26c4502f.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/fontMath/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/fontMath/Manifest dev-python/fontMath/fontMath-0.8.1.ebuild X-VCS-Directories: dev-python/fontMath/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 819da74f96f11156fa01ed930f1b7f8b26c4502f X-VCS-Branch: master Date: Mon, 28 Jun 2021 10:59:02 +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: 4b261d89-2afb-4c1b-8d3b-3de2cd6613b6 X-Archives-Hash: 2d382efca6856c8f8a317b38b5e8cfca commit: 819da74f96f11156fa01ed930f1b7f8b26c4502f Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jun 27 23:07:52 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jun 27 23:07:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=819da74f dev-python/fontMath: add 0.8.1 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/fontMath/Manifest | 1 + dev-python/fontMath/fontMath-0.8.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/fontMath/Manifest b/dev-python/fontMath/Manifest index d92f629e5..770c6a1af 100644 --- a/dev-python/fontMath/Manifest +++ b/dev-python/fontMath/Manifest @@ -1 +1,2 @@ DIST fontMath-0.6.0.tar.gz 29430 BLAKE2B e89200df9c54d35662103bcb260593da83339af06af4ce5906421c5d0c533097d82562531f5bea70286b07ffc1b27707c46f7bf8bb3956fdf23998278696d541 SHA512 20bbed0242d7bf4dddf44f1c2c1333f5019a5bc78025e6bcc8ede80cc44d96acc48b5ef1244fb22fe09217ed7123fff591fab2a72c2484e19ee202c20ad34f56 +DIST fontMath-0.8.1.tar.gz 29657 BLAKE2B b2a85d4fbce46b381488815df363c13c2d60f4527160bbdd0591c852df606bd1ada4945ec22935907b9b59a0f729a9c51fe2fa4f9531c3cf406bde11159193a2 SHA512 815f5521099dc55ceb215f0f7ea2dded7f8586a6b5ac8c7c99bd87f4f837feb21768c46473f21aa60ad8b0e85bbdabf2bf246f0c8fabab0b4a2d63b5d052f6a8 diff --git a/dev-python/fontMath/fontMath-0.8.1.ebuild b/dev-python/fontMath/fontMath-0.8.1.ebuild new file mode 100644 index 000000000..3d2608c58 --- /dev/null +++ b/dev-python/fontMath/fontMath-0.8.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/robotools/fontMath/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +DESCRIPTION="A collection of objects that implement fast font math" +HOMEPAGE="https://github.com/robotools/fontMath" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/fonttools-4.9[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest