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 DDBCF158094 for ; Tue, 28 Jun 2022 04:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 916B8E0BEE; Tue, 28 Jun 2022 04:34:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C902E0BEE for ; Tue, 28 Jun 2022 04:34:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89E5F3416F5 for ; Tue, 28 Jun 2022 04:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04F9F522 for ; Tue, 28 Jun 2022 04:34:32 +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: <1656390868.880fb24618f994de44c9ffb0e8d39322db033b98.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hyperglot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hyperglot/Manifest dev-python/hyperglot/hyperglot-0.3.9.ebuild X-VCS-Directories: dev-python/hyperglot/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 880fb24618f994de44c9ffb0e8d39322db033b98 X-VCS-Branch: dev Date: Tue, 28 Jun 2022 04:34:32 +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: 4ec0e727-179c-4a9d-96e6-90b780b02198 X-Archives-Hash: 98629a63dd683424568b6d41ddd76a96 commit: 880fb24618f994de44c9ffb0e8d39322db033b98 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 28 04:18:17 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Jun 28 04:34:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=880fb246 dev-python/hyperglot: add 0.3.9 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/hyperglot/Manifest | 1 + dev-python/hyperglot/hyperglot-0.3.9.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/hyperglot/Manifest b/dev-python/hyperglot/Manifest index 03ad41e79..201a72402 100644 --- a/dev-python/hyperglot/Manifest +++ b/dev-python/hyperglot/Manifest @@ -1 +1,2 @@ DIST hyperglot-0.3.8.gh.tar.gz 7535789 BLAKE2B ea95372cfff195d2f991cc9a6bc3e26a9576e234167dde0c3a550979f6657e23b2169beb9d67b05fe8de1922e8a299ae24653da611e4277027798b2d139bc12f SHA512 32b8a08795fad10bfe909ddcab9578a53d1a0faf5a9ac79c2a129d2529d00166336560528f298ff8433fdc1149791da948fa2ef4f4d67780bd79b8f8126bdaf6 +DIST hyperglot-0.3.9.gh.tar.gz 7534924 BLAKE2B 504907a27e10977cba079cc03db489d1ee169de84e07d32308f4c682fda9be9e9d4b0af10f3ea0d0b3756582130ab3ab4474a730804b4a5ccd2acd0d97cfe787 SHA512 9bf3fad12e66d475dbca627164674a8f3d06779b44e3fac56b95de7058c863421ce107e76fab51dbf95d3ce7d6be5d9aeb340c73521dd85183f2982d36383758 diff --git a/dev-python/hyperglot/hyperglot-0.3.9.ebuild b/dev-python/hyperglot/hyperglot-0.3.9.ebuild new file mode 100644 index 000000000..6f30fd58e --- /dev/null +++ b/dev-python/hyperglot/hyperglot-0.3.9.ebuild @@ -0,0 +1,30 @@ +# 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="Detect language support for font binaries" +HOMEPAGE=" + https://hyperglot.rosettatype.com/ + https://github.com/rosettatype/hyperglot + https://pypi.org/project/hyperglot/ +" +SRC_URI="https://github.com/rosettatype/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-3+ OFL" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + >=dev-python/click-7.0[${PYTHON_USEDEP}] + >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.3[${PYTHON_USEDEP}] + >=dev-python/unicodedata2-13.0.0[${PYTHON_USEDEP}] + >=dev-python/colorlog-4.7.2[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest