# 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="Pure-Python library for building and working with logical circuits."

HOMEPAGE=""
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="coveralls docs lint publish test"
DEPENDENCIES="dev-python/parts[${PYTHON_USEDEP}]
	dev-python/logical[${PYTHON_USEDEP}]
	coveralls? ( dev-python/coveralls[${PYTHON_USEDEP}] )
	docs? ( dev-python/toml[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-4.2.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-rtd-theme-1.0.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-autodoc-typehints-1.12.0[${PYTHON_USEDEP}] )
	lint? ( ~dev-python/pylint-2.14.0[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/build-0.8[${PYTHON_USEDEP}] )
	publish? ( ~dev-python/twine-4.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-7.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-cov-3.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"