Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pure-protobuf/
Date: Mon, 28 Sep 2020 07:26:33
Message-Id: 1601277973.4c09ae41afdecd7c9f1f842749e9e40715f0083b.xgqt@gentoo
1 commit: 4c09ae41afdecd7c9f1f842749e9e40715f0083b
2 Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
3 AuthorDate: Mon Sep 28 07:26:13 2020 +0000
4 Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
5 CommitDate: Mon Sep 28 07:26:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c09ae41
7
8 dev-python/pure-protobuf: bump to 2.0.1; add python3_8 impl compat
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
12
13 dev-python/pure-protobuf/Manifest | 1 +
14 dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild | 2 +-
15 .../{pure-protobuf-2.0.0-r1.ebuild => pure-protobuf-2.0.1.ebuild} | 4 +---
16 3 files changed, 3 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest
19 index 2bfe6a06..b69eeb27 100644
20 --- a/dev-python/pure-protobuf/Manifest
21 +++ b/dev-python/pure-protobuf/Manifest
22 @@ -1 +1,2 @@
23 DIST pure-protobuf-2.0.0.tar.gz 17576 BLAKE2B 49979559b3c08eb9abdddfa80e78ca4d953347a005b042d5b69aa4c6caef185c358408b1bf54d9161c0cadf69422b1ed033c74b324e947328c55f8b6ec4fd050 SHA512 a8d5211f34d0d6fab28d8b54fb3bb87d41a13b61a01f6f79f47fc1c0eafaf1ab17ddfd323c1035fcd4794b7b23823f48f38af3aa485835683f824cdd4689b098
24 +DIST pure-protobuf-2.0.1.tar.gz 17818 BLAKE2B 8c2e44d8b3f1a36ee6a5835abfc6cbd6728f913a7a79f90807310e292ac5947e91bbcac6fd02d4bf9c5830eac38d66e90ec869c38289bd7f906590b786cdef0a SHA512 8a14eca81009fd81526552b6556ba6a86fac1fb3d65ab560ff6b547ffd64dde53cc0f66ddfba66df89ea46a13f40442cf3bddb0f0da4b78465380845e6f6ab19
25
26 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
27 index 5cb93b65..74b598c9 100644
28 --- a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
29 +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
30 @@ -3,7 +3,7 @@
31
32 EAPI=7
33
34 -PYTHON_COMPAT=( python3_7 )
35 +PYTHON_COMPAT=( python3_{7,8} )
36
37 inherit distutils-r1
38
39
40 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
41 similarity index 85%
42 copy from dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
43 copy to dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
44 index 5cb93b65..3e370a83 100644
45 --- a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
46 +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
47 @@ -3,7 +3,7 @@
48
49 EAPI=7
50
51 -PYTHON_COMPAT=( python3_7 )
52 +PYTHON_COMPAT=( python3_{7,8} )
53
54 inherit distutils-r1
55
56 @@ -21,5 +21,3 @@ KEYWORDS="~amd64"
57 S="${WORKDIR}/protobuf-${PV}"
58
59 distutils_enable_tests pytest
60 -
61 -PATCHES="${FILESDIR}/${PN}-do-not-install-tests.patch"