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 35A3615838C for ; Fri, 19 Jan 2024 05:28:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CAA3E2B50; Fri, 19 Jan 2024 05:28:29 +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 75E03E2B51 for ; Fri, 19 Jan 2024 05:28:29 +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 81992343350 for ; Fri, 19 Jan 2024 05:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0234137E for ; Fri, 19 Jan 2024 05:28:26 +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: <1705642100.d941dc1a55d65cce665f7f2e5af18c5359a527b6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/emoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/emoji/Manifest dev-python/emoji/emoji-2.10.0.ebuild X-VCS-Directories: dev-python/emoji/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d941dc1a55d65cce665f7f2e5af18c5359a527b6 X-VCS-Branch: master Date: Fri, 19 Jan 2024 05:28:26 +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: 221a3915-b4d7-4d1c-990e-ff93b247570b X-Archives-Hash: 6b2e06a553fc23501344b671423f4863 commit: d941dc1a55d65cce665f7f2e5af18c5359a527b6 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 19 05:13:36 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 19 05:28:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d941dc1a dev-python/emoji: Bump to 2.10.0 Signed-off-by: Michał Górny gentoo.org> dev-python/emoji/Manifest | 1 + dev-python/emoji/emoji-2.10.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/emoji/Manifest b/dev-python/emoji/Manifest index 1c1ea38c32dc..a2ce65dd38cb 100644 --- a/dev-python/emoji/Manifest +++ b/dev-python/emoji/Manifest @@ -1 +1,2 @@ +DIST emoji-2.10.0.gh.tar.gz 526345 BLAKE2B f46a1db49956525274a80491d3a2993f3c6137fc524b2563ff0df22c91968c78e4f8325e8fc12854ac57b1d5fde2b2682ebac54f2729b686476f20e488ec71fa SHA512 66464e3e5d4b8f93219d7a40b91c914876759c1ac1d55286814afdc357c18d2c70d994d98f241db327643ac1b8e20cf453a523336acc59205b472d39f27bd226 DIST emoji-2.9.0.gh.tar.gz 465370 BLAKE2B 4bf8a4abb5deef8898a0bf5ade838aa00eb9920197f2bc9e00958869c31386b51ef0c6e99f1444c61c79a430757abd7bcc271efb2a5370dbff22e10bcda9d245 SHA512 eb718cd00b7f8226a0a3f82ea5f4ff495416abffd5d7715fd031bc40abb51c3f71e402a605ab401692626745644e7d9825575aef23c568f8f0a21c2c93e5015f diff --git a/dev-python/emoji/emoji-2.10.0.ebuild b/dev-python/emoji/emoji-2.10.0.ebuild new file mode 100644 index 000000000000..e71c124e54b5 --- /dev/null +++ b/dev-python/emoji/emoji-2.10.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-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 + +DESCRIPTION="Emoji for Python" +HOMEPAGE=" + https://github.com/carpedm20/emoji/ + https://pypi.org/project/emoji/ +" +SRC_URI=" + https://github.com/carpedm20/emoji/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64" + +distutils_enable_tests pytest