Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] borgmatic: update to 1.5.8, orphan
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23333@inbox.vuxu.org>
@ 2020-07-10  5:32 ` renatoaguiar
  2020-07-17 22:07 ` Chocimier
  2020-07-17 22:07 ` Chocimier
  2 siblings, 0 replies; 3+ messages in thread
From: renatoaguiar @ 2020-07-10  5:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/renatoaguiar/void-packages borgmatic
https://github.com/void-linux/void-packages/pull/23333

borgmatic: update to 1.5.8, orphan


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

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

From 2a9ec30cceb3fce2d655234d1ae086369da696bc Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 30 Jun 2020 16:50:14 -0700
Subject: [PATCH] borgmatic: update to 1.5.8, orphan

---
 srcpkgs/borgmatic/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 871bdbd769e..b072275c61a 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,7 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
-version=1.5.6
-revision=2
+version=1.5.8
+revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,11 +10,11 @@ depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
 checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
  python3-pykwalify"
 short_desc="Wrapper script for the Borg backup software"
-maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://torsion.org/borgmatic/"
 distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
-checksum=706d44c1e0488c0495ca50aad1fd6500036b884188b6b5b6bca186c590e54bfe
+checksum=707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65
 
 do_check() {
 	# The tests use the NEWS file to get version and checks against

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

* Re: [PR PATCH] [Updated] borgmatic: update to 1.5.8, orphan
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23333@inbox.vuxu.org>
  2020-07-10  5:32 ` [PR PATCH] [Updated] borgmatic: update to 1.5.8, orphan renatoaguiar
  2020-07-17 22:07 ` Chocimier
@ 2020-07-17 22:07 ` Chocimier
  2 siblings, 0 replies; 3+ messages in thread
From: Chocimier @ 2020-07-17 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/renatoaguiar/void-packages borgmatic
https://github.com/void-linux/void-packages/pull/23333

borgmatic: update to 1.5.8, orphan


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

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

From 72812988428522e59d9b6210d3cb66fc83240a6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Fri, 17 Jul 2020 23:41:42 +0200
Subject: [PATCH 1/2] New package: python3-pytest-cov-2.10.0

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

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
new file mode 100644
index 00000000000..3d4d7435e44
--- /dev/null
+++ b/srcpkgs/python3-pytest-cov/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-pytest-cov'
+pkgname=python3-pytest-cov
+version=2.10.0
+revision=1
+archs=noarch
+wrksrc="pytest-cov-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-pytest python3-coverage"
+checkdepends="$depends python3-toml python3-py python3-pluggy python3-packaging
+ python3-more-itertools python3-attrs python3-six python3-parsing"
+short_desc="Pytest plugin for measuring coverage"
+maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+license="MIT"
+homepage="https://pytest-cov.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/pytest-dev/pytest-cov/master/CHANGELOG.rst"
+distfiles="${PYPI_SITE}/p/pytest-cov/pytest-cov-${version}.tar.gz"
+checksum=1a629dc9f48e53512fcbfda6b07de490c374b0c83c55ff7a1720b3fccff0ac87
+
+post_install() {
+	vlicense LICENSE
+}

From 7d4c46de3e55766aadc1f3dd450586abd5d94aca Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 30 Jun 2020 16:50:14 -0700
Subject: [PATCH 2/2] borgmatic: update to 1.5.8, orphan

---
 srcpkgs/borgmatic/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 871bdbd769e..9ca5df9724f 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,25 +1,23 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
-version=1.5.6
-revision=2
+version=1.5.8
+revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
  python3-colorama python3-requests"
-checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
- python3-pykwalify"
+checkdepends="${depends} python3-pytest-cov python3-flexmock"
 short_desc="Wrapper script for the Borg backup software"
-maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://torsion.org/borgmatic/"
 distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
-checksum=706d44c1e0488c0495ca50aad1fd6500036b884188b6b5b6bca186c590e54bfe
+checksum=707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65
 
 do_check() {
-	# The tests use the NEWS file to get version and checks against
-	# setup.py's version, see: tests/integration/test_version.py
-	echo ${version} > ${wrksrc}/NEWS
+	# runs not yet installed self
+	rm tests/integration/commands/test_borgmatic.py
 	python3 -m pytest
 }
 

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

* Re: [PR PATCH] [Updated] borgmatic: update to 1.5.8, orphan
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23333@inbox.vuxu.org>
  2020-07-10  5:32 ` [PR PATCH] [Updated] borgmatic: update to 1.5.8, orphan renatoaguiar
@ 2020-07-17 22:07 ` Chocimier
  2020-07-17 22:07 ` Chocimier
  2 siblings, 0 replies; 3+ messages in thread
From: Chocimier @ 2020-07-17 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/renatoaguiar/void-packages borgmatic
https://github.com/void-linux/void-packages/pull/23333

borgmatic: update to 1.5.8, orphan


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

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

From 2aa1de5c8aabd23f1d37beb2593b0ec849274e3f Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 30 Jun 2020 16:50:14 -0700
Subject: [PATCH] borgmatic: update to 1.5.8, orphan

---
 srcpkgs/borgmatic/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 871bdbd769e..b072275c61a 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,7 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
-version=1.5.6
-revision=2
+version=1.5.8
+revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,11 +10,11 @@ depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
 checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
  python3-pykwalify"
 short_desc="Wrapper script for the Borg backup software"
-maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://torsion.org/borgmatic/"
 distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
-checksum=706d44c1e0488c0495ca50aad1fd6500036b884188b6b5b6bca186c590e54bfe
+checksum=707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65
 
 do_check() {
 	# The tests use the NEWS file to get version and checks against

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

end of thread, other threads:[~2020-07-17 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23333@inbox.vuxu.org>
2020-07-10  5:32 ` [PR PATCH] [Updated] borgmatic: update to 1.5.8, orphan renatoaguiar
2020-07-17 22:07 ` Chocimier
2020-07-17 22:07 ` Chocimier

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).