Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/canto-daemon/
Date: Fri, 10 Sep 2021 10:06:50
Message-Id: 1631268341.24e95848dce251d82e02054b325624ea69714cc4.pinkbyte@gentoo
1 commit: 24e95848dce251d82e02054b325624ea69714cc4
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 10:00:58 2021 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 10:05:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e95848
7
8 net-news/canto-daemon: version bump, add Python 3.9 support
9
10 Fix incorrect DISTUTILS_USE_SETUPTOOLS
11
12 Closes: https://bugs.gentoo.org/809458
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
15
16 net-news/canto-daemon/Manifest | 2 +-
17 .../{canto-daemon-0.9.7.ebuild => canto-daemon-0.9.8.ebuild} | 7 ++++---
18 2 files changed, 5 insertions(+), 4 deletions(-)
19
20 diff --git a/net-news/canto-daemon/Manifest b/net-news/canto-daemon/Manifest
21 index c41f450f054..6ca71f2a055 100644
22 --- a/net-news/canto-daemon/Manifest
23 +++ b/net-news/canto-daemon/Manifest
24 @@ -1 +1 @@
25 -DIST canto-daemon-0.9.7.tar.gz 53833 BLAKE2B 148929d610ccde11d32295b585e7ff01d847e4fbf8e9d0bea63fdf2c38b3474f958ff99a2667624b08ab90e004023659b9f4aa0477a67ed5b6e218eac4b2eedc SHA512 8c8c73cb6bc7455620abd299dfa0350ea5b8ec0e04d7ccdb1dd8ee2a6de51d0a0ba3934d66141dc899d28e49993c87002a936659f9c31b3c416ee294f9b616b9
26 +DIST canto-daemon-0.9.8.tar.gz 53866 BLAKE2B 55b5e9be9980df471e5488b7583be3b06f8f7048ecb3a89a64ecc9aafa806b201272bd16944a25e7a412da914cc83b76d1f19c0813366209c33195442a84586e SHA512 5394a0fea38ecbe28c02bd6f68e1e10e0523cf087bb0f79f17e53bdf8e9df16213beaa1c0a5f5873b3126022faf8d0fd999dbd01aa727c35b3c1a823501787da
27
28 diff --git a/net-news/canto-daemon/canto-daemon-0.9.7.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
29 similarity index 85%
30 rename from net-news/canto-daemon/canto-daemon-0.9.7.ebuild
31 rename to net-news/canto-daemon/canto-daemon-0.9.8.ebuild
32 index a71940c83a2..e9126d4bcac 100644
33 --- a/net-news/canto-daemon/canto-daemon-0.9.7.ebuild
34 +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
35 @@ -1,9 +1,10 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 +# Copyright 1999-2021 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=7
41 +EAPI=8
42
43 -PYTHON_COMPAT=( python3_{7,8} )
44 +DISTUTILS_USE_SETUPTOOLS=no
45 +PYTHON_COMPAT=( python3_{8,9} )
46 PYTHON_REQ_USE="xml(+),threads(+)"
47 inherit distutils-r1 multilib