1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 PYTHON_COMPAT=( python3_{10..12} )
7 DISTUTILS_USE_PEP517=setuptools
10 DESCRIPTION="A constructing graphs, BFS and DFS traversals, etc"
11 HOMEPAGE="https://altgraph.readthedocs.io/en/latest/"
12 SRC_URI="https://github.com/ihaveamac/pyctr/archive/refs/tags/v"${PV}".tar.gz -> "${P}".tar.gz"
16 KEYWORDS="amd64 ~arm64 x86"
18 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
20 RESTRICT="!test? ( test )"
22 RDEPEND="${PYTHON_DEPS}"
24 #S=${WORKDIR}/pyctr-master/
25 distutils_enable_tests unittest