net-misc/maestral-qt: drop 1.9.3

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2025-04-28 08:02:35 +03:00
parent b8afb27c7b
commit a2c4e2b3f0
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST maestral-qt-1.9.3.gh.tar.gz 1219610 BLAKE2B 819a0f88571e64a633e09b7c200c9a983a8e359bc574df570be7d1011853184dc88fa789e806ed204862b92f84d8cd6d7e5b0c03631d6e11159143dcaf1b0fd6 SHA512 3f1dbdbf93eb64e01ff01ab308e46b0320162a7e6aaa027d277b216dc0ba73ae2eee33e68add356e3fb14ffcad1f789bc02d948d48067eea1a5cb5b9208f200b
DIST maestral-qt-1.9.4.gh.tar.gz 1219613 BLAKE2B a94dea39af004911f88a0d008b78af080d4d643e5ad2d94ef232eb1e3d5abd4a877c4dbfcb5c6addd7265d8ecc08608d0238abf9000ed9b163f36df8b71b1eac SHA512 482f71ccf5f4449bf4f1e522e50fdf397d7622ceb8bfdc2700a7e111f0484237c63e7efd36a620f0bbac86541d0284482c7e8ad674457bb0f37c0a4039f98a22

View File

@@ -1,37 +0,0 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
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-${PV%_rc*}_rc0[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/build[${PYTHON_USEDEP}]
"
python_install_all() {
distutils-r1_python_install_all
domenu src/maestral_qt/resources/maestral.desktop
}