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 A4524158064 for ; Fri, 10 May 2024 02:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7FC2BC019; Fri, 10 May 2024 02:02:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 648332BC066 for ; Fri, 10 May 2024 02:02:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94B1734305C for ; Fri, 10 May 2024 02:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C94101A81 for ; Fri, 10 May 2024 02:02:39 +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: <1715306551.a974c8279a92d83bde7501712c9391f42c980342.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/babelfish/Manifest dev-python/babelfish/babelfish-0.6.1.ebuild X-VCS-Directories: dev-python/babelfish/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a974c8279a92d83bde7501712c9391f42c980342 X-VCS-Branch: master Date: Fri, 10 May 2024 02:02:39 +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: 359d5c34-7c71-4a7e-af19-d3db3cdc6de6 X-Archives-Hash: 537c35689ed3242516d73937f2a45bf5 commit: a974c8279a92d83bde7501712c9391f42c980342 Author: Michał Górny gentoo org> AuthorDate: Fri May 10 01:58:27 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 10 02:02:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a974c827 dev-python/babelfish: Bump to 0.6.1 Signed-off-by: Michał Górny gentoo.org> dev-python/babelfish/Manifest | 1 + dev-python/babelfish/babelfish-0.6.1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/babelfish/Manifest b/dev-python/babelfish/Manifest index 73a014db0e1b..cd4c5efb1ad0 100644 --- a/dev-python/babelfish/Manifest +++ b/dev-python/babelfish/Manifest @@ -1 +1,2 @@ DIST babelfish-0.6.0.gh.tar.gz 90886 BLAKE2B deee75aef23cbcb7c64f385c303310e5ce1ef0a3180729e47e59b8e85015ff36360a4be74ef32869421c6d90cf185ad427a7d55b9ef3cf20f551233dae3d425f SHA512 9d3309e67815c301578533fdaf8baae946ba87148b458f7b01315203d2d4356dd770c1a0b7a0ffbba14036b77f1463d67e3b5732efa6682cb6afdae1a8fd0a4b +DIST babelfish-0.6.1.gh.tar.gz 93127 BLAKE2B 6c1f56432671c0ad7b18401e78637acf8488fa2aa924a4df961403e570f1adbff6d868d6e8e3797e4b26a790b65b2aad8600fc7feb665bb3a73a6a5d4664865f SHA512 e5936b08f7ecf38beea3a2da2ee32cfd93f312548459c18370326a72011aed5ed8a1908b13a091979c3fe83a984b99f299ed6c3d39a47784b4d5c48145796d04 diff --git a/dev-python/babelfish/babelfish-0.6.1.ebuild b/dev-python/babelfish/babelfish-0.6.1.ebuild new file mode 100644 index 000000000000..c78efae6c860 --- /dev/null +++ b/dev-python/babelfish/babelfish-0.6.1.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=poetry +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Python library to work with countries and languages" +HOMEPAGE=" + https://github.com/Diaoul/babelfish/ + https://pypi.org/project/babelfish/ +" +SRC_URI=" + https://github.com/Diaoul/babelfish/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +distutils_enable_tests pytest