Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-tomli: fix tests
@ 2023-09-21  7:07 paper42
  2023-09-21  8:46 ` [PR PATCH] [Updated] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: paper42 @ 2023-09-21  7:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages tomli-tests
https://github.com/void-linux/void-packages/pull/46169

python3-tomli: fix tests
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @ahesford 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- 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/46169.patch is attached

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

From 9f5227e341531fecb8ae07d1b985adbb3a4fe369 Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Thu, 21 Sep 2023 08:27:58 +0200
Subject: [PATCH] python3-tomli: fix tests

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

diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template
index ec26197b0a629..0ef0ac8140644 100644
--- a/srcpkgs/python3-tomli/template
+++ b/srcpkgs/python3-tomli/template
@@ -5,14 +5,13 @@ revision=3
 build_style=python3-pep517
 hostmakedepends="python3-flit_core"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Little TOML parser for Python"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="MIT"
-homepage="https://github.com/hukkin/tomli"
-distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz"
+homepage="https://github.com/hukkin/tomlifailedtests "
+distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz"
 checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
-# Archive includes no tests
-make_check=no
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-tomli: fix tests
  2023-09-21  7:07 [PR PATCH] python3-tomli: fix tests paper42
@ 2023-09-21  8:46 ` paper42
  2023-09-21 10:43 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-09-21  8:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages tomli-tests
https://github.com/void-linux/void-packages/pull/46169

python3-tomli: fix tests
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @ahesford 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- 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/46169.patch is attached

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

From 09f5ef2a5dbd82e57819625615844db96f35940b Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Thu, 21 Sep 2023 08:27:58 +0200
Subject: [PATCH] python3-tomli: fix tests

---
 srcpkgs/python3-tomli/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template
index ec26197b0a629..3847d40b9daa0 100644
--- a/srcpkgs/python3-tomli/template
+++ b/srcpkgs/python3-tomli/template
@@ -5,14 +5,13 @@ revision=3
 build_style=python3-pep517
 hostmakedepends="python3-flit_core"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Little TOML parser for Python"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="MIT"
-homepage="https://github.com/hukkin/tomli"
-distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz"
-checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
-# Archive includes no tests
-make_check=no
+homepage="https://github.com/hukkin/tomlifailedtests "
+distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz"
+checksum=ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-tomli: fix tests
  2023-09-21  7:07 [PR PATCH] python3-tomli: fix tests paper42
  2023-09-21  8:46 ` [PR PATCH] [Updated] " paper42
@ 2023-09-21 10:43 ` ahesford
  2023-09-21 16:05 ` [PR PATCH] [Updated] " paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-09-21 10:43 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46169#discussion_r1332857713

Comment:
This looks like an accidental paste.

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

* Re: [PR PATCH] [Updated] python3-tomli: fix tests
  2023-09-21  7:07 [PR PATCH] python3-tomli: fix tests paper42
  2023-09-21  8:46 ` [PR PATCH] [Updated] " paper42
  2023-09-21 10:43 ` [PR REVIEW] " ahesford
@ 2023-09-21 16:05 ` paper42
  2023-09-21 16:05 ` [PR REVIEW] " paper42
  2023-09-21 16:55 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-09-21 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages tomli-tests
https://github.com/void-linux/void-packages/pull/46169

python3-tomli: fix tests
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @ahesford 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- 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/46169.patch is attached

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

From a974e48fb873c63299021a736a77fb890fc1a54a Mon Sep 17 00:00:00 2001
From: Emi Vasilek <emi.vasilek@gmail.com>
Date: Thu, 21 Sep 2023 08:27:58 +0200
Subject: [PATCH] python3-tomli: fix tests

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

diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template
index ec26197b0a629..4cf9460acc028 100644
--- a/srcpkgs/python3-tomli/template
+++ b/srcpkgs/python3-tomli/template
@@ -5,14 +5,13 @@ revision=3
 build_style=python3-pep517
 hostmakedepends="python3-flit_core"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Little TOML parser for Python"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="MIT"
 homepage="https://github.com/hukkin/tomli"
-distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz"
-checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
-# Archive includes no tests
-make_check=no
+distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz"
+checksum=ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-tomli: fix tests
  2023-09-21  7:07 [PR PATCH] python3-tomli: fix tests paper42
                   ` (2 preceding siblings ...)
  2023-09-21 16:05 ` [PR PATCH] [Updated] " paper42
@ 2023-09-21 16:05 ` paper42
  2023-09-21 16:55 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-09-21 16:05 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/46169#discussion_r1333306033

Comment:
fixed, thanks

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

* Re: [PR PATCH] [Merged]: python3-tomli: fix tests
  2023-09-21  7:07 [PR PATCH] python3-tomli: fix tests paper42
                   ` (3 preceding siblings ...)
  2023-09-21 16:05 ` [PR REVIEW] " paper42
@ 2023-09-21 16:55 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-09-21 16:55 UTC (permalink / raw)
  To: ml

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

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

python3-tomli: fix tests
https://github.com/void-linux/void-packages/pull/46169

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

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

cc @ahesford 
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-09-21 16:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21  7:07 [PR PATCH] python3-tomli: fix tests paper42
2023-09-21  8:46 ` [PR PATCH] [Updated] " paper42
2023-09-21 10:43 ` [PR REVIEW] " ahesford
2023-09-21 16:05 ` [PR PATCH] [Updated] " paper42
2023-09-21 16:05 ` [PR REVIEW] " paper42
2023-09-21 16:55 ` [PR PATCH] [Merged]: " ahesford

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