From 8702447e13af0a540c01f75bee0416677bced231 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Jun 2023 07:23:47 +0100 Subject: gentoo auto-resync : 23:06:2023 - 07:23:46 --- dev-python/proto-plus/Manifest | 2 ++ dev-python/proto-plus/proto-plus-1.22.3.ebuild | 41 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 dev-python/proto-plus/proto-plus-1.22.3.ebuild (limited to 'dev-python/proto-plus') diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest index 6eceffc73a7f..fe71e39c5320 100644 --- a/dev-python/proto-plus/Manifest +++ b/dev-python/proto-plus/Manifest @@ -1,3 +1,5 @@ DIST proto-plus-1.22.2.gh.tar.gz 69899 BLAKE2B ad485b04e4187dd5e33259e314d807ad5541c2ddf4fb8e0a85deb195c7643194d34101428fb4fcb7dd692d60e4dd4c4037f821b8fb0049a6e36e002ce870e48a SHA512 bacb8f285417bf0e4d20898c9bb2563e16204b09fc6fb92aadfcd67ad12df388681658eaaacd9b945f4d0ad7e2ce9b95dfc938f5ccc0c4419805c53ed837b2d7 +DIST proto-plus-python-1.22.3.gh.tar.gz 94230 BLAKE2B 7d7def297a2f1b863c4226ed6af35b3ecc6cfac5d324ddc311b5d44189b45773c46b83bf242fa9f9847399e1f6a55d5b114a6a1d69fe170201201fa92747dac7 SHA512 8505656798426d07e27929bf43873ae3f46b1cbd1e1b81e41035382c6edb5e5de4a550e41985d93b3c161a5fc676a1db6fc14b8e74dce5d1b1b7bf3a80419ae4 EBUILD proto-plus-1.22.2.ebuild 918 BLAKE2B 96659609215081d52ca2909bb941194b8cebcacbf9a4a70116a7e12a195c01820163a1cec3ed5adcd77f50a5661e5e712dd4437181a8e7ee91b7e1455156da13 SHA512 c05e19a8f5f88e75d9f46ae83c27b204705c7e49233f9c8957ee7050f9a6025793e5b53f86d5b90ed7ac34b1bc1efcd712d69bb6b22e5ac38eecdba4b1deea2f +EBUILD proto-plus-1.22.3.ebuild 934 BLAKE2B 8db48f443ea359368d54b16ece005c761a1d565e2c509cc4d2f8de99e198702142674ee36e33dc5421beeb566e987500edfb166e82cd3d707c59528442ecfd23 SHA512 3764b4486b5e2dc7d0256267fa193ce5a0f598a2dc4d075227664cc8952c1c3fa032991337f6fc8a09c68d5e328613314687d3990fb4a77c92102b2405ca52df MISC metadata.xml 447 BLAKE2B d440be836b8a2823ab3beb7f76cbe7ff3f027ec512dff3f7d920eefea3f18329e1aa910ca16e006b1424cbd780f3fad80b8ccdc632c08ade651afd815369e9d0 SHA512 d64b8d2eeac9916ec2faab3b038082155e46e8c379ce06d7f554de763318539fa9040d15f90a3a95f337937c90f4b4042f51b1ea1cd11727e5fd971a0af5280c diff --git a/dev-python/proto-plus/proto-plus-1.22.3.ebuild b/dev-python/proto-plus/proto-plus-1.22.3.ebuild new file mode 100644 index 000000000000..3c91dd1f06fa --- /dev/null +++ b/dev-python/proto-plus/proto-plus-1.22.3.ebuild @@ -0,0 +1,41 @@ +# 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_{10..11} ) + +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 ~arm ~arm64 ~x86" + +RDEPEND=" + =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 -- cgit v1.2.3