1 # Copyright 2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT=( python3_{6,7,8,9} )
9 DESCRIPTION="Python library to simplify working with jsonlines and ndjson data"
10 HOMEPAGE="https://github.com/wbolster/jsonlines"
11 SRC_URI="https://github.com/wbolster/jsonlines/archive/${PV}.tar.gz -> ${P}.tar.gz"
17 distutils_enable_tests pytest
18 distutils_enable_sphinx doc