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 DA18915800A for ; Fri, 21 Jul 2023 11:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F2FE02D2; Fri, 21 Jul 2023 11:25:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 099AAE02D2 for ; Fri, 21 Jul 2023 11:25:53 +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 2BBE03406BF for ; Fri, 21 Jul 2023 11:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DCB3AFD for ; Fri, 21 Jul 2023 11:25:50 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1689938537.123680817ba9e0962e0f482e067f8e663666e912.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-gettext/Manifest dev-python/setuptools-gettext/metadata.xml dev-python/setuptools-gettext/setuptools-gettext-0.1.3.ebuild X-VCS-Directories: dev-python/setuptools-gettext/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 123680817ba9e0962e0f482e067f8e663666e912 X-VCS-Branch: master Date: Fri, 21 Jul 2023 11:25:50 +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: 4fc80f30-c7a8-420d-b612-c42d809187a2 X-Archives-Hash: 006fea2c43004fdd2a0aae443fc92beb commit: 123680817ba9e0962e0f482e067f8e663666e912 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jul 21 11:22:17 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jul 21 11:22:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12368081 dev-python/setuptools-gettext: new package, add 0.1.3 New bdep for dev-vcs/breezy Signed-off-by: Arthur Zamarin gentoo.org> dev-python/setuptools-gettext/Manifest | 1 + dev-python/setuptools-gettext/metadata.xml | 13 ++++++++++++ .../setuptools-gettext-0.1.3.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/setuptools-gettext/Manifest b/dev-python/setuptools-gettext/Manifest new file mode 100644 index 000000000000..5ce91d8aa038 --- /dev/null +++ b/dev-python/setuptools-gettext/Manifest @@ -0,0 +1 @@ +DIST setuptools-gettext-0.1.3.tar.gz 10654 BLAKE2B 801adc5f09facff215009ee61cef6996866efced51424a9dbcc6ace76e132b75d3cc8293eecbe0958372966e9faa64c73d7f743d2bb6187b448d9becf6106c8c SHA512 786e9f9280013759e96fe16551ba2dafef033d7d1faadc9bf9306c6442ba242d638778b45c8c228a2ff04038903958bc1db435c4982b665d73ba15fcc4bd9eee diff --git a/dev-python/setuptools-gettext/metadata.xml b/dev-python/setuptools-gettext/metadata.xml new file mode 100644 index 000000000000..4b6dc6a166c0 --- /dev/null +++ b/dev-python/setuptools-gettext/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + setuptools-gettext + breezy-team/setuptools-gettext + + diff --git a/dev-python/setuptools-gettext/setuptools-gettext-0.1.3.ebuild b/dev-python/setuptools-gettext/setuptools-gettext-0.1.3.ebuild new file mode 100644 index 000000000000..4b495c8d01a8 --- /dev/null +++ b/dev-python/setuptools-gettext/setuptools-gettext-0.1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION=" setuptools plugin for building mo files" +HOMEPAGE=" + https://pypi.org/project/setuptools-gettext/ + https://github.com/breezy-team/setuptools-gettext +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + sys-devel/gettext +"