dev-python/json2html - 1.3.0 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/json2html-1.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/json2html-1.3.0

Or alternatively:

emerge --autounmask-write -a =dev-python/json2html-1.3.0

Package Information

Description:
A python module for converting complex JSON oject to HTML Table representation
Homepage:
https://github.com/softvar/json2html
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 ~amd64 ~arm64 ~mips ~x86 0
View Raw Ebuild
# 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

DESCRIPTION="A python module for converting complex JSON oject to HTML Table representation"
HOMEPAGE="https://github.com/softvar/json2html"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT=0
KEYWORDS="~amd64 ~arm64 ~mips ~x86"

RDEPEND="${PYTHON_DEPS}
	dev-python/simplejson[${PYTHON_USEDEP}]"

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
pypi

Dependencies

RDEPEND

	dev-python/simplejson[]

Manifest for 1.3.0

Type File Size Source URLs
DIST json2html-1.3.0.tar.gz 6977 bytes mirror://pypi/j/json2html/json2html-1.3.0.tar.gz