Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/maestral-qt/
Date: Mon, 27 Dec 2021 14:44:11
Message-Id: 1640368961.8ec2acf400d50e0006b45479f0b45530f0d2e75f.flow@gentoo
1 commit: 8ec2acf400d50e0006b45479f0b45530f0d2e75f
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 24 18:00:35 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 18:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ec2acf4
7
8 net-misc/maestral-qt: add new v1.5.2
9
10 QT gui for net-misc/maestral
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
14
15 net-misc/maestral-qt/Manifest | 1 +
16 net-misc/maestral-qt/maestral-qt-1.5.2.ebuild | 29 +++++++++++++++++++++++++++
17 net-misc/maestral-qt/metadata.xml | 12 +++++++++++
18 3 files changed, 42 insertions(+)
19
20 diff --git a/net-misc/maestral-qt/Manifest b/net-misc/maestral-qt/Manifest
21 new file mode 100644
22 index 000000000..4c1cabe59
23 --- /dev/null
24 +++ b/net-misc/maestral-qt/Manifest
25 @@ -0,0 +1 @@
26 +DIST maestral-qt-1.5.2.tar.gz 1209752 BLAKE2B 55a640d193b53c342433e901c0d7afbde3a5212b4f80ac83a4279ce9c5d7effca9bfb14b1ab580f1d5fdaba54e78809c265180a9e8a8fd70bd4751373f69ec48 SHA512 7699dea1cb36875e547bc88e3869a468c9eed9bf9ad6b02e4c20186424f8994672b2e2fd58905d62eb82011be6b902d0e04a8c89c11f4f17d2ddf6d2571736b7
27
28 diff --git a/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild b/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild
29 new file mode 100644
30 index 000000000..7bd53dd61
31 --- /dev/null
32 +++ b/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild
33 @@ -0,0 +1,29 @@
34 +# Copyright 2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +PYTHON_COMPAT=( python3_{8..10} )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
44 +HOMEPAGE="https://maestral.app"
45 +SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64"
50 +
51 +DEPEND="
52 + >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
53 + dev-python/markdown2[${PYTHON_USEDEP}]
54 + dev-python/packaging[${PYTHON_USEDEP}]
55 + >=dev-python/PyQt5-5.9[${PYTHON_USEDEP}]
56 + ~net-misc/maestral-${PV}[${PYTHON_USEDEP}]
57 + python_targets_python3_8? ( dev-python/importlib_resources )
58 +"
59 +RDEPEND="${DEPEND}"
60 +BDEPEND=""
61 +
62 +distutils_enable_tests setup.py
63
64 diff --git a/net-misc/maestral-qt/metadata.xml b/net-misc/maestral-qt/metadata.xml
65 new file mode 100644
66 index 000000000..6ea44d9f6
67 --- /dev/null
68 +++ b/net-misc/maestral-qt/metadata.xml
69 @@ -0,0 +1,12 @@
70 +<?xml version="1.0" encoding="UTF-8"?>
71 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 +<pkgmetadata>
73 +<maintainer type="person">
74 + <email>ceamac.paragon@×××××.com</email>
75 + <description>Primary maintainer</description>
76 +</maintainer>
77 +<upstream>
78 + <remote-id type="github">samschott/maestral-qt</remote-id>
79 + <remote-id type="pypi">maestral-qt</remote-id>
80 +</upstream>
81 +</pkgmetadata>