# 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="Fixed point arithmetic library"

HOMEPAGE="https://fixedpoint.readthedocs.io/"
LICENSE="BSD"
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="docs test_dependencies"
DEPENDENCIES="docs? ( ~dev-python/sphinx-2.4.4[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-rtd-theme-0.4.3[${PYTHON_USEDEP}] )
	test_dependencies? ( dev-python/nose[${PYTHON_USEDEP}] )
	test_dependencies? ( >=dev-python/coverage-5.0.3[${PYTHON_USEDEP}] )
	test_dependencies? ( >=dev-python/mypy-0.761[${PYTHON_USEDEP}] )
	test_dependencies? ( >=dev-python/tqdm-4.43.0[${PYTHON_USEDEP}] )
	test_dependencies? ( ~dev-python/sphinx-2.4.4[${PYTHON_USEDEP}] )
	test_dependencies? ( ~dev-python/sphinx-rtd-theme-0.4.3[${PYTHON_USEDEP}] )
	test_dependencies? ( >=dev-python/numpy-1.18.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"