Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pykwalify: update to 1.8.0.
@ 2021-02-24  7:58 Goorzhel
  2021-02-24  8:49 ` Goorzhel
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-24  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages python3-pykwalify
https://github.com/void-linux/void-packages/pull/29020

python3-pykwalify: update to 1.8.0.


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

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

From a3735654a5b3604544373aed9be3e5d815bc4f9e Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 23 Feb 2021 23:52:31 -0800
Subject: [PATCH] python3-pykwalify: update to 1.8.0.

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

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 232243a560a..0cce84f3a0f 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
-version=1.7.0
-revision=4
+version=1.8.0
+revision=1
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
+depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/Grokzen/pykwalify/"
 distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
-checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
+checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
@ 2021-02-24  8:49 ` Goorzhel
  2021-02-24  8:50 ` [PR PATCH] [Updated] " Goorzhel
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-24  8:49 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-784913239

Comment:
Specifically, I'm using this for `borgmatic`, and it seems to work fine so far.

Notable parts from [the changelog](https://github.com/Grokzen/pykwalify/releases/tag/1.8.0): 
- Python 3.5 and below (incl. 2.7) obsoleted
- ruamel.yaml supplants PyYAML as the default parser

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

* Re: [PR PATCH] [Updated] python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
  2021-02-24  8:49 ` Goorzhel
@ 2021-02-24  8:50 ` Goorzhel
  2021-02-24  8:57 ` Goorzhel
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-24  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages python3-pykwalify
https://github.com/void-linux/void-packages/pull/29020

python3-pykwalify: update to 1.8.0.
#### Have the results of the proposed changes been tested?
- [X] I generally don't use the affected packages but briefly tested this PR

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

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

From ccfe7416d95fff888811b8991ff71ecd823bd41e Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 23 Feb 2021 23:52:31 -0800
Subject: [PATCH] python3-pykwalify: update to 1.8.0.

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

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 232243a560a..0cce84f3a0f 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
-version=1.7.0
-revision=4
+version=1.8.0
+revision=1
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
+depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/Grokzen/pykwalify/"
 distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
-checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
+checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
  2021-02-24  8:49 ` Goorzhel
  2021-02-24  8:50 ` [PR PATCH] [Updated] " Goorzhel
@ 2021-02-24  8:57 ` Goorzhel
  2021-02-24 14:31 ` ericonr
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-24  8:57 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-784917705

Comment:
PRs on 86 archs failing with:
```
/usr/bin/python3: No module named pip
error: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpm8_s91ez', '--quiet', 'python-dateutil>=2.8.0']' returned non-zero exit status 1.
```
Consider me stumped. I'll have time later this week to dig into this, though.

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (2 preceding siblings ...)
  2021-02-24  8:57 ` Goorzhel
@ 2021-02-24 14:31 ` ericonr
  2021-02-24 14:32 ` ericonr
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-24 14:31 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-785115810

Comment:
It's runnning tests but can't find the dependencies. Just try adding `checkdepends="$depends"`

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (3 preceding siblings ...)
  2021-02-24 14:31 ` ericonr
@ 2021-02-24 14:32 ` ericonr
  2021-02-25  3:13 ` [PR PATCH] [Updated] " Goorzhel
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-24 14:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-785115810

Comment:
It's runnning tests but can't find the dependencies. Just try adding `checkdepends="$depends python3-pytest"`

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

