diff options
author | 2023-08-07 22:39:51 +0200 | |
---|---|---|
committer | 2023-08-07 22:39:51 +0200 | |
commit | 45667cffc2b627102415386dee23a7fe4a64dd46 (patch) | |
tree | d0db9016dec11d7712f98f2bf313c22959b96a81 /dev-python/types-protobuf | |
parent | gui-apps/hyprland-plugins: drop 0.26.0 (diff) | |
download | guru-45667cffc2b627102415386dee23a7fe4a64dd46.tar.gz guru-45667cffc2b627102415386dee23a7fe4a64dd46.tar.bz2 guru-45667cffc2b627102415386dee23a7fe4a64dd46.zip |
dev-python/types-protobuf: add 4.23.0.3
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.3.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 30ea7c822..bc1f3ec04 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.23.0.2.tar.gz 47502 BLAKE2B 22e42fd9863eba077a2553b93bfc2ef170b991c36e48d14a3cb533bd81d37762b496aa974ab2f5850b4ad09e844ec25c07acbf68b8e72334eb4d0474d5c1ae83 SHA512 03b40ed9042f6edc1e90fa4e96eb0709375887a562fb3ae9f06e701d71d6cbc2ea2bbc788e1f09b30309c8077cdce3e0ba3b160fdb423f2459fdf5dec50511a3 +DIST types-protobuf-4.23.0.3.tar.gz 47562 BLAKE2B ef694e1eb6354b2f1fd2c799784e157040ee47b291f2be389f4564ec57e14fce89d6d22362fcedf818cca5c675d3163c4b37a4e999c7ea94739420de3e4de3c1 SHA512 39b2b2997fa13b29479e7cb0395774f8428fb7135f8ddcdfa9a81293d212d8a1e29dfe6d54ea8a7652d44793b45bdeb7002a8cb07fe90c342de19c79a68d47ec diff --git a/dev-python/types-protobuf/types-protobuf-4.23.0.3.ebuild b/dev-python/types-protobuf/types-protobuf-4.23.0.3.ebuild new file mode 100644 index 000000000..522a3b2df --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.23.0.3.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" |