commit:     5818fc8a0201801c5357d1cbcc34f2c606dc8fe8
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 18:14:42 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <name>Florian Schmaus</name>
+               <email>[email protected]</email>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">google-i18n-address</remote-id>
+               <remote-id type="github">mirumee/google-i18n-address</remote-id>
+       </upstream>
+       <stabilize-allarches/>
+</pkgmetadata>

Reply via email to