Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-i18n-address/
Date: Sat, 29 Oct 2022 16:46:35
Message-Id: 1667061987.5818fc8a0201801c5357d1cbcc34f2c606dc8fe8.flow@gentoo
1 commit: 5818fc8a0201801c5357d1cbcc34f2c606dc8fe8
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 18:14:42 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 16:46:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5818fc8a
7
8 dev-python/google-i18n-address: new package, add 2.5.2
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-python/google-i18n-address/Manifest | 1 +
13 .../google-i18n-address-2.5.2.ebuild | 20 ++++++++++++++++++++
14 dev-python/google-i18n-address/metadata.xml | 16 ++++++++++++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/dev-python/google-i18n-address/Manifest b/dev-python/google-i18n-address/Manifest
18 new file mode 100644
19 index 000000000000..279277d6a879
20 --- /dev/null
21 +++ b/dev-python/google-i18n-address/Manifest
22 @@ -0,0 +1 @@
23 +DIST google-i18n-address-2.5.2.gh.tar.gz 724067 BLAKE2B 1ec13e99216e263985d04ceb3efd6708041a91be2cc6d4531c099d1599bfa55e21ebbc785d94bda245304bc904778e906c036b2bf0235c9e7c26c8439a69ad07 SHA512 3e9a583cee35af2c045c41fbdafea8dab2897354422a4d2df96834d56443499442a62fb19be42d06cd8974fac677936cb34713730b1c3c18c9a041a7ae46c5cb
24
25 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
26 new file mode 100644
27 index 000000000000..17b00d8b18ad
28 --- /dev/null
29 +++ b/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..11} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Google's i18n address metadata repository"
42 +HOMEPAGE="https://pypi.org/project/google-i18n-address/"
43 +# Using the github release, as it contains the tests (unlike the pypi artifact).
44 +SRC_URI="https://github.com/mirumee/google-i18n-address/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
45 +
46 +LICENSE="BSD"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +distutils_enable_tests pytest
51
52 diff --git a/dev-python/google-i18n-address/metadata.xml b/dev-python/google-i18n-address/metadata.xml
53 new file mode 100644
54 index 000000000000..97d1129a9f41
55 --- /dev/null
56 +++ b/dev-python/google-i18n-address/metadata.xml
57 @@ -0,0 +1,16 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <maintainer type="person">
62 + <name>Florian Schmaus</name>
63 + <email>flow@g.o</email>
64 + </maintainer>
65 + <maintainer type="project">
66 + <email>python@g.o</email>
67 + </maintainer>
68 + <upstream>
69 + <remote-id type="pypi">google-i18n-address</remote-id>
70 + <remote-id type="github">mirumee/google-i18n-address</remote-id>
71 + </upstream>
72 + <stabilize-allarches/>
73 +</pkgmetadata>