Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rstr/
Date: Mon, 30 May 2022 12:55:17
Message-Id: 1653912550.6a0984af87ca94f178d9d4182b59e2d72162bfcd.andrewammerlaan@gentoo
1 commit: 6a0984af87ca94f178d9d4182b59e2d72162bfcd
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 11:59:01 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 12:09:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a0984af
7
8 dev-python/rstr: add 3.2.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/rstr/Manifest | 2 +-
13 dev-python/rstr/{rstr-3.1.0.ebuild => rstr-3.2.0.ebuild} | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
17 index 3b57c5b99..1950f66ec 100644
18 --- a/dev-python/rstr/Manifest
19 +++ b/dev-python/rstr/Manifest
20 @@ -1 +1 @@
21 -DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908 SHA512 3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216
22 +DIST rstr-3.2.0.tar.gz 12616 BLAKE2B d161fa291421cb56a7a5e05ef627e68b495ad2b3655483f46289780355bd3c312cbf44ad5710b17a1eb4f7e00f3695873f4677738a8d72aa4f2182051fffd182 SHA512 4e6613c68572c12755f3284baa97477843f39668f0753114a92b9d32c45cb7492fec299818ae4f7ea9bdf511ab715ef1dc0ef7d15af50bcb32fd9208f0e1af6e
23
24 diff --git a/dev-python/rstr/rstr-3.1.0.ebuild b/dev-python/rstr/rstr-3.2.0.ebuild
25 similarity index 89%
26 rename from dev-python/rstr/rstr-3.1.0.ebuild
27 rename to dev-python/rstr/rstr-3.2.0.ebuild
28 index 8d112dacb..8210226aa 100644
29 --- a/dev-python/rstr/rstr-3.1.0.ebuild
30 +++ b/dev-python/rstr/rstr-3.2.0.ebuild
31 @@ -4,7 +4,7 @@
32 EAPI=8
33
34 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
35 -PYTHON_COMPAT=( python3_{8..10} ) # pypy3 https://bugs.gentoo.org/835474
36 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
37
38 inherit distutils-r1