Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] reuse: update to 2.1.0, fix tests
@ 2023-11-14  6:50 Luciogi
  2023-11-14  6:57 ` [PR PATCH] [Updated] " Luciogi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luciogi @ 2023-11-14  6:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages reuse
https://github.com/void-linux/void-packages/pull/47227

reuse: update to 2.1.0, fix tests
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

## Changes
- Switched to `pep517`
- Removed dependency `setuptools`
- All tests are passing

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

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

From 986fada1eb579c25c8dfa1e6a9919a472292e032 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Tue, 14 Nov 2023 11:46:30 +0500
Subject: [PATCH] reuse: update to 2.1.0.

---
 srcpkgs/reuse/template | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index b6a480aa428a2..35d48df4a3793 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,20 +1,16 @@
 # Template file for 'reuse'
 pkgname=reuse
-version=1.0.0
-revision=3
-build_style=python3-module
-# These tests pass on local machine but don't pass in CI.
-make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
- --deselect tests/test_main_addheader.py::test_addheader_to_read_only_file_does_not_traceback
- --deselect tests/test_report.py::test_generate_project_report_read_error"
-hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
-depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
- python3-license-expression python3-requests python3-setuptools"
-checkdepends="python3-pytest $depends git mercurial"
+version=2.1.0
+revision=1
+build_style=python3-pep517
+make_check_target="tests"
+hostmakedepends="python3-poetry-core"
+depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2 python3-license-expression"
+checkdepends="${depends} python3-pytest git mercurial"
 short_desc="Helper tool for compliance with REUSE Specification"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, CC0-1.0, Apache-2.0, CC-BY-SA-4.0"
 homepage="https://reuse.software"
 changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
-checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4
+checksum=4211e91caa4c9e433802618a89a2d49a67e2bf76a8029d6708090892f0cdebec

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

* Re: [PR PATCH] [Updated] reuse: update to 2.1.0, fix tests
  2023-11-14  6:50 [PR PATCH] reuse: update to 2.1.0, fix tests Luciogi
@ 2023-11-14  6:57 ` Luciogi
  2023-11-14  7:00 ` Luciogi
  2023-11-29 23:47 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2023-11-14  6:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages reuse
https://github.com/void-linux/void-packages/pull/47227

reuse: update to 2.1.0, fix tests
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

## Changes
- Switched to `pep517`
- Removed dependency `setuptools`
- All tests are passing

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

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

From d03b371eaebb87ee5b829724ed21b64b2d0edc1e Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Tue, 14 Nov 2023 11:46:30 +0500
Subject: [PATCH] reuse: update to 2.1.0.

---
 srcpkgs/reuse/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index b6a480aa428a2..294bed3fef9a4 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,20 +1,20 @@
 # Template file for 'reuse'
 pkgname=reuse
-version=1.0.0
-revision=3
-build_style=python3-module
+version=2.1.0
+revision=1
+build_style=python3-pep517
 # These tests pass on local machine but don't pass in CI.
 make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
  --deselect tests/test_main_addheader.py::test_addheader_to_read_only_file_does_not_traceback
  --deselect tests/test_report.py::test_generate_project_report_read_error"
-hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
-depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
- python3-license-expression python3-requests python3-setuptools"
-checkdepends="python3-pytest $depends git mercurial"
+make_check_target="tests"
+hostmakedepends="python3-poetry-core"
+depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2 python3-license-expression"
+checkdepends="${depends} python3-pytest git mercurial"
 short_desc="Helper tool for compliance with REUSE Specification"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, CC0-1.0, Apache-2.0, CC-BY-SA-4.0"
 homepage="https://reuse.software"
 changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
-checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4
+checksum=4211e91caa4c9e433802618a89a2d49a67e2bf76a8029d6708090892f0cdebec

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

* Re: [PR PATCH] [Updated] reuse: update to 2.1.0, fix tests
  2023-11-14  6:50 [PR PATCH] reuse: update to 2.1.0, fix tests Luciogi
  2023-11-14  6:57 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-14  7:00 ` Luciogi
  2023-11-29 23:47 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2023-11-14  7:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages reuse
https://github.com/void-linux/void-packages/pull/47227

reuse: update to 2.1.0, fix tests
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

## Changes
- Switched to `pep517`
- Removed dependency `setuptools`
- All tests are passing

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

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

From ccd94cf8c55645debdaff51610809b8e21dec6d6 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Tue, 14 Nov 2023 11:46:30 +0500
Subject: [PATCH] reuse: update to 2.1.0.

---
 srcpkgs/reuse/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index b6a480aa428a2..654c95b39ebda 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,20 +1,21 @@
 # Template file for 'reuse'
 pkgname=reuse
-version=1.0.0
-revision=3
-build_style=python3-module
+version=2.1.0
+revision=1
+build_style=python3-pep517
 # These tests pass on local machine but don't pass in CI.
 make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
  --deselect tests/test_main_addheader.py::test_addheader_to_read_only_file_does_not_traceback
- --deselect tests/test_report.py::test_generate_project_report_read_error"
-hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
-depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
- python3-license-expression python3-requests python3-setuptools"
-checkdepends="python3-pytest $depends git mercurial"
+ --deselect tests/test_report.py::test_generate_project_report_read_error
+ --deselect tests/test_main_annotate.py::test_annotate_to_read_only_file_does_not_traceback"
+make_check_target="tests"
+hostmakedepends="python3-poetry-core"
+depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2 python3-license-expression"
+checkdepends="${depends} python3-pytest git mercurial"
 short_desc="Helper tool for compliance with REUSE Specification"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, CC0-1.0, Apache-2.0, CC-BY-SA-4.0"
 homepage="https://reuse.software"
 changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
-checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4
+checksum=4211e91caa4c9e433802618a89a2d49a67e2bf76a8029d6708090892f0cdebec

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

* Re: [PR PATCH] [Merged]: reuse: update to 2.1.0, fix tests
  2023-11-14  6:50 [PR PATCH] reuse: update to 2.1.0, fix tests Luciogi
  2023-11-14  6:57 ` [PR PATCH] [Updated] " Luciogi
  2023-11-14  7:00 ` Luciogi
@ 2023-11-29 23:47 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-11-29 23:47 UTC (permalink / raw)
  To: ml

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

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

reuse: update to 2.1.0, fix tests
https://github.com/void-linux/void-packages/pull/47227

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

## Changes
- Switched to `pep517`
- Removed dependency `setuptools`
- All tests are passing

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

end of thread, other threads:[~2023-11-29 23:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14  6:50 [PR PATCH] reuse: update to 2.1.0, fix tests Luciogi
2023-11-14  6:57 ` [PR PATCH] [Updated] " Luciogi
2023-11-14  7:00 ` Luciogi
2023-11-29 23:47 ` [PR PATCH] [Merged]: " Duncaen

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