net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / dev-python / pycosat / pycosat-0.6.6.ebuild
blobba2731e298743b955def947334452bd5e956724b
1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DISTUTILS_USE_PEP517=setuptools
7 PYTHON_COMPAT=( python3_{9..11} )
8 inherit distutils-r1
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"
14 LICENSE="MIT"
15 SLOT="0"
16 KEYWORDS="amd64 ~arm64 ~riscv ~x86"
18 distutils_enable_tests pytest