Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: vorta-0.8.9
@ 2023-01-16  2:40 abdeoliveira
  2023-01-16  2:44 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (42 more replies)
  0 siblings, 43 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16  2:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

There is a new pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 1799 bytes --]

From b29060324821b76da369cd9caee18a8633ba8d8a Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.9

---
 srcpkgs/vorta/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..66d0efabd713
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,25 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.9
+revision=1
+build_style=python3-module
+#Running pytest as root leads 'test_export_fail_unwritable' to fail.
+#'test_ssh_dialog' fails under xbps-src (either 'xbps-src check' or
+#executing pytest into 'xbps-src chroot' enviroment) and I don't know why. 
+#On the other hand, it passes if pytest(ed) chroot(ed) into 
+#the 20221001_glibc release (either as root or user). May be an issue 
+#specific to xbps-src?
+make_check_args="--deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} python3-pytest python3-pytest-qt
+ python3-pytest-mock"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=aba735ff06729271846d44757fae4708cd51c6443337c1916e164c62e1c6d8e5
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
@ 2023-01-16  2:44 ` abdeoliveira
  2023-01-16  2:49 ` abdeoliveira
                   ` (41 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16  2:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 1804 bytes --]

From 0f0478c78102f68c70bc6abb99e391d7dbd5c1f2 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.9

---
 srcpkgs/vorta/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..44a02b0eecfb
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,25 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.9
+revision=1
+build_style=python3-module
+#Running pytest as root leads 'test_export_fail_unwritable' to fail.
+#'test_ssh_dialog' fails under xbps-src (either 'xbps-src check' or
+#executing pytest into 'xbps-src chroot' enviroment) and I don't know why. 
+#On the other hand, it passes if pytest(ed) chroot(ed) into 
+#the 20221001_glibc release (either as root or user). May be an issue 
+#specific to xbps-src?
+make_check_args="--deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="dbus python3-setuptools python3-wheel python3-pip"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} python3-pytest python3-pytest-qt
+ python3-pytest-mock"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=aba735ff06729271846d44757fae4708cd51c6443337c1916e164c62e1c6d8e5
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
  2023-01-16  2:44 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-16  2:49 ` abdeoliveira
  2023-01-16  5:36 ` [PR REVIEW] " paper42
                   ` (40 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16  2:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 1804 bytes --]

From 4fa1fb9bdd33379013f07a6fad7a586249364d4e Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.9

---
 srcpkgs/vorta/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..3005364f14c0
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,25 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.9
+revision=1
+build_style=python3-module
+#Running pytest as root leads 'test_export_fail_unwritable' to fail.
+#'test_ssh_dialog' fails under xbps-src (either 'xbps-src check' or
+#executing pytest into 'xbps-src chroot' enviroment) and I don't know why. 
+#On the other hand, it passes if pytest(ed) chroot(ed) into 
+#the 20221001_glibc release (either as root or user). May be an issue 
+#specific to xbps-src?
+make_check_args="--deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=aba735ff06729271846d44757fae4708cd51c6443337c1916e164c62e1c6d8e5
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
  2023-01-16  2:44 ` [PR PATCH] [Updated] " abdeoliveira
  2023-01-16  2:49 ` abdeoliveira
@ 2023-01-16  5:36 ` paper42
  2023-01-16 12:04 ` abdeoliveira
                   ` (39 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: paper42 @ 2023-01-16  5:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1070854925

Comment:
Remove pip, it's only downloading dependencies behind your back and let's you ignore issues with the template.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (2 preceding siblings ...)
  2023-01-16  5:36 ` [PR REVIEW] " paper42
@ 2023-01-16 12:04 ` abdeoliveira
  2023-01-16 12:04 ` abdeoliveira
                   ` (38 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 545 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071165332

Comment:
Without pip compilation breaks very soon. This is the error: `distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpoe4d9e4t', '--quiet', 'pip>=10']' returned non-zero exit status 1.`

Do we really need to remove pip? I was partially inspired by borg's template in which `hostmakedepends` include it.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (3 preceding siblings ...)
  2023-01-16 12:04 ` abdeoliveira
@ 2023-01-16 12:04 ` abdeoliveira
  2023-01-16 12:05 ` abdeoliveira
                   ` (37 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071165332

Comment:
Without pip compilation breaks very soon. This is the error: `distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpoe4d9e4t', '--quiet', 'pip>=10']' returned non-zero exit status 1.`

Do we really need to remove pip? I was partially inspired by `borg`'s template in which `hostmakedepends` include it.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (4 preceding siblings ...)
  2023-01-16 12:04 ` abdeoliveira
