dev-python/musicbrainzngs - 0.7.1 (4nykey)

Search

Install

Install this version:

emerge -a =dev-python/musicbrainzngs-0.7.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/musicbrainzngs-0.7.1

Or alternatively:

emerge --autounmask-write -a =dev-python/musicbrainzngs-0.7.1

Package Information

Description:
Python bindings for the MusicBrainz NGS and the Cover Art Archive webservices
Homepage:
https://github.com/alastair/python-musicbrainzngs/ https://pypi.org/project/musicbrainzngs/
License:
BSD-2 ISC

Ebuild Details

Version EAPI Keywords Slot
0.7.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

MY_P=python-musicbrainzngs-${PV}
DESCRIPTION="Python bindings for the MusicBrainz NGS and the Cover Art Archive webservices"
HOMEPAGE="
	https://github.com/alastair/python-musicbrainzngs/
	https://pypi.org/project/musicbrainzngs/
"
SRC_URI="
	https://github.com/alastair/python-musicbrainzngs/archive/v${PV}.tar.gz
		-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}

LICENSE="BSD-2 ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="examples"

PATCHES=(
	"${FILESDIR}/${P}-fix-sphinx-build.patch"
)

distutils_enable_sphinx docs
distutils_enable_tests unittest

python_install_all() {
	if use examples; then
		dodoc -r examples
		docompress -x /usr/share/doc/${PF}/examples
	fi

	distutils-r1_python_install_all
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/musicbrainzngs | euse -E <flag> -p dev-python/musicbrainzngs | euse -D <flag> -p dev-python/musicbrainzngs

Global/Standard Flags

Inherited Eclasses

Manifest for 0.7.1

Type File Size Source URLs
DIST python-musicbrainzngs-0.7.1.gh.tar.gz 112302 bytes https://github.com/alastair/python-musicbrainzngs/archive/v0.7.1.tar.gz