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 B153B15838C for ; Tue, 30 Jan 2024 14:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D362BC056; Tue, 30 Jan 2024 14:19:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 660CE2BC056 for ; Tue, 30 Jan 2024 14:19:28 +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 B1E7B3430A7 for ; Tue, 30 Jan 2024 14:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D347514C3 for ; Tue, 30 Jan 2024 14:19:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1706624355.0a7fd61d6cbf4d37018b192d0867c9e118ba5a23.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/confusable-homoglyphs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/confusable-homoglyphs/Manifest dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild dev-python/confusable-homoglyphs/metadata.xml X-VCS-Directories: dev-python/confusable-homoglyphs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0a7fd61d6cbf4d37018b192d0867c9e118ba5a23 X-VCS-Branch: master Date: Tue, 30 Jan 2024 14:19:24 +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: 87038fa9-d56a-47d7-ba1a-50919d5f4bbf X-Archives-Hash: 8877dbb0497d818289dd8cdab7a5471f commit: 0a7fd61d6cbf4d37018b192d0867c9e118ba5a23 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 30 14:16:41 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 30 14:19:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7fd61d dev-python/confusable-homoglyphs: Bump to 3.3.1 Signed-off-by: Michał Górny gentoo.org> dev-python/confusable-homoglyphs/Manifest | 1 + .../confusable-homoglyphs-3.3.1.ebuild | 34 ++++++++++++++++++++++ dev-python/confusable-homoglyphs/metadata.xml | 4 +-- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/dev-python/confusable-homoglyphs/Manifest b/dev-python/confusable-homoglyphs/Manifest index e971c47f18f5..c0687835ca3f 100644 --- a/dev-python/confusable-homoglyphs/Manifest +++ b/dev-python/confusable-homoglyphs/Manifest @@ -1 +1,2 @@ DIST confusable_homoglyphs-3.2.0.tar.gz 161937 BLAKE2B ac2c66317b18dd73868b3cbe3b11162550597547da8ee3df5525362b79bd7f61a19bd7446839dfb477d5c2b27464fc88a120c5c6d496de8b86c9e88aabd8aeb0 SHA512 0a46a5bc94393592f6fa088bbe2f95cc301972c55de08231f3607828fcd3c5cb462514b80013283ef8cd8d76eaa3e14258ac8f3433c9c2cd1a89bcebca8fa7f6 +DIST confusable_homoglyphs-3.3.1.tar.gz 325480 BLAKE2B 74a18d442832197cd6371721269ef6389fe2e82e96131656e1ba4d49cb2be9431f715125640c330babe3bce1b2eb34aaf9097a29b6743d2b1c90b5aa53f5dee3 SHA512 c6032479025caa779c79761fc6b34e5b5adab3d784bfe03282b7f5edc7701366ee7897bd4e8a4c264e7a06a59f075ac876bd47fa328accfe981944e70092d40d diff --git a/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild b/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild new file mode 100644 index 000000000000..cc82b86b0e2e --- /dev/null +++ b/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.3.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Detect confusable usage of unicode homoglyphs, prevent homograph attacks" +HOMEPAGE=" + https://git.sr.ht/~valhalla/confusable_homoglyphs/ + https://pypi.org/project/confusable-homoglyphs/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/versioneer[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +src_prepare() { + # removed outdated bundled version (for py3.12 compat) + rm versioneer.py || die + distutils-r1_src_prepare +} diff --git a/dev-python/confusable-homoglyphs/metadata.xml b/dev-python/confusable-homoglyphs/metadata.xml index 1c67e1e89d60..5a9134e4a049 100644 --- a/dev-python/confusable-homoglyphs/metadata.xml +++ b/dev-python/confusable-homoglyphs/metadata.xml @@ -6,7 +6,7 @@ Tupone Alfredo - confusable_homoglyphs - vhf/confusable_homoglyphs + confusable-homoglyphs + ~valhalla/confusable_homoglyphs