# 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="Among the simplest imaginable ways to serialize: concatenate and split."

HOMEPAGE="https://github.com/nucypher/bytestringSplitter"
LICENSE="Apache Software License v2.0"
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="testing"
DEPENDENCIES="dev-python/msgpack-python[${PYTHON_USEDEP}]
	testing? ( ~dev-python/attrs-19.3.0[${PYTHON_USEDEP}] )
	testing? ( dev-python/bumpversion[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/coverage-5.1[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/hypothesis-5.10.4[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/more-itertools-8.2.0[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/packaging-20.3[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/pluggy-0.13.1[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/py-1.8.1[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/pyparsing-3.0.0_alpha1[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/pytest-cov-2.5.1[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/pytest-5.4.1[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/six-1.14.0[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/wcwidth-0.1.9[${PYTHON_USEDEP}] )
	testing? ( ~dev-python/zipp-3.1.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"