Install this version:
emerge -a =dev-python/hjson-3.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/hjson-3.1.0
Or alternatively:
emerge --autounmask-write -a =dev-python/hjson-3.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.1.0 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1
DESCRIPTION="A user interface for JSON"
HOMEPAGE="https://pypi.org/project/hjson/"
HJSON_COMMIT="1687b811fcbbc54b5ac71cfbaa99f805e406fbcb"
SRC_URI="https://github.com/hjson/hjson-py/archive/${HJSON_COMMIT}.tar.gz -> hjson-${HJSON_COMMIT}.gh.tar.gz"
S="${WORKDIR}/hjson-py-${HJSON_COMMIT}"
LICENSE="AFL-2.1 MIT"
SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests unittest
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hjson-1687b811fcbbc54b5ac71cfbaa99f805e406fbcb.gh.tar.gz | 72967 bytes | https://github.com/hjson/hjson-py/archive/1687b811fcbbc54b5ac71cfbaa99f805e406fbcb.tar.gz |