diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-22 13:22:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-22 13:22:50 +0000 |
| commit | 4381a25db125aae08fc6d5d9ceeb18a6310d09c2 (patch) | |
| tree | dcc3a3557d98ffcdd51efd04828c14361d98dc45 /dev-python/types-protobuf | |
| parent | 057b68c5c19e8d37c60a16663b9da97542e7432a (diff) | |
| download | baldeagleos-repo-4381a25db125aae08fc6d5d9ceeb18a6310d09c2.tar.gz baldeagleos-repo-4381a25db125aae08fc6d5d9ceeb18a6310d09c2.tar.xz baldeagleos-repo-4381a25db125aae08fc6d5d9ceeb18a6310d09c2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/types-protobuf')
| -rw-r--r-- | dev-python/types-protobuf/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/types-protobuf/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest new file mode 100644 index 000000000000..42bbe22b4c9b --- /dev/null +++ b/dev-python/types-protobuf/Manifest @@ -0,0 +1 @@ +DIST types-protobuf-4.23.0.1.tar.gz 47077 BLAKE2B cf3ccfbbf06e9e549811bf7edfec7d5ced17ee2baa102b15a568ea57f3986447db074ad4c64bd3e5cb348ac41a69bfaa6b3e4dbe93394643cd75d8bfa47291d4 SHA512 914bdd95ce5777f00cd406e6e10e0094e3834e9e51868abdffb08b91894e2b896e4eaa6d3ba1a534e0b8f1231c3bef0afca89a4ab38c149d1d7ce4725bd70af6 diff --git a/dev-python/types-protobuf/metadata.xml b/dev-python/types-protobuf/metadata.xml new file mode 100644 index 000000000000..baa1a46259e9 --- /dev/null +++ b/dev-python/types-protobuf/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>watermanpaint@posteo.net</email> + <name>Lucio Sauer</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild b/dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild new file mode 100644 index 000000000000..4a7cdee67670 --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.23.0.1.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_{7,8,9,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" |
