public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/woob/
Date: Sat, 25 Feb 2023 00:00:04 +0000 (UTC)	[thread overview]
Message-ID: <1677280649.d28200dc9a708ef9fc71caa841561ce915fee222.cybertailor@gentoo> (raw)

commit:     d28200dc9a708ef9fc71caa841561ce915fee222
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Feb 24 23:15:54 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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	other threads:[~2023-02-25  0:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-25  0:00 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-31  8:55 [gentoo-commits] repo/proj/guru:master commit in: www-client/woob/ Julien Roy
2024-05-31  8:50 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-31  8:50 Julien Roy
2024-05-31  4:19 Haelwenn Monnier
2023-01-01 21:28 Haelwenn Monnier
2022-12-01  3:59 Haelwenn Monnier
2022-07-07  0:41 Anna Vyalkova
2021-10-17  5:24 Anna Vyalkova
2021-05-26 12:03 Anna Vyalkova
2021-05-25  8:10 Anna Vyalkova
2021-04-30 19:47 Andrew Ammerlaan
2021-04-30  9:37 Haelwenn Monnier
2021-03-14 11:00 Haelwenn Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1677280649.d28200dc9a708ef9fc71caa841561ce915fee222.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox