diff options
author | 2022-10-28 20:14:42 +0200 | |
---|---|---|
committer | 2022-10-29 18:46:27 +0200 | |
commit | 5818fc8a0201801c5357d1cbcc34f2c606dc8fe8 (patch) | |
tree | a07575f009b705bf47f7f89dfcbf4c8634a50852 /dev-python/google-i18n-address | |
parent | app-admin/ryzen_smu: handle clang built kernels OOTB (diff) | |
download | gentoo-5818fc8a0201801c5357d1cbcc34f2c606dc8fe8.tar.gz gentoo-5818fc8a0201801c5357d1cbcc34f2c606dc8fe8.tar.bz2 gentoo-5818fc8a0201801c5357d1cbcc34f2c606dc8fe8.zip |
dev-python/google-i18n-address: new package, add 2.5.2
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-python/google-i18n-address')
-rw-r--r-- | dev-python/google-i18n-address/Manifest | 1 | ||||
-rw-r--r-- | dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild | 20 | ||||
-rw-r--r-- | dev-python/google-i18n-address/metadata.xml | 16 |
3 files changed, 37 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..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>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> |