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

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python3_11 )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!"

HOMEPAGE="https://github.com/BradenM/micropy-cli"
LICENSE="MIT"
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=""
DEPENDENCIES="~dev-python/boltons-23.0.0[${PYTHON_USEDEP}]
	dev-python/cachier[${PYTHON_USEDEP}]
	~dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
	dev-python/questionary[${PYTHON_USEDEP}]
	~dev-python/requests-2.31.0[${PYTHON_USEDEP}]
	dev-python/requirements-parser[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.65.0[${PYTHON_USEDEP}]
	~dev-python/click-8.1.3[${PYTHON_USEDEP}]
	~dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
	dev-python/dpath[${PYTHON_USEDEP}]
	~dev-python/gitpython-3.1.31[${PYTHON_USEDEP}]
	~dev-python/packaging-21.3[${PYTHON_USEDEP}]
	dev-python/python-minifier[${PYTHON_USEDEP}]
	~dev-python/mypy-1.2.0[${PYTHON_USEDEP}]
	dev-python/rshell[${PYTHON_USEDEP}]
	~dev-python/markupsafe-2.1.3[${PYTHON_USEDEP}]
	dev-python/upydevice[${PYTHON_USEDEP}]
	~dev-python/attrs-23.1.0[${PYTHON_USEDEP}]
	~dev-python/typing-extensions-4.6.3[${PYTHON_USEDEP}]
	~dev-python/pydantic-1.10.9[${PYTHON_USEDEP}]
	~dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
	dev-python/micropython-stubber[${PYTHON_USEDEP}]
	~dev-python/libcst-0.4.10[${PYTHON_USEDEP}]
	~dev-python/typer-0.9.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"