* Re: [PR PATCH] [Updated] python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (4 preceding siblings ...)
  2021-02-24 14:32 ` ericonr
@ 2021-02-25  3:13 ` Goorzhel
  2021-02-25  3:34 ` Goorzhel
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-25  3:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages python3-pykwalify
https://github.com/void-linux/void-packages/pull/29020

python3-pykwalify: update to 1.8.0.
#### Have the results of the proposed changes been tested?
- [X] I generally don't use the affected packages but briefly tested this PR

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

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

From ccfe7416d95fff888811b8991ff71ecd823bd41e Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 23 Feb 2021 23:52:31 -0800
Subject: [PATCH 1/2] python3-pykwalify: update to 1.8.0.

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

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 232243a560a..0cce84f3a0f 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
-version=1.7.0
-revision=4
+version=1.8.0
+revision=1
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
+depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/Grokzen/pykwalify/"
 distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
-checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
+checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
 
 post_install() {
 	vlicense LICENSE

From ae00b3098643020139c9cc385c94d6fdc969d59b Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Wed, 24 Feb 2021 19:13:01 -0800
Subject: [PATCH 2/2] python3-pykwalify: add checkdepends

---
 srcpkgs/python3-pykwalify/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 0cce84f3a0f..c53d82aa880 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -6,6 +6,7 @@ wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
+checkdepends="$depends python3-pytest"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (5 preceding siblings ...)
  2021-02-25  3:13 ` [PR PATCH] [Updated] " Goorzhel
@ 2021-02-25  3:34 ` Goorzhel
  2021-02-25  3:50 ` Goorzhel
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-25  3:34 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-785551707

Comment:
```
ImportError while importing test module '/builddir/pykwalify-1.8.0/tests/test_core.py'.
<...>
tests/test_core.py:16: in <module>
    from testfixtures import compare
ModuleNotFoundError: No module named 'testfixtures'
```

I can dispel that with 
```
diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index c53d82aa88..2c2fabe2e8 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -9 +9 @@ depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
-checkdepends="$depends python3-pytest"
+checkdepends="$depends python3-pytest python3-pip"
@@ -16,0 +17,4 @@ checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
+pre_check() {
+       pip install testfixtures
+}
+
```
but a better bet would be to package `python3-testfixtures` for Void as well.

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (6 preceding siblings ...)
  2021-02-25  3:34 ` Goorzhel
@ 2021-02-25  3:50 ` Goorzhel
  2021-02-25  6:01 ` Goorzhel
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-25  3:50 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-785551707

Comment:
```
ImportError while importing test module '/builddir/pykwalify-1.8.0/tests/test_core.py'.
<...>
tests/test_core.py:16: in <module>
    from testfixtures import compare
ModuleNotFoundError: No module named 'testfixtures'
```

I can dispel that with 
```
diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index c53d82aa88..2c2fabe2e8 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -9 +9 @@ depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
-checkdepends="$depends python3-pytest"
+checkdepends="$depends python3-pytest python3-pip"
@@ -16,0 +17,4 @@ checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
+pre_check() {
+       pip install testfixtures
+}
+
```
but a better bet would be for me to package `python3-testfixtures` for Void as well.

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (7 preceding siblings ...)
  2021-02-25  3:50 ` Goorzhel
@ 2021-02-25  6:01 ` Goorzhel
  2021-02-25  6:01 ` Goorzhel
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-25  6:01 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-785636814

Comment:
To package _that_ I'd need to package `sybil` and `pytest-django` as well. It's packages all the way down. Are there ways I can get unstuck that are less dirty than the `pip install` fix above, @ericonr?

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (8 preceding siblings ...)
  2021-02-25  6:01 ` Goorzhel
@ 2021-02-25  6:01 ` Goorzhel
  2021-02-25 14:57 ` ericonr
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-25  6:01 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-785636814

Comment:
To package _that_ I'd need to package `sybil` and `pytest-django` as well for `do_check` to pass. It's packages all the way down. Are there ways I can get unstuck that are less dirty than the `pip install` fix above, @ericonr?

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

* Re: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (9 preceding siblings ...)
  2021-02-25  6:01 ` Goorzhel
@ 2021-02-25 14:57 ` ericonr
  2021-02-27  2:16 ` [PR PATCH] [Updated] " Goorzhel
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-25 14:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29020#issuecomment-785962723

Comment:
Add

```
# requires python3-testfixtures, not packaged in void
make_check=no
```

to the template, then it won't run tests. It's unfortunate, but better than to package all that.

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

