diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-09-10 13:00:58 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-09-10 13:05:41 +0300 |
commit | 24e95848dce251d82e02054b325624ea69714cc4 (patch) | |
tree | b6367e3206c99744a2dcd62583915c62b13b7125 /net-news | |
parent | net-mail/courier-imap: bump 5.1.4 (diff) | |
download | gentoo-24e95848dce251d82e02054b325624ea69714cc4.tar.gz gentoo-24e95848dce251d82e02054b325624ea69714cc4.tar.bz2 gentoo-24e95848dce251d82e02054b325624ea69714cc4.zip |
net-news/canto-daemon: version bump, add Python 3.9 support
Fix incorrect DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/809458
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/canto-daemon/Manifest | 2 | ||||
-rw-r--r-- | net-news/canto-daemon/canto-daemon-0.9.8.ebuild (renamed from net-news/canto-daemon/canto-daemon-0.9.7.ebuild) | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-news/canto-daemon/Manifest b/net-news/canto-daemon/Manifest index c41f450f054d..6ca71f2a0554 100644 --- a/net-news/canto-daemon/Manifest +++ b/net-news/canto-daemon/Manifest @@ -1 +1 @@ -DIST canto-daemon-0.9.7.tar.gz 53833 BLAKE2B 148929d610ccde11d32295b585e7ff01d847e4fbf8e9d0bea63fdf2c38b3474f958ff99a2667624b08ab90e004023659b9f4aa0477a67ed5b6e218eac4b2eedc SHA512 8c8c73cb6bc7455620abd299dfa0350ea5b8ec0e04d7ccdb1dd8ee2a6de51d0a0ba3934d66141dc899d28e49993c87002a936659f9c31b3c416ee294f9b616b9 +DIST canto-daemon-0.9.8.tar.gz 53866 BLAKE2B 55b5e9be9980df471e5488b7583be3b06f8f7048ecb3a89a64ecc9aafa806b201272bd16944a25e7a412da914cc83b76d1f19c0813366209c33195442a84586e SHA512 5394a0fea38ecbe28c02bd6f68e1e10e0523cf087bb0f79f17e53bdf8e9df16213beaa1c0a5f5873b3126022faf8d0fd999dbd01aa727c35b3c1a823501787da diff --git a/net-news/canto-daemon/canto-daemon-0.9.7.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild index a71940c83a29..e9126d4bcac8 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.7.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8} ) +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1 multilib |