@ 2023-01-16 12:05 ` abdeoliveira
  2023-01-16 12:17 ` paper42
                   ` (36 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071165332

Comment:
Without pip compilation breaks very soon. This is the error: `distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpoe4d9e4t', '--quiet', 'pip>=10']' returned non-zero exit status 1.`

Do we really need to remove pip? I was partially inspired by `borg`'s template in which `hostmakedepends` includes it.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (5 preceding siblings ...)
  2023-01-16 12:05 ` abdeoliveira
@ 2023-01-16 12:17 ` paper42
  2023-01-16 12:21 ` abdeoliveira
                   ` (35 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: paper42 @ 2023-01-16 12:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071176890

Comment:
The borg template is wrong and should be fixed, feel free to open a PR.
Vorta has pip in setup_requires in setup.cfg which is wrong, it doesn't need pip. Could you patch it out and send a PR upstream?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (6 preceding siblings ...)
  2023-01-16 12:17 ` paper42
@ 2023-01-16 12:21 ` abdeoliveira
  2023-01-16 12:25 ` abdeoliveira
                   ` (34 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071180141

Comment:
Sure. There will be a learning curve but nothing I couldn't deal with. 

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (7 preceding siblings ...)
  2023-01-16 12:21 ` abdeoliveira
@ 2023-01-16 12:25 ` abdeoliveira
  2023-01-16 12:25 ` abdeoliveira
                   ` (33 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071183759

Comment:
Should I include this conversation l the PRs (to upstream and to borg's)?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (8 preceding siblings ...)
  2023-01-16 12:25 ` abdeoliveira
@ 2023-01-16 12:25 ` abdeoliveira
  2023-01-16 12:26 ` abdeoliveira
                   ` (32 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071183759

Comment:
Should I include this conversation link l the PRs (to upstream and to borg's)?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (9 preceding siblings ...)
  2023-01-16 12:25 ` abdeoliveira
@ 2023-01-16 12:26 ` abdeoliveira
  2023-01-16 12:26 ` abdeoliveira
                   ` (31 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071184382

Comment:
Since I have no technical arguments to support the PRs.


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (10 preceding siblings ...)
  2023-01-16 12:26 ` abdeoliveira
@ 2023-01-16 12:26 ` abdeoliveira
  2023-01-16 12:38 ` abdeoliveira
                   ` (30 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071183759

Comment:
Should I include this conversation link to the PRs (to upstream and to borg's)?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (11 preceding siblings ...)
  2023-01-16 12:26 ` abdeoliveira
@ 2023-01-16 12:38 ` abdeoliveira
  2023-01-16 12:38 ` abdeoliveira
                   ` (29 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071180141

Comment:
Sure. There will be a learning curve but nothing I couldn't deal with. 
Should I include this conversation link to the PRs (to upstream and to borg's)?
Since I have no technical arguments to support the PRs.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (12 preceding siblings ...)
  2023-01-16 12:38 ` abdeoliveira
@ 2023-01-16 12:38 ` abdeoliveira
  2023-01-16 12:38 ` abdeoliveira
                   ` (28 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071183759

Comment:
Should I include this conversation link to the PRs (to upstream and to borg's)?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (13 preceding siblings ...)
  2023-01-16 12:38 ` abdeoliveira
@ 2023-01-16 12:38 ` abdeoliveira
  2023-01-16 12:39 ` abdeoliveira
                   ` (27 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071184382

Comment:
Since I have no technical arguments to support the PRs.


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (14 preceding siblings ...)
  2023-01-16 12:38 ` abdeoliveira
@ 2023-01-16 12:39 ` abdeoliveira
  2023-01-16 14:55 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (26 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 12:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071180141

Comment:
Sure. There will be a learning curve but nothing I couldn't deal with. 
Should I include this conversation link to the PRs (to upstream and to borg's template)?
Since I have no technical arguments to support the PRs.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (15 preceding siblings ...)
  2023-01-16 12:39 ` abdeoliveira
