net-misc/maestral-qt - 1.9.8 (guru)

Search

Install

Install this version:

emerge -a =net-misc/maestral-qt-1.9.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/maestral-qt-1.9.8

Or alternatively:

emerge --autounmask-write -a =net-misc/maestral-qt-1.9.8

Package Information

Description:
Maestral is an open-source Dropbox client written in Python
Homepage:
https://maestral.app
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.9.8 8 ~amd64 0
View Raw Ebuild
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit desktop distutils-r1

MY_PV=${PV/_rc/.dev}
DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
HOMEPAGE="https://maestral.app"
SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}"/${PN}-${MY_PV}

LICENSE="MIT"
SLOT="0"
if [[ ${PV} != *_rc* ]]; then
	KEYWORDS="~amd64"
fi

RDEPEND="
	>=dev-python/click-8.0.2[${PYTHON_USEDEP}]
	dev-python/markdown2[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	dev-python/pyqt6[widgets,gui,svg,${PYTHON_USEDEP}]
	>=net-misc/maestral-1.9.6[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/build[${PYTHON_USEDEP}]
"

python_install_all() {
	distutils-r1_python_install_all

	domenu src/maestral_qt/resources/maestral.desktop
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/click-8.0.2[]
	dev-python/markdown2[]
	dev-python/packaging[]
	dev-python/pyqt6[widgets,gui,svg,]
	>=net-misc/maestral-1.9.6[]

BDEPEND

	dev-python/build[]

Manifest for 1.9.8

Type File Size Source URLs
DIST maestral-qt-1.9.8.gh.tar.gz 1219631 bytes https://github.com/samschott/maestral-qt/archive/refs/tags/v1.9.8.tar.gz