dev-python/isbnlib - 3.10.14 (kcning)

Search

Install

Install this version:

emerge -a =dev-python/isbnlib-3.10.14

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

autounmask =dev-python/isbnlib-3.10.14

Or alternatively:

emerge --autounmask-write -a =dev-python/isbnlib-3.10.14

Package Information

Description:
python library to validate, clean, transform and get metadata of ISBN strings (for devs).
Homepage:
https://pypi.python.org/pypi/isbnlib https://github.com/xlcnd/isbnlib
License:
LGPL-3+

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1

DESCRIPTION="python library to validate, clean, transform and get metadata of ISBN strings (for devs)."
HOMEPAGE="
	https://pypi.python.org/pypi/isbnlib
	https://github.com/xlcnd/isbnlib
"
SRC_URI="https://github.com/xlcnd/isbnlib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="
	dev-python/wheel[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/wheel[]

Manifest for 3.10.14

Type File Size Source URLs
DIST isbnlib-3.10.14.tar.gz 66352 bytes https://github.com/xlcnd/isbnlib/archive/refs/tags/v3.10.14.tar.gz