Install this version:
emerge -a =dev-python/bitstring-3.1.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/bitstring-3.1.5
Or alternatively:
emerge --autounmask-write -a =dev-python/bitstring-3.1.5
# Copyright 2017 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit rindeal
GH_RN="github:scott-griffiths"
GH_REF="${PN}-${PV}"
PYTHON_COMPAT=( py{py3,thon{2_7,3_{5..7}}} )
inherit git-hosting
inherit distutils-r1
DESCRIPTION="Python module for creation and analysis of binary data"
HOMEPAGE="https://pythonhosted.org/${PN}/ https://pypi.python.org/pypi/${PN} ${GH_HOMEPAGE}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
DOCS=( README.rst release_notes.txt )