diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2022-06-07 21:17:07 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2022-06-07 21:19:03 +0200 |
commit | a0c1ccfeb0d1e4aa436b696f90b3ad83ba47948f (patch) | |
tree | 002f609de6b6798de2d36d0a5b524d4a95a02b88 /net-p2p/nicotine+ | |
parent | media-gfx/fotoxx: add 22.18 (diff) | |
download | gentoo-a0c1ccfeb0d1e4aa436b696f90b3ad83ba47948f.tar.gz gentoo-a0c1ccfeb0d1e4aa436b696f90b3ad83ba47948f.tar.bz2 gentoo-a0c1ccfeb0d1e4aa436b696f90b3ad83ba47948f.zip |
net-p2p/nicotine+: 3.2.2-r1 revbump
- Added Python 3.10 targets.
- Added tests.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=846170
Closes: https://bugs.gentoo.org/show_bug.cgi?id=809467
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r-- | net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild (renamed from net-p2p/nicotine+/nicotine+-3.2.2.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/nicotine+/nicotine+-3.2.2.ebuild b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild index 611f799385df..3e03dc006a73 100644 --- a/net-p2p/nicotine+/nicotine+-3.2.2.ebuild +++ b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 xdg-utils @@ -27,6 +27,12 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/nicotine-plus-${PV}" +EPYTEST_IGNORE=( + "test/integration/test_startup.py" +) + +distutils_enable_tests pytest + src_install() { distutils-r1_src_install mv "${ED}/usr/share/doc/nicotine" "${ED}/usr/share/doc/${PF}" || die |