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

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="0.4.2.dev20181124173755"
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 git(hub/lab/...) hosting abstraction library."

HOMEPAGE="https://gitlab.com/gitmate/open-source/IGitt/"
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/setuptools-21.0.0[${PYTHON_USEDEP}]
	~dev-python/gitpython-2.1.8[${PYTHON_USEDEP}]
	~dev-python/requests-2.19.1[${PYTHON_USEDEP}]
	~dev-python/requests-oauthlib-1.0.0[${PYTHON_USEDEP}]
	<dev-python/cryptography-3.0[${PYTHON_USEDEP}]
	~dev-python/pyjwt-1.6.4[${PYTHON_USEDEP}]
	dev-python/backoff[${PYTHON_USEDEP}]
	~dev-python/beautifulsoup4-4.6.0[${PYTHON_USEDEP}]
	~dev-python/pytz-2018.4[${PYTHON_USEDEP}]
	dev-python/git-url-parse[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"