From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/woob/
Date: Wed, 4 Jan 2023 08:51:19 +0000 (UTC) [thread overview]
Message-ID: <1672608477.f3d4bf0c95717749ab6493b45dbdc9723d9b8d7f.flow@gentoo> (raw)
commit: f3d4bf0c95717749ab6493b45dbdc9723d9b8d7f
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed Dec 21 00:33:49 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jan 1 21:27:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3d4bf0c
www-client/woob: add 3.1, drop 3.0-r1
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
www-client/woob/Manifest | 2 +-
.../woob/{woob-3.0-r1.ebuild => woob-3.1.ebuild} | 18 +++++++++---------
www-client/woob/woob-9999.ebuild | 18 +++++++++---------
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/www-client/woob/Manifest b/www-client/woob/Manifest
index babc31bee..67d5adb52 100644
--- a/www-client/woob/Manifest
+++ b/www-client/woob/Manifest
@@ -1 +1 @@
-DIST woob-3.0.tar.gz 3122974 BLAKE2B 0faff4d917674496f3340465e176641d74e0c86e9c29350aaba1ee864a7477b504812b88144bf63c06c7515762916c971916fb59f720d0380de08d85f1c17b7b SHA512 bf4bb0bd7fd1643b867b03a78f59675c1ea0b8d4455883726d0803a3ed13d37c64795e2a98e8d580852650f6853809356955f583aac37cc6b8e08818b2f3abf1
+DIST woob-3.1.tar.gz 3327352 BLAKE2B 0737abe144374eb5edb81530a12baf2d3ea645a2320afb4f59a0f5e3bca90f0c59d277e3a12f8bd5fe78d47599447f1a5ddd0736e6cada728c1ea32ee55e9dfb SHA512 fbd4ceaa6072a86ea7451f068559e9dc11c2a721a7d028b8caa1639c06e8b7ca6c8a067d749ae7946f0b062aab41951a4e66eaf3f895dd8275651c2c17a03db4
diff --git a/www-client/woob/woob-3.0-r1.ebuild b/www-client/woob/woob-3.1.ebuild
similarity index 83%
rename from www-client/woob/woob-3.0-r1.ebuild
rename to www-client/woob/woob-3.1.ebuild
index 01af6eac8..239b5e216 100644
--- a/www-client/woob/woob-3.0-r1.ebuild
+++ b/www-client/woob/woob-3.1.ebuild
@@ -40,19 +40,19 @@ RDEPEND="
sci-geosciences/geopy[${PYTHON_USEDEP}]
"
-distutils_enable_tests nose
+distutils_enable_tests pytest
distutils_enable_sphinx docs/source
-python_prepare_all() {
- # disable failing tests
- sed -i \
- -e '/woob.browser.browsers,/d' \
- -e '/woob.browser.pages,/d' \
- -e '/woob.tools.application.formatters.table,/d' \
- setup.cfg || die
+src_prepare() {
+ default
- distutils-r1_python_prepare_all
+ # doctests depending on a network connection
+ sed -i -e '/browsers.py/d' -e '/pages.py/d' setup.cfg || die
+}
+
+python_test() {
+ epytest --doctest-modules
}
python_install_all() {
diff --git a/www-client/woob/woob-9999.ebuild b/www-client/woob/woob-9999.ebuild
index 01af6eac8..239b5e216 100644
--- a/www-client/woob/woob-9999.ebuild
+++ b/www-client/woob/woob-9999.ebuild
@@ -40,19 +40,19 @@ RDEPEND="
sci-geosciences/geopy[${PYTHON_USEDEP}]
"
-distutils_enable_tests nose
+distutils_enable_tests pytest
distutils_enable_sphinx docs/source
-python_prepare_all() {
- # disable failing tests
- sed -i \
- -e '/woob.browser.browsers,/d' \
- -e '/woob.browser.pages,/d' \
- -e '/woob.tools.application.formatters.table,/d' \
- setup.cfg || die
+src_prepare() {
+ default
- distutils-r1_python_prepare_all
+ # doctests depending on a network connection
+ sed -i -e '/browsers.py/d' -e '/pages.py/d' setup.cfg || die
+}
+
+python_test() {
+ epytest --doctest-modules
}
python_install_all() {
next reply other threads:[~2023-01-04 8:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 8:51 Florian Schmaus [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:55 Julien Roy
2024-05-31 8:50 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-31 8:55 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-02-25 7:17 Viorel Munteanu
2022-12-01 11:02 Florian Schmaus
2022-07-07 7:33 Haelwenn Monnier
2021-05-26 13:42 Andrew Ammerlaan
2021-05-25 23:07 Haelwenn Monnier
2021-04-30 19:47 Andrew Ammerlaan
2021-04-30 19:47 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-30 19:47 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-15 10:58 Andrew Ammerlaan
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=1672608477.f3d4bf0c95717749ab6493b45dbdc9723d9b8d7f.flow@gentoo \
--to=flow@gentoo.org \
--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