* Re: [PR PATCH] [Updated] python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (10 preceding siblings ...)
  2021-02-25 14:57 ` ericonr
@ 2021-02-27  2:16 ` Goorzhel
  2021-02-27  2:22 ` Goorzhel
  2021-03-08  3:51 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-27  2:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages python3-pykwalify
https://github.com/void-linux/void-packages/pull/29020

python3-pykwalify: update to 1.8.0.
#### Have the results of the proposed changes been tested?
- [X] I generally don't use the affected packages but briefly tested this PR

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

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

From ccfe7416d95fff888811b8991ff71ecd823bd41e Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 23 Feb 2021 23:52:31 -0800
Subject: [PATCH 1/3] python3-pykwalify: update to 1.8.0.

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

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 232243a560a..0cce84f3a0f 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
-version=1.7.0
-revision=4
+version=1.8.0
+revision=1
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
+depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/Grokzen/pykwalify/"
 distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
-checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
+checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
 
 post_install() {
 	vlicense LICENSE

From ae00b3098643020139c9cc385c94d6fdc969d59b Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Wed, 24 Feb 2021 19:13:01 -0800
Subject: [PATCH 2/3] python3-pykwalify: add checkdepends

---
 srcpkgs/python3-pykwalify/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 0cce84f3a0f..c53d82aa880 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -6,6 +6,7 @@ wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
+checkdepends="$depends python3-pytest"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 4cde6dc318b69176668d951f529fc1b69b60a338 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Fri, 26 Feb 2021 18:15:55 -0800
Subject: [PATCH 3/3] python3-pykwalify: ignore check

---
 srcpkgs/python3-pykwalify/template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index c53d82aa880..ba626fa6cf3 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -14,6 +14,9 @@ homepage="https://github.com/Grokzen/pykwalify/"
 distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
 checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
 
+# requires python3-testfixtures, not packaged in void
+make_check=no
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (11 preceding siblings ...)
  2021-02-27  2:16 ` [PR PATCH] [Updated] " Goorzhel
@ 2021-02-27  2:22 ` Goorzhel
  2021-03-08  3:51 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: Goorzhel @ 2021-02-27  2:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages python3-pykwalify
https://github.com/void-linux/void-packages/pull/29020

python3-pykwalify: update to 1.8.0.
#### Have the results of the proposed changes been tested?
- [X] I generally don't use the affected packages but briefly tested this PR

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

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

From cedf030d6a1a92bfe4006d6a52d400aba4a1b26d Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 23 Feb 2021 23:52:31 -0800
Subject: [PATCH] python3-pykwalify: update to 1.8.0.

---
 srcpkgs/python3-pykwalify/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 232243a560a..04447f04529 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,17 +1,20 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
-version=1.7.0
-revision=4
+version=1.8.0
+revision=1
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
+depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/Grokzen/pykwalify/"
 distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
-checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
+checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
+
+# requires python3-testfixtures, not packaged in void
+make_check=no
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-pykwalify: update to 1.8.0.
  2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
                   ` (12 preceding siblings ...)
  2021-02-27  2:22 ` Goorzhel
@ 2021-03-08  3:51 ` ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-03-08  3:51 UTC (permalink / raw)
  To: ml

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

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

python3-pykwalify: update to 1.8.0.
https://github.com/void-linux/void-packages/pull/29020

Description:
#### Have the results of the proposed changes been tested?
- [X] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-03-08  3:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  7:58 [PR PATCH] python3-pykwalify: update to 1.8.0 Goorzhel
2021-02-24  8:49 ` Goorzhel
2021-02-24  8:50 ` [PR PATCH] [Updated] " Goorzhel
2021-02-24  8:57 ` Goorzhel
2021-02-24 14:31 ` ericonr
2021-02-24 14:32 ` ericonr
2021-02-25  3:13 ` [PR PATCH] [Updated] " Goorzhel
2021-02-25  3:34 ` Goorzhel
2021-02-25  3:50 ` Goorzhel
2021-02-25  6:01 ` Goorzhel
2021-02-25  6:01 ` Goorzhel
2021-02-25 14:57 ` ericonr
2021-02-27  2:16 ` [PR PATCH] [Updated] " Goorzhel
2021-02-27  2:22 ` Goorzhel
2021-03-08  3:51 ` [PR PATCH] [Merged]: " ericonr

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