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

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="0.7.0-beta.12"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"

HOMEPAGE=""
LICENSE="MIT OR Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/6e/ba/dee6b07c9aa82b522817db12c41f3da5cd340ba3b1775d830fb068d3009a/${REALNAME//-/_}-0.7.0_beta.12.tar.gz"
SOURCEFILE="${REALNAME//-/_}-0.7.0_beta.12.tar.gz"
RESTRICT="test"

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

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