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="The SQLModel CRUD Manager is a Python library that facilitates common Create, Read, Update, and Delete (CRUD) operations on SQLModel entities within a FastAPI application. This library simplifies database interactions and provides an easy-to-use interface for managing SQLModel entities."
HOMEPAGE="https://github.com/EChachati/SQLModel-CRUD-manager"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/b3/b0/49309dead03ca5c563092c23922e03dd6c6fb6778aadf1ce0d52aaa7945a/sqlmodel_crud_manager-${REALVERSION}.tar.gz"
SOURCEFILE="sqlmodel_crud_manager-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/fastapi[${PYTHON_USEDEP}]
dev-python/sqlmodel[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"