diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-05 06:27:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-05 06:27:25 +0000 |
| commit | 6966f7b1bcecf708a417be9451ae0157568c4e96 (patch) | |
| tree | 9e192f37f8ccd03a97a204d46ee3736e318b32c5 /dev-python/protobuf-python/protobuf-python-5.27.4.ebuild | |
| parent | b7eb44b170f5609d70aa164cd9eab8827696b57c (diff) | |
| download | baldeagleos-repo-6966f7b1bcecf708a417be9451ae0157568c4e96.tar.gz baldeagleos-repo-6966f7b1bcecf708a417be9451ae0157568c4e96.tar.xz baldeagleos-repo-6966f7b1bcecf708a417be9451ae0157568c4e96.zip | |
Adding metadata
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-5.27.4.ebuild')
| -rw-r--r-- | dev-python/protobuf-python/protobuf-python-5.27.4.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-5.27.4.ebuild b/dev-python/protobuf-python/protobuf-python-5.27.4.ebuild new file mode 100644 index 000000000000..c21d50f587cb --- /dev/null +++ b/dev-python/protobuf-python/protobuf-python-5.27.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 2008-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Default implementation currently is upb, which doesn't match dev-libs/protobuf +# https://github.com/protocolbuffers/protobuf/blob/main/python/README.md#implementation-backends + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +PYPI_PN="protobuf" + +inherit distutils-r1 pypi + +DESCRIPTION="Google's Protocol Buffers - Python bindings" +HOMEPAGE=" + https://protobuf.dev/ + https://pypi.org/project/protobuf/ +" + +# Rename sdist to avoid conflicts with dev-libs/protobuf +SRC_URI=" + $(pypi_sdist_url) + -> ${P}.tar.gz +" + +LICENSE="BSD" +SLOT="0/$(ver_cut 1-3)" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" |
