Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/proto-plus/
Date: Fri, 27 May 2022 06:10:47
Message-Id: 1653631831.85b408b874ac04d7bd5840a240bb6d35433af9b0.mgorny@gentoo
1 commit: 85b408b874ac04d7bd5840a240bb6d35433af9b0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 05:19:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 06:10:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b408b8
7
8 dev-python/proto-plus: Bump to 1.20.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/proto-plus/Manifest | 1 +
13 dev-python/proto-plus/proto-plus-1.20.5.ebuild | 40 ++++++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest
17 index 4f8550429cca..314840a8b569 100644
18 --- a/dev-python/proto-plus/Manifest
19 +++ b/dev-python/proto-plus/Manifest
20 @@ -2,3 +2,4 @@ DIST proto-plus-1.20.0.gh.tar.gz 65648 BLAKE2B 19cfcfde913896de83d17c36bacd7799a
21 DIST proto-plus-1.20.1.gh.tar.gz 66180 BLAKE2B ee0299c8e9c9882ce417f6f885df18cd833dfbad80e0e92ca4e589eea794b0b00577d4c01fa69790f97f31d8bdfd20f07f4c7601bdf6ee28a7427f0e56714eb4 SHA512 12d9f76230d592c68083421bbb40c4b57741545c238227a743c275820a4d7ae53ea45d7ae5e73495b14736a95aa96250e243220f8b9bb5c988c12a2f84f654d6
22 DIST proto-plus-1.20.3.gh.tar.gz 66941 BLAKE2B 359d95d37b8a4dad282cb9b33909982ffedca25cd3907583d689996d6e516143c0e4eb2b9bb06bc50e12fabe197f0622a3488cf21136decefe676980b20c7a9e SHA512 411089eb76508a5ca94d6b4228dd4bc1f8d01d4f5209bb2ab0e6e240d8061761c9c76cd03b3a4da7771b45a30df3b0ca4c17f7fca3ed6e710a9724ab7bc0f60d
23 DIST proto-plus-1.20.4.gh.tar.gz 67455 BLAKE2B 6121d8bd87127139b6b6c16055941cb320fb2a106ae5a95f77a949ffffaa99db474282255a88994d3194866c404633d953d8a136e55ddbd2163d8da08bbde8cc SHA512 f71aa0e956f63bb8dab205e2788185efd31bcd733299fedd4f24d407b3c1b3bfedc24e349769644025c6dbc8775e7743ee96be4dac2edc8b6406101a5da604df
24 +DIST proto-plus-1.20.5.gh.tar.gz 67573 BLAKE2B d764c8afb4608c38b050c256930a7ea37ee8d5393518e3146a66d11d4fee1cf3b35142426442d014483bd1ac5b815b6445b0f2c2c04f404136aeb6031a944e54 SHA512 bf612f23af3cf30cceaf8ee2027a721cc37dbe7e17d0ce643c31361397409171f92e92a6b53163e747931c3b0da66edca638ae4014c096bc0e3a8f1bc5dc8e80
25
26 diff --git a/dev-python/proto-plus/proto-plus-1.20.5.ebuild b/dev-python/proto-plus/proto-plus-1.20.5.ebuild
27 new file mode 100644
28 index 000000000000..cd0abfe9ceff
29 --- /dev/null
30 +++ b/dev-python/proto-plus/proto-plus-1.20.5.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 2021-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Beautiful, Pythonic protocol buffers"
43 +HOMEPAGE="
44 + https://github.com/googleapis/proto-plus-python/
45 + https://pypi.org/project/proto-plus/
46 +"
47 +SRC_URI="
48 + https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz
49 + -> ${P}.gh.tar.gz
50 +"
51 +S="${WORKDIR}/${PN}-python-${PV}"
52 +
53 +LICENSE="Apache-2.0"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
56 +
57 +RDEPEND="
58 + <dev-python/protobuf-python-4[${PYTHON_USEDEP}]
59 + >=dev-python/protobuf-python-3.19.0[${PYTHON_USEDEP}]
60 +"
61 +BDEPEND="
62 + test? (
63 + >=dev-python/google-api-core-1.31.5[${PYTHON_USEDEP}]
64 + dev-python/grpcio[${PYTHON_USEDEP}]
65 + dev-python/pytz[${PYTHON_USEDEP}]
66 + )
67 +"
68 +
69 +distutils_enable_tests pytest
70 +distutils_enable_sphinx docs \
71 + dev-python/sphinx_rtd_theme