dev-python/discid - 1.4.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/discid-1.4.0

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

autounmask =dev-python/discid-1.4.0

Or alternatively:

emerge --autounmask-write -a =dev-python/discid-1.4.0

Package Information

Description:
Python bindings for libdiscid
Homepage:
https://python-discid.readthedocs.io/en/latest/ https://github.com/metabrainz/python-discid/ https://pypi.org/project/discid/
License:
LGPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 ~amd64 ~arm64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/metabrainz/python-discid
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="Python bindings for libdiscid"
HOMEPAGE="
	https://python-discid.readthedocs.io/en/latest/
	https://github.com/metabrainz/python-discid/
	https://pypi.org/project/discid/
"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc ~x86"

DEPEND="
	>=media-libs/libdiscid-0.2.2
"
RDEPEND="
	${DEPEND}
"

distutils_enable_sphinx doc \
	dev-python/sphinx-autodoc-typehints \
	dev-python/sphinx-rtd-theme

python_test() {
	"${EPYTHON}" -m unittest -v test_discid.TestModule{Private,} ||
		die "Tests failed with ${EPYTHON}"
}

Inherited Eclasses

Dependencies

DEPEND

	>=media-libs/libdiscid-0.2.2

RDEPEND

	
	>=media-libs/libdiscid-0.2.2