mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-misc/maestral-qt: drop 1.9.4
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST maestral-qt-1.9.4.gh.tar.gz 1219613 BLAKE2B a94dea39af004911f88a0d008b78af080d4d643e5ad2d94ef232eb1e3d5abd4a877c4dbfcb5c6addd7265d8ecc08608d0238abf9000ed9b163f36df8b71b1eac SHA512 482f71ccf5f4449bf4f1e522e50fdf397d7622ceb8bfdc2700a7e111f0484237c63e7efd36a620f0bbac86541d0284482c7e8ad674457bb0f37c0a4039f98a22
|
||||
DIST maestral-qt-1.9.8.gh.tar.gz 1219631 BLAKE2B 57362ac9730378d38ce653f9020c7890293d3eb128a55df240df73097f769c7f99b4980aa34c68895d838a286bcdbf84c0dbb038c8eee00fd7e0ffa470951081 SHA512 29ef1ace83b1138ed91991c5a2207b62279b6b0571054d1cb46d6d672041aabcc76d8101f300a20d2c8afb32d88e6734a8ee388df534e29e8c82c4a5e4d9a79b
|
||||
|
||||
@@ -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..13} )
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user