Install this version:
emerge -a =dev-python/pymarc-3.1.13
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pymarc-3.1.13
Or alternatively:
emerge --autounmask-write -a =dev-python/pymarc-3.1.13
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1
DESCRIPTION="Process MARC records from Python"
HOMEPAGE="https://pypi.org/project/pymarc"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pymarc-3.1.13.tar.gz | 214294 bytes | mirror://pypi/p/pymarc/pymarc-3.1.13.tar.gz |