1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DISTUTILS_USE_PEP517
=setuptools
7 PYTHON_COMPAT
=( python3_
{9.
.11} )
10 DESCRIPTION
="Python bindings to picosat (a SAT solver)"
11 HOMEPAGE
="https://github.com/conda/pycosat"
12 SRC_URI
="https://github.com/conda/pycosat/archive/${PV}.tar.gz -> ${P}.tar.gz"
16 KEYWORDS
="amd64 ~arm64 ~riscv ~x86"
18 distutils_enable_tests pytest