summaryrefslogtreecommitdiff
path: root/dev-python/proto-plus
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-09 08:32:07 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-09 08:32:07 +0000
commit6494b619f6dc35306dc52b7a4efa6f17ddbd7f13 (patch)
tree8a761a1910aa9c11d5e03c96ec5da7516c949bbf /dev-python/proto-plus
parentc9d7536109ab2e5a10e025d90c93c2fe5e86dca9 (diff)
downloadbaldeagleos-repo-6494b619f6dc35306dc52b7a4efa6f17ddbd7f13.tar.gz
baldeagleos-repo-6494b619f6dc35306dc52b7a4efa6f17ddbd7f13.tar.xz
baldeagleos-repo-6494b619f6dc35306dc52b7a4efa6f17ddbd7f13.zip
Adding metadata
Diffstat (limited to 'dev-python/proto-plus')
-rw-r--r--dev-python/proto-plus/proto-plus-1.22.1-r1.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/proto-plus/proto-plus-1.22.1-r1.ebuild b/dev-python/proto-plus/proto-plus-1.22.1-r1.ebuild
new file mode 100644
index 000000000000..e185013a1b40
--- /dev/null
+++ b/dev-python/proto-plus/proto-plus-1.22.1-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+
+inherit distutils-r1
+
+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
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-python-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 x86"
+
+RDEPEND="
+ <dev-python/protobuf-python-5[${PYTHON_USEDEP}]
+ >=dev-python/protobuf-python-3.19.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/google-api-core-1.31.5[${PYTHON_USEDEP}]
+ dev-python/grpcio[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+ dev-python/sphinx_rtd_theme