diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-11 18:55:07 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-11 18:55:07 +0000 |
| commit | 3e9fa44e9c862fccfedf3cfdad18bf1f3c29d64c (patch) | |
| tree | 1e9737da90333e74292693eab5272eba2d8097df /dev-python/proto-plus | |
| parent | a9166d320c9303e8acc20b59b69ed219aa3eee29 (diff) | |
| download | baldeagleos-repo-3e9fa44e9c862fccfedf3cfdad18bf1f3c29d64c.tar.gz baldeagleos-repo-3e9fa44e9c862fccfedf3cfdad18bf1f3c29d64c.tar.xz baldeagleos-repo-3e9fa44e9c862fccfedf3cfdad18bf1f3c29d64c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/proto-plus')
| -rw-r--r-- | dev-python/proto-plus/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/proto-plus/proto-plus-1.26.1.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest index 2656f66c3f94..2015903dad77 100644 --- a/dev-python/proto-plus/Manifest +++ b/dev-python/proto-plus/Manifest @@ -1 +1,2 @@ DIST proto-plus-python-1.26.0.gh.tar.gz 93568 BLAKE2B 244932abd2137a2dad85d5bb7d5105a59a3d1ac16c9660868120260a36f85edb77cfb8b2b8fd3d6407a6e2c3e2a62ec55b0ea9d1a96e9265659a6d75c17a579a SHA512 70e29cafa1a32ebe0e7c3f1d99b45681bc87369588b046221a5fc34e2c28ca932e05df9ee998feb710fc2221ffa8b02ef26c5ff00d7a7a6947e34afd91621551 +DIST proto-plus-python-1.26.1.gh.tar.gz 93639 BLAKE2B a567aa0914c6d2c3c4532ec7520c16700e5d25f36ec689a0f7a17027254c6716f71e8a3968584e91fd1d4e79dd2a46ffeaf98c9bdbff49f783ca30bf0dca1dcc SHA512 f532d3798fe566b03eb09c8567f276bfedc7c372ead20daa3e0f5d29a619f0df01dc84343c10bf9cd1c9c60945f43a454742df63f69baf009834bba471b1f84c diff --git a/dev-python/proto-plus/proto-plus-1.26.1.ebuild b/dev-python/proto-plus/proto-plus-1.26.1.ebuild new file mode 100644 index 000000000000..052ce3d00ef8 --- /dev/null +++ b/dev-python/proto-plus/proto-plus-1.26.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +MY_P=${PN}-python-${PV} +DESCRIPTION="Beautiful, Pythonic protocol buffers" +HOMEPAGE=" + https://github.com/googleapis/proto-plus-python/ + https://pypi.org/project/proto-plus/ +" +SRC_URI=" + https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + <dev-python/protobuf-7[${PYTHON_USEDEP}] + >=dev-python/protobuf-3.19.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/google-api-core-1.31.5[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/sphinx-rtd-theme + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest +} |
