commit:     d28200dc9a708ef9fc71caa841561ce915fee222
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Feb 24 23:15:54 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 23:17:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d28200dc

www-client/woob: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 www-client/woob/Manifest                                | 2 +-
 www-client/woob/{woob-3.1.ebuild => woob-3.1-r1.ebuild} | 7 ++++---
 www-client/woob/woob-9999.ebuild                        | 7 ++++---
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/www-client/woob/Manifest b/www-client/woob/Manifest
index 67d5adb52..d43bd72c4 100644
--- a/www-client/woob/Manifest
+++ b/www-client/woob/Manifest
@@ -1 +1 @@
-DIST woob-3.1.tar.gz 3327352 BLAKE2B 
0737abe144374eb5edb81530a12baf2d3ea645a2320afb4f59a0f5e3bca90f0c59d277e3a12f8bd5fe78d47599447f1a5ddd0736e6cada728c1ea32ee55e9dfb
 SHA512 
fbd4ceaa6072a86ea7451f068559e9dc11c2a721a7d028b8caa1639c06e8b7ca6c8a067d749ae7946f0b062aab41951a4e66eaf3f895dd8275651c2c17a03db4
+DIST woob-3.1.tar.bz2 2793058 BLAKE2B 
a65efa69689c2ae6fe3fb6cf72d66b481b00c59debc31577d205468343d9599483e98335103df278186d2c0ba2804684945ac6a2aebc65e2ad39b2544cdd29a5
 SHA512 
1a00f840ff7e16f07dc532778aa73b316df9450419910062dd406db05aae21bf01122739b4a63fd7adae6ee3eb22eedd90928741a387dc9d2c2730d81cabfb1f

diff --git a/www-client/woob/woob-3.1.ebuild 
b/www-client/woob/woob-3.1-r1.ebuild
similarity index 93%
rename from www-client/woob/woob-3.1.ebuild
rename to www-client/woob/woob-3.1-r1.ebuild
index 239b5e216..2bea549aa 100644
--- a/www-client/woob/woob-3.1.ebuild
+++ b/www-client/woob/woob-3.1-r1.ebuild
@@ -1,16 +1,17 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 if [[ "${PV}" == "9999" ]]; then
        EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git";
        inherit git-r3
 else
-       SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz";
+       SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2";
        KEYWORDS="~amd64"
 fi
 

diff --git a/www-client/woob/woob-9999.ebuild b/www-client/woob/woob-9999.ebuild
index 239b5e216..2bea549aa 100644
--- a/www-client/woob/woob-9999.ebuild
+++ b/www-client/woob/woob-9999.ebuild
@@ -1,16 +1,17 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 if [[ "${PV}" == "9999" ]]; then
        EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git";
        inherit git-r3
 else
-       SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz";
+       SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2";
        KEYWORDS="~amd64"
 fi
 

Reply via email to