View Raw Ebuild
# 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 plug-and-play JIT implementation for Marshmallow to speed up data serialization and deserialization"
HOMEPAGE="https://github.com/mLupine/DeepFriedMarshmallow"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/72/02/78498d04c2785ed6e9f34a5b7512e52369bce0e933ee48ca8a52b7308cd7/deepfriedmarshmallow-${REALVERSION}.tar.gz"
SOURCEFILE="deepfriedmarshmallow-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES=">=dev-python/attrs-17.1.0[${PYTHON_USEDEP}]
<dev-python/marshmallow-5.0.0[${PYTHON_USEDEP}]
<dev-python/six-2.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"