From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/fangfrisch/
Date: Thu, 16 Feb 2023 03:58:10 +0000 (UTC) [thread overview]
Message-ID: <1676519736.d8e6478a1a1c00f9d19f28a4a0f0bbfe535e0eea.sam@gentoo> (raw)
commit: d8e6478a1a1c00f9d19f28a4a0f0bbfe535e0eea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 03:51:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 03:55:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e6478a
app-antivirus/fangfrisch: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-antivirus/fangfrisch/fangfrisch-1.5.0-r1.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/app-antivirus/fangfrisch/fangfrisch-1.5.0-r1.ebuild b/app-antivirus/fangfrisch/fangfrisch-1.5.0-r1.ebuild
index 6699e401c1fd..53c0fb8c80fa 100644
--- a/app-antivirus/fangfrisch/fangfrisch-1.5.0-r1.ebuild
+++ b/app-antivirus/fangfrisch/fangfrisch-1.5.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 readme.gentoo-r1 systemd
@@ -38,20 +38,19 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
+# Due to the nature of Fangfrisch, most tests require network
+# connectivity and/or access keys to download signature files.
+PROPERTIES="test_network"
+RESTRICT="test"
+
DEPEND=">=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.3.11[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
+distutils_enable_tests unittest
+
python_prepare_all() {
sed -i -e '/SQLAlchemy/d' setup.py || die
- # Due to the nature of Fangfrisch, most tests require network
- # connectivity and/or access keys to download signature files.
- # Also, my own CI reports show that the tests are successful,
- # so instead of a pick-and-choose approach, the complete tests
- # directory is removed in this ebuild. --RS
- if [ -d tests ]; then
- rm -r tests || die
- fi
distutils-r1_python_prepare_all
}
next reply other threads:[~2023-02-16 3:58 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-16 3:58 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 15:05 [gentoo-commits] repo/gentoo:master commit in: app-antivirus/fangfrisch/ Petr Vaněk
2024-08-31 14:49 Petr Vaněk
2024-04-21 12:34 Sam James
2024-03-21 2:41 Sam James
2023-06-10 7:08 Sam James
2023-05-03 15:51 Arthur Zamarin
2023-05-03 7:49 Sam James
2023-05-01 12:34 Michał Górny
2022-06-07 5:22 Joonas Niilola
2021-12-09 6:52 Ionen Wolkens
2021-12-01 17:45 Joonas Niilola
2021-12-01 17:45 Joonas Niilola
2021-10-20 3:07 Sam James
2021-10-20 3:07 Sam James
2021-10-20 3:07 Sam James
2021-05-14 11:19 Sam James
2021-05-14 9:30 Agostino Sarubbo
2021-02-12 15:10 Sam James
2021-02-12 15:10 Sam James
2021-02-11 8:13 Sam James
2021-02-11 8:13 Sam James
2021-02-11 8:11 Sam James
2020-12-15 4:09 Sam James
2020-05-19 6:01 Michał Górny
2020-05-18 21:13 Agostino Sarubbo
2020-05-18 21:10 Agostino Sarubbo
2020-05-15 20:13 Andreas K. Hüttel
2020-04-06 8:08 Andreas K. Hüttel
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=1676519736.d8e6478a1a1c00f9d19f28a4a0f0bbfe535e0eea.sam@gentoo \
--to=sam@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