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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90222158020 for ; Sat, 29 Oct 2022 16:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADEF2E08EF; Sat, 29 Oct 2022 16:46:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 949A2E08EF for ; Sat, 29 Oct 2022 16:46:34 +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 A2927340C20 for ; Sat, 29 Oct 2022 16:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F13F661D for ; Sat, 29 Oct 2022 16:46:31 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1667061987.5818fc8a0201801c5357d1cbcc34f2c606dc8fe8.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-i18n-address/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-i18n-address/Manifest dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild dev-python/google-i18n-address/metadata.xml X-VCS-Directories: dev-python/google-i18n-address/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5818fc8a0201801c5357d1cbcc34f2c606dc8fe8 X-VCS-Branch: master Date: Sat, 29 Oct 2022 16:46:31 +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: cd36dc45-7d74-4cdc-93b2-5b467f2d4c0d X-Archives-Hash: b1fa955b12670ca8d71522336e9f2c4a commit: 5818fc8a0201801c5357d1cbcc34f2c606dc8fe8 Author: Florian Schmaus gentoo org> AuthorDate: Fri Oct 28 18:14:42 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Oct 29 16:46:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5818fc8a dev-python/google-i18n-address: new package, add 2.5.2 Signed-off-by: Florian Schmaus gentoo.org> dev-python/google-i18n-address/Manifest | 1 + .../google-i18n-address-2.5.2.ebuild | 20 ++++++++++++++++++++ dev-python/google-i18n-address/metadata.xml | 16 ++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/google-i18n-address/Manifest b/dev-python/google-i18n-address/Manifest new file mode 100644 index 000000000000..279277d6a879 --- /dev/null +++ b/dev-python/google-i18n-address/Manifest @@ -0,0 +1 @@ +DIST google-i18n-address-2.5.2.gh.tar.gz 724067 BLAKE2B 1ec13e99216e263985d04ceb3efd6708041a91be2cc6d4531c099d1599bfa55e21ebbc785d94bda245304bc904778e906c036b2bf0235c9e7c26c8439a69ad07 SHA512 3e9a583cee35af2c045c41fbdafea8dab2897354422a4d2df96834d56443499442a62fb19be42d06cd8974fac677936cb34713730b1c3c18c9a041a7ae46c5cb diff --git a/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild b/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild new file mode 100644 index 000000000000..17b00d8b18ad --- /dev/null +++ b/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Google's i18n address metadata repository" +HOMEPAGE="https://pypi.org/project/google-i18n-address/" +# Using the github release, as it contains the tests (unlike the pypi artifact). +SRC_URI="https://github.com/mirumee/google-i18n-address/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest diff --git a/dev-python/google-i18n-address/metadata.xml b/dev-python/google-i18n-address/metadata.xml new file mode 100644 index 000000000000..97d1129a9f41 --- /dev/null +++ b/dev-python/google-i18n-address/metadata.xml @@ -0,0 +1,16 @@ + + + + + Florian Schmaus + flow@gentoo.org + + + python@gentoo.org + + + google-i18n-address + mirumee/google-i18n-address + + +