diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2023-08-02 11:43:28 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2023-08-02 11:43:28 +0200 |
commit | 79ead91299e0c79f35f48e276f9dce5ac997a53d (patch) | |
tree | 239bf677d86ddcf0620a7da79b428e0dd79a1296 /dev-python/types-protobuf | |
parent | x11-misc/i3status-rust: drop 0.31.8 (diff) | |
download | guru-79ead91299e0c79f35f48e276f9dce5ac997a53d.tar.gz guru-79ead91299e0c79f35f48e276f9dce5ac997a53d.tar.bz2 guru-79ead91299e0c79f35f48e276f9dce5ac997a53d.zip |
dev-python/types-protobuf: add 4.23.0.2
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'dev-python/types-protobuf')
-rw-r--r-- | dev-python/types-protobuf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 42bbe22b4..dad3153e6 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.23.0.1.tar.gz 47077 BLAKE2B cf3ccfbbf06e9e549811bf7edfec7d5ced17ee2baa102b15a568ea57f3986447db074ad4c64bd3e5cb348ac41a69bfaa6b3e4dbe93394643cd75d8bfa47291d4 SHA512 914bdd95ce5777f00cd406e6e10e0094e3834e9e51868abdffb08b91894e2b896e4eaa6d3ba1a534e0b8f1231c3bef0afca89a4ab38c149d1d7ce4725bd70af6 +DIST types-protobuf-4.23.0.2.tar.gz 47502 BLAKE2B 22e42fd9863eba077a2553b93bfc2ef170b991c36e48d14a3cb533bd81d37762b496aa974ab2f5850b4ad09e844ec25c07acbf68b8e72334eb4d0474d5c1ae83 SHA512 03b40ed9042f6edc1e90fa4e96eb0709375887a562fb3ae9f06e701d71d6cbc2ea2bbc788e1f09b30309c8077cdce3e0ba3b160fdb423f2459fdf5dec50511a3 diff --git a/dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild b/dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild new file mode 100644 index 000000000..522a3b2df --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10,11} ) +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for protobuf" +HOMEPAGE=" + https://pypi.org/project/types-protobuf/ + https://github.com/python/typeshed/tree/master/stubs/protobuf/ +" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" |