app-misc/isbntools - 4.3.29 (schplaf)

Search

Package Information

Description:
app/framework for 'all things ISBN' including metadata, descriptions, covers...
Homepage:
https://github.com/xlcnd/isbntools/ https://pypi.org/project/isbntools/
License:
LGPL-3

Ebuild Details

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

EAPI=8

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

inherit distutils-r1 pypi

DESCRIPTION="app/framework for 'all things ISBN' including metadata, descriptions, covers..."
HOMEPAGE="
	https://github.com/xlcnd/isbntools/
	https://pypi.org/project/isbntools/
"

SRC_URI="https://github.com/xlcnd/isbntools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/isbnlib-3.10.9[${PYTHON_USEDEP}]
	<dev-python/isbnlib-3.11.0[${PYTHON_USEDEP}]
"

BDEPEND=""

DOCS=( AUTHORS.md CHANGES.txt CODE_OF_CONDUCT.md CONTRIBUTING.md COPYRIGHT.txt LICENSE-LGPL-3.0.txt README.rst SECURITY.md release.md )

distutils_enable_tests pytest

Dependencies

RDEPEND

	>=dev-python/isbnlib-3.10.9[${PYTHON_USEDEP}]
	<dev-python/isbnlib-3.11.0[${PYTHON_USEDEP}]

Manifest for 4.3.29

Type File Size Source URLs
DIST isbntools-4.3.29.tar.gz 37430 bytes https://github.com/xlcnd/isbntools/archive/refs/tags/v4.3.29.tar.gz