# 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="CLI Pomodoro Timer"

HOMEPAGE="https://github.com/JDSalisbury/doro"
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/autopep8-1.6.0[${PYTHON_USEDEP}]
	~dev-python/bleach-4.1.0[${PYTHON_USEDEP}]
	~dev-python/certifi-2021.10.8[${PYTHON_USEDEP}]
	~dev-python/charset-normalizer-2.0.8[${PYTHON_USEDEP}]
	~dev-python/click-8.0.3[${PYTHON_USEDEP}]
	~dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
	~dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
	~dev-python/idna-3.3[${PYTHON_USEDEP}]
	~dev-python/importlib-metadata-4.8.2[${PYTHON_USEDEP}]
	~dev-python/keyring-23.3.0[${PYTHON_USEDEP}]
	~dev-python/packaging-21.3[${PYTHON_USEDEP}]
	~dev-python/pkginfo-1.8.1[${PYTHON_USEDEP}]
	~dev-python/pygments-2.10.0[${PYTHON_USEDEP}]
	~dev-python/pyparsing-3.0.6[${PYTHON_USEDEP}]
	~dev-python/readme-renderer-30.0[${PYTHON_USEDEP}]
	~dev-python/requests-2.26.0[${PYTHON_USEDEP}]
	~dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]
	~dev-python/rfc3986-1.5.0[${PYTHON_USEDEP}]
	~dev-python/six-1.16.0[${PYTHON_USEDEP}]
	dev-python/toml[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.62.3[${PYTHON_USEDEP}]
	~dev-python/twine-3.6.0[${PYTHON_USEDEP}]
	~dev-python/urllib3-1.26.7[${PYTHON_USEDEP}]
	~dev-python/webencodings-0.5.1[${PYTHON_USEDEP}]
	~dev-python/zipp-3.6.0[${PYTHON_USEDEP}]
	dev-python/playsound[${PYTHON_USEDEP}]
	dev-python/pyobjc[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"