@ 2023-01-16 14:55 ` abdeoliveira
  2023-01-16 14:59 ` [PR REVIEW] " abdeoliveira
                   ` (25 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 14:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 1804 bytes --]

From 4fa1fb9bdd33379013f07a6fad7a586249364d4e Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.9

---
 srcpkgs/vorta/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..3005364f14c0
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,25 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.9
+revision=1
+build_style=python3-module
+#Running pytest as root leads 'test_export_fail_unwritable' to fail.
+#'test_ssh_dialog' fails under xbps-src (either 'xbps-src check' or
+#executing pytest into 'xbps-src chroot' enviroment) and I don't know why. 
+#On the other hand, it passes if pytest(ed) chroot(ed) into 
+#the 20221001_glibc release (either as root or user). May be an issue 
+#specific to xbps-src?
+make_check_args="--deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel python3-pip"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=aba735ff06729271846d44757fae4708cd51c6443337c1916e164c62e1c6d8e5
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (16 preceding siblings ...)
  2023-01-16 14:55 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-16 14:59 ` abdeoliveira
  2023-01-17  1:41 ` abdeoliveira
                   ` (24 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-16 14:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071337818

Comment:
Patch included in this PR.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (17 preceding siblings ...)
  2023-01-16 14:59 ` [PR REVIEW] " abdeoliveira
@ 2023-01-17  1:41 ` abdeoliveira
  2023-01-18 13:47 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (23 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-17  1:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1071180141

Comment:
Sure. There will be a learning curve but nothing I couldn't deal with. 
Should I include this conversation link to the PRs (to upstream and to borg's template)?
Since I have no technical arguments to support the PRs.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (18 preceding siblings ...)
  2023-01-17  1:41 ` abdeoliveira
@ 2023-01-18 13:47 ` abdeoliveira
  2023-01-31 20:44 ` abdeoliveira
                   ` (22 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-18 13:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 3100 bytes --]

From 85ba59d703fceb0acfb985236570289dfee46bd5 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.9

---
 srcpkgs/vorta/patches/pip.patch | 24 ++++++++++++++++++++++++
 srcpkgs/vorta/template          | 22 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/vorta/patches/pip.patch
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/patches/pip.patch b/srcpkgs/vorta/patches/pip.patch
new file mode 100644
index 000000000000..dfaee8ba165f
--- /dev/null
+++ b/srcpkgs/vorta/patches/pip.patch
@@ -0,0 +1,24 @@
+#PIP is not necessary as per this suggestion: 
+#https://github.com/void-linux/void-packages/pull/41672#discussion_r1071176890
+Common subdirectories: vorta-0.8.9/.github and patched.vorta-0.8.9/.github
+Common subdirectories: vorta-0.8.9/.tx and patched.vorta-0.8.9/.tx
+Common subdirectories: vorta-0.8.9/bin and patched.vorta-0.8.9/bin
+Common subdirectories: vorta-0.8.9/flatpak and patched.vorta-0.8.9/flatpak
+Common subdirectories: vorta-0.8.9/package and patched.vorta-0.8.9/package
+Common subdirectories: vorta-0.8.9/requirements.d and patched.vorta-0.8.9/requirements.d
+diff -Np1 vorta-0.8.9/setup.cfg patched.vorta-0.8.9/setup.cfg
+*** vorta-0.8.9/setup.cfg	2022-11-05 15:45:32.000000000 -0300
+--- patched.vorta-0.8.9/setup.cfg	2023-01-16 11:39:14.799455379 -0300
+*************** include_package_data = true
+*** 38,41 ****
+  python_requires = >=3.7
+! setup_requires =
+!   pip >= 10
+  install_requires =
+--- 38,41 ----
+  python_requires = >=3.7
+! #setup_requires =
+! #  pip >= 10
+  install_requires =
+Common subdirectories: vorta-0.8.9/src and patched.vorta-0.8.9/src
+Common subdirectories: vorta-0.8.9/tests and patched.vorta-0.8.9/tests
diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..17f6cedcfaf1
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,22 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.9
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src (both 'check' and 'chroot'). 
+#On the other hand, it passes as chroot into the 20221001_glibc release.
+make_check_args="--deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=aba735ff06729271846d44757fae4708cd51c6443337c1916e164c62e1c6d8e5
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.9
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (19 preceding siblings ...)
  2023-01-18 13:47 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-31 20:44 ` abdeoliveira
  2023-01-31 22:54 ` [PR PATCH] [Updated] New package: vorta-0.8.10 abdeoliveira
                   ` (21 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-31 20:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 2425 bytes --]

From 1ec82f50a564a85fad4a44991f857c1b3ac3fc7a Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.10

---
 srcpkgs/vorta/patches/pip.patch | 15 +++++++++++++++
 srcpkgs/vorta/template          | 22 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/vorta/patches/pip.patch
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/patches/pip.patch b/srcpkgs/vorta/patches/pip.patch
new file mode 100644
index 000000000000..618995cfbfc5
--- /dev/null
+++ b/srcpkgs/vorta/patches/pip.patch
@@ -0,0 +1,15 @@
+#PIP is not necessary as per this suggestion: 
+#https://github.com/void-linux/void-packages/pull/41672#discussion_r1071176890
+*** vorta-0.8.10/setup.cfg	2023-01-22 08:54:46.000000000 -0300
+--- patched.vorta-0.8.10/setup.cfg	2023-01-31 17:39:46.911319269 -0300
+*************** include_package_data = true
+*** 38,41 ****
+  python_requires = >=3.7
+! setup_requires =
+!   pip >= 10
+  install_requires =
+--- 38,41 ----
+  python_requires = >=3.7
+! #setup_requires =
+!   #pip >= 10
+  install_requires =
diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..6f90eab4fbe2
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,22 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.10
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src. 
+#On the other hand, it passes as chroot into ROOTFS 20221001_glibc release.
+make_check_args="--deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock python3-six"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=eb0a4db1e48943e7ca45937b4e4ebab57c0e7b61b378ee58d190fa7f7b31721e
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (20 preceding siblings ...)
  2023-01-31 20:44 ` abdeoliveira
@ 2023-01-31 22:54 ` abdeoliveira
  2023-02-01  1:26 ` abdeoliveira
                   ` (20 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-01-31 22:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 2413 bytes --]

From e2e86ce5a8e75c5de3bf9838fff249628e5c77df Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.10

---
 srcpkgs/vorta/patches/remove-pip-dep.patch | 15 +++++++++++++++
 srcpkgs/vorta/template                     | 21 +++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/vorta/patches/remove-pip-dep.patch
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/patches/remove-pip-dep.patch b/srcpkgs/vorta/patches/remove-pip-dep.patch
new file mode 100644
index 000000000000..618995cfbfc5
--- /dev/null
+++ b/srcpkgs/vorta/patches/remove-pip-dep.patch
@@ -0,0 +1,15 @@
+#PIP is not necessary as per this suggestion: 
+#https://github.com/void-linux/void-packages/pull/41672#discussion_r1071176890
+*** vorta-0.8.10/setup.cfg	2023-01-22 08:54:46.000000000 -0300
+--- patched.vorta-0.8.10/setup.cfg	2023-01-31 17:39:46.911319269 -0300
+*************** include_package_data = true
+*** 38,41 ****
+  python_requires = >=3.7
+! setup_requires =
+!   pip >= 10
+  install_requires =
+--- 38,41 ----
+  python_requires = >=3.7
+! #setup_requires =
+!   #pip >= 10
+  install_requires =
diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..04eaf88d57a7
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,21 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.10
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src. 
+make_check_args="--deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock python3-six"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=eb0a4db1e48943e7ca45937b4e4ebab57c0e7b61b378ee58d190fa7f7b31721e
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (21 preceding siblings ...)
  2023-01-31 22:54 ` [PR PATCH] [Updated] New package: vorta-0.8.10 abdeoliveira
@ 2023-02-01  1:26 ` abdeoliveira
  2023-02-04 15:16 ` abdeoliveira
                   ` (19 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-01  1:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 2417 bytes --]

From a9eb3c09eac98f5dfe06edcd040b271a6999a8b4 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.10

---
 srcpkgs/vorta/patches/remove-pip-dep.patch | 15 +++++++++++++++
 srcpkgs/vorta/template                     | 22 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/vorta/patches/remove-pip-dep.patch
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/patches/remove-pip-dep.patch b/srcpkgs/vorta/patches/remove-pip-dep.patch
new file mode 100644
index 000000000000..618995cfbfc5
--- /dev/null
+++ b/srcpkgs/vorta/patches/remove-pip-dep.patch
@@ -0,0 +1,15 @@
+#PIP is not necessary as per this suggestion: 
+#https://github.com/void-linux/void-packages/pull/41672#discussion_r1071176890
+*** vorta-0.8.10/setup.cfg	2023-01-22 08:54:46.000000000 -0300
+--- patched.vorta-0.8.10/setup.cfg	2023-01-31 17:39:46.911319269 -0300
+*************** include_package_data = true
+*** 38,41 ****
+  python_requires = >=3.7
+! setup_requires =
+!   pip >= 10
+  install_requires =
+--- 38,41 ----
+  python_requires = >=3.7
+! #setup_requires =
+!   #pip >= 10
+  install_requires =
diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..103d1ad90feb
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,22 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.10
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src. 
+make_check_args="
+ --deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock python3-six"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=eb0a4db1e48943e7ca45937b4e4ebab57c0e7b61b378ee58d190fa7f7b31721e
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (22 preceding siblings ...)
  2023-02-01  1:26 ` abdeoliveira
@ 2023-02-04 15:16 ` abdeoliveira
  2023-02-04 15:16 ` abdeoliveira
                   ` (18 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 15:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#issuecomment-1416779301

Comment:
pip remove upstream as per @paper42 suggestion.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (23 preceding siblings ...)
  2023-02-04 15:16 ` abdeoliveira
@ 2023-02-04 15:16 ` abdeoliveira
  2023-02-04 15:16 ` abdeoliveira
                   ` (17 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 15:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#issuecomment-1416779301

Comment:
pip remove dupstream as per @paper42 suggestion.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (24 preceding siblings ...)
  2023-02-04 15:16 ` abdeoliveira
@ 2023-02-04 15:16 ` abdeoliveira
  2023-02-04 15:19 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (16 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 15:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#issuecomment-1416779301

Comment:
pip removed upstream as per @paper42 suggestion.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (25 preceding siblings ...)
  2023-02-04 15:16 ` abdeoliveira
@ 2023-02-04 15:19 ` abdeoliveira
  2023-02-04 17:04 ` abdeoliveira
                   ` (15 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 15:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 1522 bytes --]

From 2fea352779b82a3d0ebaf2bd338e2722216e12dd Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.10

---
 srcpkgs/vorta/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..103d1ad90feb
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,22 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.10
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src. 
+make_check_args="
+ --deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock python3-six"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=eb0a4db1e48943e7ca45937b4e4ebab57c0e7b61b378ee58d190fa7f7b31721e
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (26 preceding siblings ...)
  2023-02-04 15:19 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-04 17:04 ` abdeoliveira
  2023-02-04 17:46 ` [PR REVIEW] " paper42
                   ` (14 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 17:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 2417 bytes --]

From 27c4c1e11c866d7f084b681ff586c93314f6cfbc Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.10

---
 srcpkgs/vorta/patches/remove-pip-dep.patch | 15 +++++++++++++++
 srcpkgs/vorta/template                     | 22 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/vorta/patches/remove-pip-dep.patch
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/patches/remove-pip-dep.patch b/srcpkgs/vorta/patches/remove-pip-dep.patch
new file mode 100644
index 000000000000..618995cfbfc5
--- /dev/null
+++ b/srcpkgs/vorta/patches/remove-pip-dep.patch
@@ -0,0 +1,15 @@
+#PIP is not necessary as per this suggestion: 
+#https://github.com/void-linux/void-packages/pull/41672#discussion_r1071176890
+*** vorta-0.8.10/setup.cfg	2023-01-22 08:54:46.000000000 -0300
+--- patched.vorta-0.8.10/setup.cfg	2023-01-31 17:39:46.911319269 -0300
+*************** include_package_data = true
+*** 38,41 ****
+  python_requires = >=3.7
+! setup_requires =
+!   pip >= 10
+  install_requires =
+--- 38,41 ----
+  python_requires = >=3.7
+! #setup_requires =
+!   #pip >= 10
+  install_requires =
diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..103d1ad90feb
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,22 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.10
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src. 
+make_check_args="
+ --deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock python3-six"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=eb0a4db1e48943e7ca45937b4e4ebab57c0e7b61b378ee58d190fa7f7b31721e
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (27 preceding siblings ...)
  2023-02-04 17:04 ` abdeoliveira
@ 2023-02-04 17:46 ` paper42
  2023-02-04 17:46 ` paper42
                   ` (13 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: paper42 @ 2023-02-04 17:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096565976

Comment:
please import https://github.com/borgbase/vorta/commit/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch instead

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (28 preceding siblings ...)
  2023-02-04 17:46 ` [PR REVIEW] " paper42
@ 2023-02-04 17:46 ` paper42
  2023-02-04 18:13 ` abdeoliveira
                   ` (12 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: paper42 @ 2023-02-04 17:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096565997

Comment:
why is six required here?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (29 preceding siblings ...)
  2023-02-04 17:46 ` paper42
@ 2023-02-04 18:13 ` abdeoliveira
  2023-02-04 18:14 ` abdeoliveira
                   ` (11 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 18:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096569094

Comment:
Checking fails complaining the missing module `six`. My guess is that older versions of `paramiko` depended on `six`which is no longer true.  These are the latest error lines :

```
rom paramiko.pkey import PKey
/usr/lib/python3.11/site-packages/paramiko/pkey.py:30: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
```


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (30 preceding siblings ...)
  2023-02-04 18:13 ` abdeoliveira
@ 2023-02-04 18:14 ` abdeoliveira
  2023-02-04 18:21 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (10 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 18:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096569094

Comment:
Checking fails complaining the missing module `six`. My guess is that older versions of `paramiko` depended on `six`which is no longer true.  These are the latest error lines :

```
from paramiko.pkey import PKey
/usr/lib/python3.11/site-packages/paramiko/pkey.py:30: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
```


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (31 preceding siblings ...)
  2023-02-04 18:14 ` abdeoliveira
@ 2023-02-04 18:21 ` abdeoliveira
  2023-02-04 18:21 ` [PR REVIEW] " abdeoliveira
                   ` (9 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 18:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 2877 bytes --]

From 17e2ca4e4c1ae46ec62346a20fd9c0a86ef51b35 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.10

---
 ...3544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch | 33 +++++++++++++++++++
 srcpkgs/vorta/template                        | 22 +++++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch b/srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch
new file mode 100644
index 000000000000..8371279f365c
--- /dev/null
+++ b/srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch
@@ -0,0 +1,33 @@
+From 78863544ae532d4c1f8e1ac1319fc613c3cbd9ea Mon Sep 17 00:00:00 2001
+From: Alan Barros de Oliveira <jepridaz@gmail.com>
+Date: Sat, 4 Feb 2023 11:43:21 -0300
+Subject: [PATCH] Remove pip install dependency. By @abdeoliveira (#1578)
+
+---
+ requirements.d/dev.txt | 2 +-
+ setup.cfg              | 2 --
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/requirements.d/dev.txt b/requirements.d/dev.txt
+index fdf3de57a..84fbd849a 100644
+--- a/requirements.d/dev.txt
++++ b/requirements.d/dev.txt
+@@ -1,4 +1,4 @@
+-black
++black<23.0
+ coverage
+ flake8
+ isort
+diff --git a/setup.cfg b/setup.cfg
+index cf8279941..f5a5036b7 100644
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -36,8 +36,6 @@ package_dir =
+     =src
+ include_package_data = true
+ python_requires = >=3.7
+-setup_requires =
+-  pip >= 10
+ install_requires =
+   appdirs
+   paramiko
diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..103d1ad90feb
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,22 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.10
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src. 
+make_check_args="
+ --deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock python3-six"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=eb0a4db1e48943e7ca45937b4e4ebab57c0e7b61b378ee58d190fa7f7b31721e
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (32 preceding siblings ...)
  2023-02-04 18:21 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-04 18:21 ` abdeoliveira
  2023-02-04 18:26 ` paper42
                   ` (8 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 18:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096569846

Comment:
OK.


^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (33 preceding siblings ...)
  2023-02-04 18:21 ` [PR REVIEW] " abdeoliveira
@ 2023-02-04 18:26 ` paper42
  2023-02-04 20:10 ` abdeoliveira
                   ` (7 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: paper42 @ 2023-02-04 18:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096570406

Comment:
Then six should be added to paramiko's dependencies, this is clearly not a dependency of vorta.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (34 preceding siblings ...)
  2023-02-04 18:26 ` paper42
@ 2023-02-04 20:10 ` abdeoliveira
  2023-02-04 21:24 ` paper42
                   ` (6 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-04 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096581000

Comment:
I suspect this is the offending PR: https://github.com/void-linux/void-packages/commit/136c139205cc564b00441f00a2734d2533f54469

What should I do? Open a PR to include six back?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (35 preceding siblings ...)
  2023-02-04 20:10 ` abdeoliveira
@ 2023-02-04 21:24 ` paper42
  2023-02-05  4:28 ` abdeoliveira
                   ` (5 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: paper42 @ 2023-02-04 21:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096588023

Comment:
That commit is correct, but it removed six from paramiko's dependency tree. It should have always been an explicit dependency. Could you open a PR to add six to paramiko's dependencies?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (36 preceding siblings ...)
  2023-02-04 21:24 ` paper42
@ 2023-02-05  4:28 ` abdeoliveira
  2023-02-05  4:29 ` abdeoliveira
                   ` (4 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-05  4:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096581000

Comment:
I suspect this is the offending commit: https://github.com/void-linux/void-packages/commit/136c139205cc564b00441f00a2734d2533f54469

What should I do? Open a PR to include six back?

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (37 preceding siblings ...)
  2023-02-05  4:28 ` abdeoliveira
@ 2023-02-05  4:29 ` abdeoliveira
  2023-02-05  4:31 ` abdeoliveira
                   ` (3 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-05  4:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096621489

Comment:
Just opened a PR: https://github.com/void-linux/void-packages/pull/42085.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR REVIEW] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (38 preceding siblings ...)
  2023-02-05  4:29 ` abdeoliveira
@ 2023-02-05  4:31 ` abdeoliveira
  2023-02-05 16:09 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (2 subsequent siblings)
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-05  4:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#discussion_r1096621489

Comment:
Just opened the PR https://github.com/void-linux/void-packages/pull/42085.

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Updated] New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (39 preceding siblings ...)
  2023-02-05  4:31 ` abdeoliveira
@ 2023-02-05 16:09 ` abdeoliveira
  2023-02-05 16:12 ` abdeoliveira
  2023-03-11 12:45 ` [PR PATCH] [Closed]: " abdeoliveira
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-05 16:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

There is an updated pull request by abdeoliveira against master on the void-packages repository

https://github.com/abdeoliveira/void-packages new/vorta
https://github.com/void-linux/void-packages/pull/41672

New package: vorta-0.8.10
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


A patch file from https://github.com/void-linux/void-packages/pull/41672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/vorta-41672.patch --]
[-- Type: text/x-diff, Size: 2865 bytes --]

From 25e8d80d14aaea4272617b023226e645bf4f1a35 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Fri, 13 Jan 2023 10:39:57 -0300
Subject: [PATCH] New package: vorta-0.8.10

---
 ...3544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch | 33 +++++++++++++++++++
 srcpkgs/vorta/template                        | 22 +++++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch
 create mode 100644 srcpkgs/vorta/template

diff --git a/srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch b/srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch
new file mode 100644
index 000000000000..8371279f365c
--- /dev/null
+++ b/srcpkgs/vorta/patches/78863544ae532d4c1f8e1ac1319fc613c3cbd9ea.patch
@@ -0,0 +1,33 @@
+From 78863544ae532d4c1f8e1ac1319fc613c3cbd9ea Mon Sep 17 00:00:00 2001
+From: Alan Barros de Oliveira <jepridaz@gmail.com>
+Date: Sat, 4 Feb 2023 11:43:21 -0300
+Subject: [PATCH] Remove pip install dependency. By @abdeoliveira (#1578)
+
+---
+ requirements.d/dev.txt | 2 +-
+ setup.cfg              | 2 --
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/requirements.d/dev.txt b/requirements.d/dev.txt
+index fdf3de57a..84fbd849a 100644
+--- a/requirements.d/dev.txt
++++ b/requirements.d/dev.txt
+@@ -1,4 +1,4 @@
+-black
++black<23.0
+ coverage
+ flake8
+ isort
+diff --git a/setup.cfg b/setup.cfg
+index cf8279941..f5a5036b7 100644
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -36,8 +36,6 @@ package_dir =
+     =src
+ include_package_data = true
+ python_requires = >=3.7
+-setup_requires =
+-  pip >= 10
+ install_requires =
+   appdirs
+   paramiko
diff --git a/srcpkgs/vorta/template b/srcpkgs/vorta/template
new file mode 100644
index 000000000000..3dc4fd4b5f01
--- /dev/null
+++ b/srcpkgs/vorta/template
@@ -0,0 +1,22 @@
+# Template file for 'vorta'
+pkgname=vorta
+version=0.8.10
+revision=1
+build_style=python3-module
+#'test_export_fail_unwritable' fails as root.
+#'test_ssh_dialog' fails under xbps-src. 
+make_check_args="
+ --deselect=tests/test_import_export.py::test_export_fail_unwritable
+ --deselect=tests/test_repo.py::test_ssh_dialog"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="borg python3-peewee python3-appdirs python3-paramiko
+ python3-SecretStorage python3-psutil python3-PyQt5"
+checkdepends="${depends} dbus python3-pytest python3-pytest-qt
+ python3-pytest-mock"
+short_desc="GUI for Borg Backup"
+maintainer="Alan Barros de Oliveira <alanbarros@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/borgbase/vorta"
+distfiles="https://github.com/borgbase/vorta/archive/refs/tags/v${version}.tar.gz"
+checksum=eb0a4db1e48943e7ca45937b4e4ebab57c0e7b61b378ee58d190fa7f7b31721e
+make_check_pre="dbus-run-session" # needed to PASS test_notifications.py

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (40 preceding siblings ...)
  2023-02-05 16:09 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-02-05 16:12 ` abdeoliveira
  2023-03-11 12:45 ` [PR PATCH] [Closed]: " abdeoliveira
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-02-05 16:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41672#issuecomment-1418097952

Comment:
Removed `python3-six` from `checkdepends`

^ permalink raw reply	[flat|nested] 44+ messages in thread

* Re: [PR PATCH] [Closed]: New package: vorta-0.8.10
  2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
                   ` (41 preceding siblings ...)
  2023-02-05 16:12 ` abdeoliveira
@ 2023-03-11 12:45 ` abdeoliveira
  42 siblings, 0 replies; 44+ messages in thread
From: abdeoliveira @ 2023-03-11 12:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]

There's a closed pull request on the void-packages repository

New package: vorta-0.8.10
https://github.com/void-linux/void-packages/pull/41672

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes #40213 


^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2023-03-11 12:45 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16  2:40 [PR PATCH] New package: vorta-0.8.9 abdeoliveira
2023-01-16  2:44 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-16  2:49 ` abdeoliveira
2023-01-16  5:36 ` [PR REVIEW] " paper42
2023-01-16 12:04 ` abdeoliveira
2023-01-16 12:04 ` abdeoliveira
2023-01-16 12:05 ` abdeoliveira
2023-01-16 12:17 ` paper42
2023-01-16 12:21 ` abdeoliveira
2023-01-16 12:25 ` abdeoliveira
2023-01-16 12:25 ` abdeoliveira
2023-01-16 12:26 ` abdeoliveira
2023-01-16 12:26 ` abdeoliveira
2023-01-16 12:38 ` abdeoliveira
2023-01-16 12:38 ` abdeoliveira
2023-01-16 12:38 ` abdeoliveira
2023-01-16 12:39 ` abdeoliveira
2023-01-16 14:55 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-16 14:59 ` [PR REVIEW] " abdeoliveira
2023-01-17  1:41 ` abdeoliveira
2023-01-18 13:47 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-31 20:44 ` abdeoliveira
2023-01-31 22:54 ` [PR PATCH] [Updated] New package: vorta-0.8.10 abdeoliveira
2023-02-01  1:26 ` abdeoliveira
2023-02-04 15:16 ` abdeoliveira
2023-02-04 15:16 ` abdeoliveira
2023-02-04 15:16 ` abdeoliveira
2023-02-04 15:19 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-04 17:04 ` abdeoliveira
2023-02-04 17:46 ` [PR REVIEW] " paper42
2023-02-04 17:46 ` paper42
2023-02-04 18:13 ` abdeoliveira
2023-02-04 18:14 ` abdeoliveira
2023-02-04 18:21 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-04 18:21 ` [PR REVIEW] " abdeoliveira
2023-02-04 18:26 ` paper42
2023-02-04 20:10 ` abdeoliveira
2023-02-04 21:24 ` paper42
2023-02-05  4:28 ` abdeoliveira
2023-02-05  4:29 ` abdeoliveira
2023-02-05  4:31 ` abdeoliveira
2023-02-05 16:09 ` [PR PATCH] [Updated] " abdeoliveira
2023-02-05 16:12 ` abdeoliveira
2023-03-11 12:45 ` [PR PATCH] [Closed]: " abdeoliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).