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 5BC5C139335 for ; Tue, 29 Jun 2021 07:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85E4DE0839; Tue, 29 Jun 2021 07:00:03 +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 5D1C5E0839 for ; Tue, 29 Jun 2021 07:00:03 +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 7C78E33BE3A for ; Tue, 29 Jun 2021 07:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDFF7C0 for ; Tue, 29 Jun 2021 06:59:58 +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: <1624934626.d944128437eb1642b59418161966ed32a0cbab6a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/font-v/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/font-v/Manifest dev-python/font-v/font-v-1.0.5.ebuild dev-python/font-v/metadata.xml X-VCS-Directories: dev-python/font-v/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d944128437eb1642b59418161966ed32a0cbab6a X-VCS-Branch: master Date: Tue, 29 Jun 2021 06:59:58 +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: eca399af-edb6-4663-87ba-06e355414d66 X-Archives-Hash: 28182ea62a49440a71a568a938c533b2 commit: d944128437eb1642b59418161966ed32a0cbab6a Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 29 02:20:05 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 29 02:43:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9441284 dev-python/font-v: initial import Signed-off-by: Alessandro Barbieri gmail.com> dev-python/font-v/Manifest | 1 + dev-python/font-v/font-v-1.0.5.ebuild | 39 +++++++++++++++++++++++++++++++++++ dev-python/font-v/metadata.xml | 14 +++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-python/font-v/Manifest b/dev-python/font-v/Manifest new file mode 100644 index 000000000..e06e1db13 --- /dev/null +++ b/dev-python/font-v/Manifest @@ -0,0 +1 @@ +DIST font-v-1.0.5.tar.gz 4270200 BLAKE2B b94c4e0bff4c07efd50803068e0fc061c910b24f8ed2e70ae1b92d06d69db9d707b6665fdc2179eb80ae814c3b2ad913f58b1c5d4a7b9f81b40269cbb505cfb7 SHA512 070415a72deb8a35804ee548f745edf399fe01ae279ea9ca88f0d1231af77a37f38456726db73e8df26d324bd8e0159b2978a668984d9f8cc24794e2a045cb73 diff --git a/dev-python/font-v/font-v-1.0.5.ebuild b/dev-python/font-v/font-v-1.0.5.ebuild new file mode 100644 index 000000000..a20b3e87c --- /dev/null +++ b/dev-python/font-v/font-v-1.0.5.ebuild @@ -0,0 +1,39 @@ +# 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/source-foundry/font-v/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +DESCRIPTION="Font version string reporting and modification library" +HOMEPAGE="https://github.com/source-foundry/font-v" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + >=dev-python/fonttools-4.17[${PYTHON_USEDEP}] + >=dev-python/GitPython-3.1.11[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-vcs/git )" + +distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme + +python_test() { + #it want a git repo + git init || die + git config --global user.email "you@example.com" || die + git config --global user.name "Your Name" || die + git add . || die + git commit -m 'init' || die + + #pure madness + #https://github.com/source-foundry/font-v/blob/e6746e4a045c99e56af661918c96259b1f444ed4/tests/test_utilities.py#L34 + sed -e "s|\"font-v\"|\"${PWD##*/}\"|g" -i "tests/test_utilities.py" || die + epytest -vv +} diff --git a/dev-python/font-v/metadata.xml b/dev-python/font-v/metadata.xml new file mode 100644 index 000000000..d4baa81fa --- /dev/null +++ b/dev-python/font-v/metadata.xml @@ -0,0 +1,14 @@ + + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/source-foundry/font-v/issues + source-foundry/font-v + font-v + +