Install this version:
emerge -a =dev-python/cement-2.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/cement-2.10
Or alternatively:
emerge --autounmask-write -a =dev-python/cement-2.10
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/datafolklabs/cement.git"
else
HASH_COMMIT="${PV}"
SRC_URI="https://github.com/datafolklabs/cement/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
fi
DESCRIPTION="Application Framework for Python"
HOMEPAGE="https://github.com/datafolklabs/cement"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_prepare() {
eapply "${FILESDIR}/${P}-no-examples.patch"
eapply_user
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cement-2.10.tar.gz | 180432 bytes | https://github.com/datafolklabs/cement/archive/2.10.tar.gz |