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 5C5EF1392E8 for ; Sat, 3 Jul 2021 09:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF39E083B; Sat, 3 Jul 2021 09:59:15 +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 A696EE083B for ; Sat, 3 Jul 2021 09:59:15 +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 E427A342AF4 for ; Sat, 3 Jul 2021 09:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C4147D6 for ; Sat, 3 Jul 2021 09:59:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1625296354.93ead723d4de7bc987ce53cdb430c7047d291384.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/dehinter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/dehinter/Manifest media-gfx/dehinter/dehinter-3.1.0.ebuild media-gfx/dehinter/metadata.xml X-VCS-Directories: media-gfx/dehinter/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 93ead723d4de7bc987ce53cdb430c7047d291384 X-VCS-Branch: master Date: Sat, 3 Jul 2021 09:59:10 +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: 5e66107a-470b-47ff-92e6-c7ebc4d267b0 X-Archives-Hash: 113c5cd53d4ed3e3abbd74bd415ba75a commit: 93ead723d4de7bc987ce53cdb430c7047d291384 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Jul 3 07:12:34 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 3 07:12:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93ead723 media-gfx/dehinter: initial import Signed-off-by: Alessandro Barbieri gmail.com> media-gfx/dehinter/Manifest | 1 + media-gfx/dehinter/dehinter-3.1.0.ebuild | 21 +++++++++++++++++++++ media-gfx/dehinter/metadata.xml | 13 +++++++++++++ 3 files changed, 35 insertions(+) diff --git a/media-gfx/dehinter/Manifest b/media-gfx/dehinter/Manifest new file mode 100644 index 000000000..193109897 --- /dev/null +++ b/media-gfx/dehinter/Manifest @@ -0,0 +1 @@ +DIST dehinter-3.1.0.tar.gz 1423438 BLAKE2B 967bf2fa6a68b5f66a29f7b362a319fd06e71df861fa75cbfa4eee9051be10878f33f751b22e0b9619fbaf9e209417a44ee3837f302d77ed628fafa397027684 SHA512 adcaeae2d8b104998388f2c5326e6b57e2a8342bdc8a522bfdf1d674c41c0a3fbaf07f602f769a2cf75670422aee388efec5b57f329c3b66a76801d24aff7cd6 diff --git a/media-gfx/dehinter/dehinter-3.1.0.ebuild b/media-gfx/dehinter/dehinter-3.1.0.ebuild new file mode 100644 index 000000000..754c4a2ad --- /dev/null +++ b/media-gfx/dehinter/dehinter-3.1.0.ebuild @@ -0,0 +1,21 @@ +# 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 + +DESCRIPTION="Python bindings for GitHub's cmark" +HOMEPAGE="https://github.com/source-foundry/dehinter" +SRC_URI="https://github.com/source-foundry/dehinter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND="dev-python/fonttools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest diff --git a/media-gfx/dehinter/metadata.xml b/media-gfx/dehinter/metadata.xml new file mode 100644 index 000000000..24a1d4a5c --- /dev/null +++ b/media-gfx/dehinter/metadata.xml @@ -0,0 +1,13 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/source-foundry/dehinter/issues + source-foundry/dehinter + dehinter + +