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 532C51392E8 for ; Sat, 3 Jul 2021 09:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC6FDE0843; Sat, 3 Jul 2021 09:59:15 +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 B97D7E0841 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 E59F1342AFA 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 795847D5 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: <1625283621.ce00e3c1ce5950c95a73d720badcaa0b27b92fff.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/vharfbuzz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/vharfbuzz/Manifest dev-python/vharfbuzz/metadata.xml dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild X-VCS-Directories: dev-python/vharfbuzz/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ce00e3c1ce5950c95a73d720badcaa0b27b92fff 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: 9dc9ab70-bcc3-49a5-a410-7d7b3410a2df X-Archives-Hash: 5705c64ca9d7f2e6111e31501edeec10 commit: ce00e3c1ce5950c95a73d720badcaa0b27b92fff Author: Alessandro Barbieri gmail com> AuthorDate: Sat Jul 3 03:40:21 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 3 03:40:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce00e3c1 dev-python/vharfbuzz: initial import Signed-off-by: Alessandro Barbieri gmail.com> dev-python/vharfbuzz/Manifest | 1 + dev-python/vharfbuzz/metadata.xml | 13 +++++++++++++ dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/vharfbuzz/Manifest b/dev-python/vharfbuzz/Manifest new file mode 100644 index 000000000..1a4f41a5b --- /dev/null +++ b/dev-python/vharfbuzz/Manifest @@ -0,0 +1 @@ +DIST vharfbuzz-0.1.1.tar.gz 9036 BLAKE2B c22b1ef28612221b61a7f1565cb5ec37d0a8de852ad9899c1738eed58fc948c775248da460306a213cd39cfed3e180ba8440bfcda15428e2c071888be90657f7 SHA512 20579c380d15168c6635c7aa1a5d28a6c323e6bc25954a9ad2a03d172b414f2a4349f6d51ed2e8c737f8ae5331bc32c1cf1e02cc80544bbc5a265be4731feb01 diff --git a/dev-python/vharfbuzz/metadata.xml b/dev-python/vharfbuzz/metadata.xml new file mode 100644 index 000000000..48c1f9a7b --- /dev/null +++ b/dev-python/vharfbuzz/metadata.xml @@ -0,0 +1,13 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/simoncozens/vharfbuzz/issues + simoncozens/vharfbuzz + vharfbuzz + + diff --git a/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild new file mode 100644 index 000000000..0885f643d --- /dev/null +++ b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild @@ -0,0 +1,24 @@ +# 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="A user-friendlier way to use Harfbuzz in Python" +HOMEPAGE="https://github.com/simoncozens/vharfbuzz" +SRC_URI="https://github.com/simoncozens/vharfbuzz/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="" +SLOT="0" + +RDEPEND=" + dev-python/fonttools[${PYTHON_USEDEP}] + dev-python/uharfbuzz[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_sphinx docs dev-python/sphinxcontrib-napoleon