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 8B2A715800F for ; Fri, 13 Jan 2023 03:14:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 548A0E0976; Fri, 13 Jan 2023 03:14:37 +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 3A57EE0976 for ; Fri, 13 Jan 2023 03:14:37 +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 EAD9B340B0B for ; Fri, 13 Jan 2023 03:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EB1D882 for ; Fri, 13 Jan 2023 03:14:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1673579513.46b625ea091ca0cc06fc2531d440671484c18092.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/collidoscope/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/collidoscope/Manifest dev-python/collidoscope/collidoscope-0.5.2.ebuild X-VCS-Directories: dev-python/collidoscope/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 46b625ea091ca0cc06fc2531d440671484c18092 X-VCS-Branch: dev Date: Fri, 13 Jan 2023 03:14:33 +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: 081e2017-da07-40d1-b176-259e8a1e3d27 X-Archives-Hash: 963b7db449e9030d3eab86fff0adce6d commit: 46b625ea091ca0cc06fc2531d440671484c18092 Author: Julien Roy jroy ca> AuthorDate: Fri Jan 13 01:17:09 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Jan 13 03:11:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46b625ea dev-python/collidoscope: add 0.5.2 Signed-off-by: Julien Roy jroy.ca> dev-python/collidoscope/Manifest | 1 + dev-python/collidoscope/collidoscope-0.5.2.ebuild | 26 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/collidoscope/Manifest b/dev-python/collidoscope/Manifest index d95955652..3ba0c882e 100644 --- a/dev-python/collidoscope/Manifest +++ b/dev-python/collidoscope/Manifest @@ -1 +1,2 @@ DIST collidoscope-0.4.1.gh.tar.gz 32178 BLAKE2B 05b85b9321ad486a619a65b5ddbfbfe5550549d3a3f337432e07c7e1d6d80d03f7fa478ce2a19d551f846a05e27c8d6431d0a3138ef4886d48b4ac88123bd0c8 SHA512 a38fb10eeb50388024498d4900323c217a504695507a9d67b0009a0ab9e6f99b8fb836a86e0139752e7008f139363344f1761e9413f17830dc44d615212b437d +DIST collidoscope-0.5.2.gh.tar.gz 32183 BLAKE2B 977184bc68dce4756bcf16adc06daac35795cd8ce0ecbd1cdba28285c78aedf1bcb16bddadb7f56ce8d95814b14971315e993083b9124658047072d2896eb546 SHA512 fd0024a838f39d93311275dd5966727b3ef8deeb103b2addc80e9e308149d58f43eecba0543cd19ce5e11d4439660fc5e026d174f6e3a0b07edb28e1ea635d87 diff --git a/dev-python/collidoscope/collidoscope-0.5.2.ebuild b/dev-python/collidoscope/collidoscope-0.5.2.ebuild new file mode 100644 index 000000000..d3b7f206c --- /dev/null +++ b/dev-python/collidoscope/collidoscope-0.5.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_10 ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Brute force detection of glyph collisions" +HOMEPAGE="https://github.com/simoncozens/collidoscope" +SRC_URI="https://github.com/simoncozens/collidoscope/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + >=dev-python/beziers-0.0.3[${PYTHON_USEDEP}] + dev-python/fonttools[${PYTHON_USEDEP}] + dev-python/glyphtools[${PYTHON_USEDEP}] + dev-python/uharfbuzz[${PYTHON_USEDEP}] + dev-python/babelfont[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"