From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28B101581C1 for ; Sun, 7 Jul 2024 05:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 530E92BC04A; Sun, 7 Jul 2024 05:17:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 369112BC04A for ; Sun, 7 Jul 2024 05:17:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E0A8335D63 for ; Sun, 7 Jul 2024 05:17:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD781DBA for ; Sun, 7 Jul 2024 05:16:59 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1720329312.10d324ef7893e177dc460b6891dd736b0aa71803.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral-qt/Manifest net-misc/maestral-qt/maestral-qt-1.9.4_rc1.ebuild X-VCS-Directories: net-misc/maestral-qt/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 10d324ef7893e177dc460b6891dd736b0aa71803 X-VCS-Branch: dev Date: Sun, 7 Jul 2024 05:16:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d6ffb13-8029-47ac-8acc-25df9a9dce15 X-Archives-Hash: 57d25b43efa36f8f62029b730f9e25e2 commit: 10d324ef7893e177dc460b6891dd736b0aa71803 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Jul 7 05:15:12 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Jul 7 05:15:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10d324ef net-misc/maestral-qt: add 1.9.4_rc1 Signed-off-by: Viorel Munteanu gentoo.org> net-misc/maestral-qt/Manifest | 1 + net-misc/maestral-qt/maestral-qt-1.9.4_rc1.ebuild | 37 +++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/net-misc/maestral-qt/Manifest b/net-misc/maestral-qt/Manifest index c57143554..b36721dd9 100644 --- a/net-misc/maestral-qt/Manifest +++ b/net-misc/maestral-qt/Manifest @@ -1 +1,2 @@ DIST maestral-qt-1.9.3.gh.tar.gz 1219610 BLAKE2B 819a0f88571e64a633e09b7c200c9a983a8e359bc574df570be7d1011853184dc88fa789e806ed204862b92f84d8cd6d7e5b0c03631d6e11159143dcaf1b0fd6 SHA512 3f1dbdbf93eb64e01ff01ab308e46b0320162a7e6aaa027d277b216dc0ba73ae2eee33e68add356e3fb14ffcad1f789bc02d948d48067eea1a5cb5b9208f200b +DIST maestral-qt-1.9.4_rc1.gh.tar.gz 1219617 BLAKE2B d69b211c1a72324a14c44d9e6594328df89c609aa3688e05b9282d75d27a76d9a27c74926361aeb619c9e2eb56647e7488494fb890c152787f8ba44acf10960b SHA512 9687778b0f9bfe9bf326fd4ce46db1b4d02c6adebb5a9e15d3fb4708ec2eba40a11b44dda56cb3f2e079730424a50628262a7d660254d8a65c1e0df6ed29dd8d diff --git a/net-misc/maestral-qt/maestral-qt-1.9.4_rc1.ebuild b/net-misc/maestral-qt/maestral-qt-1.9.4_rc1.ebuild new file mode 100644 index 000000000..34ac19a1b --- /dev/null +++ b/net-misc/maestral-qt/maestral-qt-1.9.4_rc1.ebuild @@ -0,0 +1,37 @@ +# 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_{10..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 +}