Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-musicbrainz-ngs/
Date: Sat, 30 Jan 2021 14:47:32
Message-Id: 1612018022.5cd291bfd6dfd4dce56db2187a39aca52bd45267.conikost@gentoo
1 commit: 5cd291bfd6dfd4dce56db2187a39aca52bd45267
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 14:47:02 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 14:47:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd291bf
7
8 dev-python/python-musicbrainz-ngs: add python3_9 support
9
10 All tests passed.
11
12 Closes: https://bugs.gentoo.org/767994
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
15
16 .../python-musicbrainz-ngs/python-musicbrainz-ngs-0.7.1.ebuild | 7 +++----
17 1 file changed, 3 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.7.1.ebuild b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.7.1.ebuild
20 index d4d897c6847..f14b0b9971b 100644
21 --- a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.7.1.ebuild
22 +++ b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.7.1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 2019-2020 Gentoo Authors
25 +# Copyright 2019-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
31 +PYTHON_COMPAT=( python3_{7..9} pypy3 )
32
33 inherit distutils-r1
34
35 @@ -12,14 +12,13 @@ MY_PN="${PN/%-ngs/ngs}"
36 DESCRIPTION="Python bindings for the MusicBrainz NGS and the Cover Art Archive webservices"
37 HOMEPAGE="https://github.com/alastair/python-musicbrainzngs"
38 SRC_URI="https://github.com/alastair/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}${PV}.tar.gz"
39 +S="${WORKDIR}/${MY_PN}-${PV}"
40
41 LICENSE="BSD-2 ISC"
42 SLOT="0"
43 KEYWORDS="amd64 x86"
44 IUSE="examples"
45
46 -S="${WORKDIR}/${MY_PN}-${PV}"
47 -
48 distutils_enable_sphinx docs
49 distutils_enable_tests setup.py