1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT=( python2_7 python3_6 )
10 MY_PN="XStatic-Patternfly-Bootstrap-Treeview"
13 DESCRIPTION="XStatic-Patternfly-Bootstrap-Treeview package"
14 HOMEPAGE="https://pypi.org/project/XStatic-Patternfly-Bootstrap-Treeview"
15 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
19 KEYWORDS="~amd64 ~x86"
21 RESTRICT="!test? ( test )"
23 RDEPEND="dev-python/xstatic[${PYTHON_USEDEP}]"
27 dev-python/setuptools[${PYTHON_USEDEP}]"
29 S="${WORKDIR}/${MY_P}"
32 distutils-r1_python_install
33 find "${ED}" -name '*.pth' -delete || die