From af04609409d995cd5117a604b43ef86ce7e91a4a Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Mon, 8 Dec 2025 13:24:28 +0200 Subject: [PATCH] net-misc/maestral: drop 1.9.5 Signed-off-by: Viorel Munteanu --- net-misc/maestral/Manifest | 1 - net-misc/maestral/maestral-1.9.5.ebuild | 60 ------------------------- 2 files changed, 61 deletions(-) delete mode 100644 net-misc/maestral/maestral-1.9.5.ebuild diff --git a/net-misc/maestral/Manifest b/net-misc/maestral/Manifest index 4de3273367..33c3a246c3 100644 --- a/net-misc/maestral/Manifest +++ b/net-misc/maestral/Manifest @@ -1,3 +1,2 @@ DIST maestral-1.9.4.gh.tar.gz 8126850 BLAKE2B cad2dd4dbc3ac0a7aeadaf08c3ad5640167c759e209a2e8109b7747e650aca34ca6919ff3d0f5f1a014f85f9f8b40e6223e15437ce536ac3b18e1c69563100d9 SHA512 7da052ed07795a89108effb310b3c378545861480d33fd40fdb8aac87b659746dd8e241774a29f45f3f1323c83fc210fd6ec0dd066824ac2b51e8d9f2369edb1 -DIST maestral-1.9.5.gh.tar.gz 8126921 BLAKE2B 212bcb06aef01c779001e43d257ca13193e18705a0233e9aef111b451a7e04b165109896fd9e7c10a78013471e4d66236eb30e754882f6acf59b5a6ec0adb4f5 SHA512 5b6d0b9b6c748bd7e89792de89fb41e1f1544deb85d7d25e63a4ccf28b8afd64a7c4818dca7cdec8d3f5b21e124deddcb4121c2ca203af01bd07eb7821f7e7e2 DIST maestral-1.9.6.gh.tar.gz 8129919 BLAKE2B 78412f5701fea02f78113581b0f04aec3f404901b46f170849129fe8872d91ddb2476aca1527eea16a1cf336830257e0b6479dd9a8008b9808daa27d1e6d4e14 SHA512 5f3b24eda66ae585ed04f4e03663b9962ff49f8df5570bf879dd5b3caa4ee2ff76a118c40725880b40800b78edac77ec4807338f0889664a31ab50afbc8bffb3 diff --git a/net-misc/maestral/maestral-1.9.5.ebuild b/net-misc/maestral/maestral-1.9.5.ebuild deleted file mode 100644 index 9b2560e4c6..0000000000 --- a/net-misc/maestral/maestral-1.9.5.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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_{11..13} ) -inherit distutils-r1 xdg - -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/maestral/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/desktop-notifier-5.0.0[${PYTHON_USEDEP}] - dev-python/dropbox[${PYTHON_USEDEP}] - >=dev-python/fasteners-0.15[${PYTHON_USEDEP}] - dev-python/importlib-metadata[${PYTHON_USEDEP}] - >=dev-python/keyring-22.0.0[${PYTHON_USEDEP}] - >=dev-python/keyrings-alt-3.1.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - >=dev-python/pathspec-0.5.8[${PYTHON_USEDEP}] - >=dev-python/pyro5-5.10[${PYTHON_USEDEP}] - >=dev-python/requests-2.16.2[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] - dev-python/survey[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] - >=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}] - dev-python/xattr[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/build[${PYTHON_USEDEP}] -" - -EPYTEST_DESELECT=( - # disable benchmarks - tests/offline/test_clean_local_events.py::test_performance - - # requires systemd - tests/offline/test_cli.py::test_autostart - - # requires network - tests/offline/test_main.py::test_check_for_updates - - # may fail if the filesystem does not support xattrs - # https://bugs.gentoo.org/927982 - tests/offline/utils/test_path.py::test_move_preserves_xattrs -) - -EPYTEST_PLUGINS=( bidict ) -distutils_enable_tests pytest