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: Sat, 06 Nov 2021 20:49:04
Message-Id: 1636231736.4d6e505c129e7512ac669b666b0a8edc65a24811.mgorny@gentoo
1 commit: 4d6e505c129e7512ac669b666b0a8edc65a24811
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 20:34:11 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 20:48:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6e505c
7
8 dev-python/proto-plus: Bump to 1.19.7
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.19.7.ebuild | 34 ++++++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest
17 index a51ca87dab6..15c0caf1361 100644
18 --- a/dev-python/proto-plus/Manifest
19 +++ b/dev-python/proto-plus/Manifest
20 @@ -1 +1,2 @@
21 DIST proto-plus-1.19.2.gh.tar.gz 61183 BLAKE2B 8c1c0a70ae573fc8c64004e4bd923f403bf82dbb3f9aef19239770fcd316e513ba11e6e47c56bda65c88e476072f0d90af02c83eb0fe8a4045cf3ceeccca3fc7 SHA512 c3cfb1b6aabeb4eab7f6c2c16551c1f9fbf29dc3199b496bc4b47b4b80cbe4684e5c97abe26fa4c1afd03c844a2e8f006f16c24932d2a7cf8190452943c2fad0
22 +DIST proto-plus-1.19.7.gh.tar.gz 64614 BLAKE2B 918bb04a084cff8a2188a68c31f08aebd25443fd399d69ba9734d002f773df2769904e4aa551cd1d93586ee4710f2b7160e6a8eb4160fe1bb846be18155a7b29 SHA512 118187a852a998deba3b5d7e700cd084eab966b549c7dba6150f318e9602f950a9533e27d775f9f0bca2fedaed6375b592bae42c55cf5aee8b52708fcc4691c8
23
24 diff --git a/dev-python/proto-plus/proto-plus-1.19.7.ebuild b/dev-python/proto-plus/proto-plus-1.19.7.ebuild
25 new file mode 100644
26 index 00000000000..762787eae60
27 --- /dev/null
28 +++ b/dev-python/proto-plus/proto-plus-1.19.7.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Beautiful, Pythonic protocol buffers"
39 +HOMEPAGE="https://pypi.org/project/proto-plus/ https://github.com/googleapis/proto-plus-python"
40 +SRC_URI="
41 + https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz
42 + -> ${P}.gh.tar.gz
43 +"
44 +S="${WORKDIR}/${PN}-python-${PV}"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +RDEPEND="
51 + dev-python/protobuf-python[${PYTHON_USEDEP}]
52 +"
53 +BDEPEND="
54 + test? (
55 + dev-python/google-api-core[${PYTHON_USEDEP}]
56 + dev-python/grpcio[${PYTHON_USEDEP}]
57 + dev-python/pytz[${PYTHON_USEDEP}]
58 + )
59 +"
60 +
61 +distutils_enable_tests pytest
62 +distutils_enable_sphinx docs \
63 + dev-python/sphinx_rtd_theme