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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F976158094 for ; Tue, 28 Jun 2022 15:38:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57EF3E07D3; Tue, 28 Jun 2022 15:38:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 397C0E07D3 for ; Tue, 28 Jun 2022 15:38:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5631A3417E7 for ; Tue, 28 Jun 2022 15:38:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6E451B for ; Tue, 28 Jun 2022 15:38:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1656390867.cb2b459881eb7f6671e0962fbc7fcabb3be7c9ed.arthurzam@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/vharfbuzz-0.1.4.ebuild X-VCS-Directories: dev-python/vharfbuzz/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cb2b459881eb7f6671e0962fbc7fcabb3be7c9ed X-VCS-Branch: master Date: Tue, 28 Jun 2022 15:38:44 +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: 5e8b7d8c-c059-4e48-8dcb-713600dc7325 X-Archives-Hash: 75c87e347238b79506d17229c7aae010 commit: cb2b459881eb7f6671e0962fbc7fcabb3be7c9ed Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 28 04:07:31 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jun 28 04:34:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb2b4598 dev-python/vharfbuzz: add 0.1.4 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/vharfbuzz/Manifest | 1 + dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/vharfbuzz/Manifest b/dev-python/vharfbuzz/Manifest index a0c417d00..d23b7890d 100644 --- a/dev-python/vharfbuzz/Manifest +++ b/dev-python/vharfbuzz/Manifest @@ -1 +1,2 @@ DIST vharfbuzz-0.1.3.gh.tar.gz 9359 BLAKE2B c4d7e2a1a939c59f63008f99cc6cf4ce622adebe493248c3536632051e32fe0e1ca9d48b91273ef3c157afefbfcc0062232d964cba954f1b867d91bbdc16ad41 SHA512 0b2e90da6ba613cbc24bf67d2815d6d2e857463e077410a6c86e4a4d77a734bc6b3ddaf3fbd564d06fcd2295eda13e095da55241cc31c38959703114b0cf56bf +DIST vharfbuzz-0.1.4.gh.tar.gz 9362 BLAKE2B 6a688990e9a56e6b53cda8d1293681c3e84a888f6052e4eb3e8f62d95b145a465f3b3ed2e20f1cafc0eb3befadc5a23417fcb8d4770c1b3b009eacc985a65ca7 SHA512 0c0cf27238c0d7a763a1c683df3c2ec1d48fc11af0c347a1039d0f957efb91b21c4292d66a3c9dff60dacc1c21e3ace35fa162f262e9f3e50c24048647092a21 diff --git a/dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild b/dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild new file mode 100644 index 000000000..9cc1e42f6 --- /dev/null +++ b/dev-python/vharfbuzz/vharfbuzz-0.1.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +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}.gh.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + dev-python/fonttools[${PYTHON_USEDEP}] + dev-python/uharfbuzz[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_sphinx docs