Install this version:
emerge -a =dev-python/dockerpy-creds-0.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/dockerpy-creds-0.4.0
Or alternatively:
emerge --autounmask-write -a =dev-python/dockerpy-creds-0.4.0
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python bindings for the docker credentials store API"
HOMEPAGE="https://github.com/shin-/dockerpy-creds/"
SRC_URI="https://github.com/shin-/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}-gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dockerpy-creds-0.4.0-gh.tar.gz | 10278 bytes | https://github.com/shin-/dockerpy-creds/archive/refs/tags/0.4.0.tar.gz |