net-mail/lieer - 1.3 (qsx)

Search

Package Information

Description:
Fast email-fetching and two-way tag synchronization between notmuch and GMail
Homepage:
https://lieer.gaute.vetsj.com/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.3 7 ~amd64 0
View Raw Ebuild
# 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"
)

Dependencies

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}

Manifest for 1.3

Type File Size Source URLs
DIST lieer-1.3.tar.gz 85693 bytes https://github.com/gauteh/lieer/archive/v1.3.tar.gz