summaryrefslogtreecommitdiff
path: root/dev-python/types-protobuf
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-27 21:32:04 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-27 21:32:04 +0000
commit71d907f38c0940b37cafec4a28da3a7fd7b6e53d (patch)
tree8fe7edc2e65ad25aa2b3a53e3310375a21358f3c /dev-python/types-protobuf
parent242d6bf8bce68ca44cce5a57637524fbdd27acc6 (diff)
downloadbaldeagleos-repo-71d907f38c0940b37cafec4a28da3a7fd7b6e53d.tar.gz
baldeagleos-repo-71d907f38c0940b37cafec4a28da3a7fd7b6e53d.tar.xz
baldeagleos-repo-71d907f38c0940b37cafec4a28da3a7fd7b6e53d.zip
Adding metadata
Diffstat (limited to 'dev-python/types-protobuf')
-rw-r--r--dev-python/types-protobuf/Manifest1
-rw-r--r--dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest
index f96f57b60092..164657a40098 100644
--- a/dev-python/types-protobuf/Manifest
+++ b/dev-python/types-protobuf/Manifest
@@ -1 +1,2 @@
DIST types-protobuf-4.24.0.20240408.tar.gz 52102 BLAKE2B 3312ddd8e28ee490f6ae94978d5ebfca353cbd9051862629cdde08474ae657130bf87cda8cb06f33ea2d38ccb5bfe9097ef3d8f4bb77fba94707b9914ff33466 SHA512 adb4d69ef5d8bab15e6e311c7d1013725419f2b681e64befea2cc435fec69cf0d0e70431ae65b9f617e8b4c86957fdaae88abd57cc306fa55ad51d3c09d5f222
+DIST types-protobuf-5.27.0.20240626.tar.gz 54215 BLAKE2B 49f791cf6cc8cdc0b16172c2afc2f22eb15c8ecb73b89fa323779227e12105dd82fe316e58a2fa9b0421a3e91f0b8206e7b073cf0193a705be3cc339c53df525 SHA512 f7e572985639ef19b4a257e0bc2a931f4c745eb3c8f10d98ccd6c95133b0df3486b40b86418045b94854c46a26da510be1f63c524005580cf1446364aca4eade
diff --git a/dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild b/dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild
new file mode 100644
index 000000000000..beb608256109
--- /dev/null
+++ b/dev-python/types-protobuf/types-protobuf-5.27.0.20240626.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023-2024 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_{8,9,10,11,12} )
+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"