EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RESTRICT="!test? ( test )"
dev-python/feedparser[${PYTHON_USEDEP}]
dev-python/ujson[${PYTHON_USEDEP}]
"
-DEPEND="
- test? ( ${RDEPEND}
- dev-python/pandas[${PYTHON_USEDEP}]
- )
-"
distutils_enable_sphinx "docs/source"
+python_prepare_all() {
+ # too many dependencies
+ rm tests/pandas_test.py || die
+ sed -e '/pandas/ d' -i tests/runtests.py || die
+
+ distutils-r1_python_prepare_all
+}
+
python_test() {
# An apparent regression in tests
# https://github.com/jsonpickle/jsonpickle/issues/124