summaryrefslogtreecommitdiff
path: root/dev-python/google-i18n-address
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-29 22:01:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-29 22:01:57 +0100
commit009897642a869d630779716efc51af1554f72867 (patch)
tree879100d35e2fd1f39b32b68b2abe220f156b3a20 /dev-python/google-i18n-address
parent9cd7e710ac676c1a318d09e665ca3558bb5c5323 (diff)
gentoo auto-resync : 29:10:2022 - 22:01:57
Diffstat (limited to 'dev-python/google-i18n-address')
-rw-r--r--dev-python/google-i18n-address/Manifest3
-rw-r--r--dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild20
-rw-r--r--dev-python/google-i18n-address/metadata.xml16
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/google-i18n-address/Manifest b/dev-python/google-i18n-address/Manifest
new file mode 100644
index 000000000000..02edace91068
--- /dev/null
+++ b/dev-python/google-i18n-address/Manifest
@@ -0,0 +1,3 @@
+DIST google-i18n-address-2.5.2.gh.tar.gz 724067 BLAKE2B 1ec13e99216e263985d04ceb3efd6708041a91be2cc6d4531c099d1599bfa55e21ebbc785d94bda245304bc904778e906c036b2bf0235c9e7c26c8439a69ad07 SHA512 3e9a583cee35af2c045c41fbdafea8dab2897354422a4d2df96834d56443499442a62fb19be42d06cd8974fac677936cb34713730b1c3c18c9a041a7ae46c5cb
+EBUILD google-i18n-address-2.5.2.ebuild 580 BLAKE2B 73758ee66142a2acff23bbcf89685816dae41b7afcb0c89f8f33a2467aa92c03da9aad861143070ed054c3430723cead5feaf9a56749b83385d78a5ec186db4a SHA512 52f600d28a48f32d630053e9fb9aa65b3933461236415de7e0071727c327a9b49d34c80b1b69928206343579d9b01c1c38f5516c8f790dfc8ee13711c360dfe6
+MISC metadata.xml 498 BLAKE2B 0a06e46935f90688ffec111afb963e29f192847f1511fb81cfcc2588076bf8d2e335bf7a8138da44fd9452b0f13c6496762682695bf5dbddc615d91656bd3322 SHA512 5f4ffa9b5247d8be2352ec3e9e325fb24c50a7f341f78e3a0a81c51c76dd46d3c1922954f27606a6720a9d3cbf330c556a56bf35d824e27b151b8174387df48f
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>flow@gentoo.org</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</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>