| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3 | 7 | ~amd64 | 0 |
# Copyright 2022 Thomas Schneider <qsx@chaotikum.eu>
# Licensed under the EUPL
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Fast email-fetching and two-way tag synchronization between notmuch and GMail"
HOMEPAGE="https://lieer.gaute.vetsj.com/"
SRC_URI="https://github.com/gauteh/lieer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-3+"
SLOT="0"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
dev-python/google-api-python-client[${PYTHON_USEDEP}]
dev-python/oauth2client[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
net-mail/notmuch[python,${PYTHON_USEDEP}]
${PYTHON_DEPS}
"
DOCS=(
"docs/index.md"
)
dev-python/google-api-python-client[${PYTHON_USEDEP}]
dev-python/oauth2client[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
net-mail/notmuch[python,${PYTHON_USEDEP}]
${PYTHON_DEPS}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lieer-1.3.tar.gz | 85693 bytes | https://github.com/gauteh/lieer/archive/v1.3.tar.gz |