Github messages for voidlinux
 help / color / mirror / Atom feed
From: abdeoliveira <abdeoliveira@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: vorta-0.8.10
Date: Sat, 04 Feb 2023 19:21:44 +0100	[thread overview]
Message-ID: <20230204182144.xyhOg0iD6mk4Vbs9A4E-A-dcOk5FJOXhusZaZwwdDLI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41672@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2023-02-04 18:21 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` abdeoliveira [this message]
2023-02-04 18:21 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230204182144.xyhOg0iD6mk4Vbs9A4E-A-dcOk5FJOXhusZaZwwdDLI@z \
    --to=abdeoliveira@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).