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 6DE641382C5 for ; Fri, 18 Jun 2021 02:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B572E0837; Fri, 18 Jun 2021 02:17:00 +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 39594E081B for ; Fri, 18 Jun 2021 02:17:00 +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 25F30335CC1 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 8178B7B6 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.f1ecb07c2a9eef13af609b4fbd00d494e7ce5745.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/MutatorMath/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/MutatorMath/Manifest dev-python/MutatorMath/MutatorMath-3.0.1.ebuild dev-python/MutatorMath/metadata.xml X-VCS-Directories: dev-python/MutatorMath/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: f1ecb07c2a9eef13af609b4fbd00d494e7ce5745 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: 9460da99-a6f4-4c73-bee2-2799d87e98ff X-Archives-Hash: a9aab3ec95bfd79204b1bb671164c9bf commit: f1ecb07c2a9eef13af609b4fbd00d494e7ce5745 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Jun 18 00:05:49 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=f1ecb07c dev-python/MutatorMath: initial import Signed-off-by: Alessandro Barbieri gmail.com> dev-python/MutatorMath/Manifest | 1 + dev-python/MutatorMath/MutatorMath-3.0.1.ebuild | 27 +++++++++++++++++++++++++ dev-python/MutatorMath/metadata.xml | 5 +++++ 3 files changed, 33 insertions(+) diff --git a/dev-python/MutatorMath/Manifest b/dev-python/MutatorMath/Manifest new file mode 100644 index 000000000..bb4890bf5 --- /dev/null +++ b/dev-python/MutatorMath/Manifest @@ -0,0 +1 @@ +DIST MutatorMath-3.0.1.tar.gz 234416 BLAKE2B 999b0fb3c5cca8252fc27efa099e5046d17604b77a38322fd3a13b7e96d7b6ac123dafe75f3a295e908ec8891e5342df319c7faca3612d953849895e8c99f17a SHA512 a1be360c866783543b375872a406eb61ac41ce21a6fd7c9b8d349758525c998d7d2613ad55208a5f8709a81c0ea8ea7e4bad76f0a554e8ce8e62aa6c9a00bbb5 diff --git a/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild b/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild new file mode 100644 index 000000000..6b2cfebd8 --- /dev/null +++ b/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/LettError/MutatorMath/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +DESCRIPTION="A library for piecewise linear interpolation in multiple dimensions" +HOMEPAGE="https://github.com/LettError/MutatorMath" +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + dev-python/defcon[${PYTHON_USEDEP}] + dev-python/fontMath[${PYTHON_USEDEP}] + >=dev-python/fonttools-3.32[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests setup.py diff --git a/dev-python/MutatorMath/metadata.xml b/dev-python/MutatorMath/metadata.xml new file mode 100644 index 000000000..6f49eba8f --- /dev/null +++ b/dev-python/MutatorMath/metadata.xml @@ -0,0 +1,5 @@ + + + + +