# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A Python interface to the Exact integer linear programming solver [top-max 2.2.1]"

HOMEPAGE="https://gitlab.com/JoD/exact"
LICENSE="AGPL-3"
SRC_URI="https://files.pythonhosted.org/packages/f3/af/0ca266d1eeaf1f13e91b656ba016e8115681c38b22c095999720b0581f18/exact-${REALVERSION}.tar.gz"
SOURCEFILE="exact-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="dev-python/cppyy[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"