From: Evgeny Pisemsky <mail@pisemsky.site>
To: 74874@debbugs.gnu.org
Subject: [bug#74874] [PATCH] gnu: reuse: Update to 5.0.2.
Date: Sat, 14 Dec 2024 20:30:13 +0300 [thread overview]
Message-ID: <8734iqkw9m.fsf@pisemsky.site> (raw)
[-- Attachment #1: 0001-gnu-reuse-Update-to-5.0.2.patch --]
[-- Type: text/x-patch, Size: 2775 bytes --]
From 90dafdbe169674fc02ad392b47dcb47e837ba4db Mon Sep 17 00:00:00 2001
Message-ID: <90dafdbe169674fc02ad392b47dcb47e837ba4db.1734197197.git.mail@pisemsky.site>
From: Evgeny Pisemsky <mail@pisemsky.site>
Date: Sat, 14 Dec 2024 20:25:10 +0300
Subject: [PATCH] gnu: reuse: Update to 5.0.2.
* gnu/packages/license.scm (reuse): Update to 5.0.2.
Change-Id: Ibb14f17a94148910f2e32d977d000ccb40f6e36a
---
gnu/packages/license.scm | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index 53a0b98f9a..589e54e9a0 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2021 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2024 Evgeny Pisemsky <mail@pisemsky.site>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -175,13 +176,15 @@ (define-public licensecheck
(define-public reuse
(package
(name "reuse")
- (version "3.0.2")
+ (version "5.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "reuse" version))
(sha256
- (base32 "19ijdwbr47pa0ba30s40b53qb0chyq27akj0484aj9s5p1i85svk"))))
+ (base32 "0p08xmpf361m81kfmkwzm898q9iaq5v6cvb0sjx1176jbnp1d047"))
+ ;; Delete test that hangs for some reason.
+ (snippet '(delete-file "tests/test_cli_spdx.py"))))
(build-system pyproject-build-system)
(arguments
;; Change directory before running the test suite to avoid having both
@@ -194,14 +197,17 @@ (define-public reuse
(native-inputs
(list python-poetry-core
python-pytest
- python-wheel))
+ python-pytest-cov
+ python-freezegun))
(inputs
(list python-binaryornot
python-boolean.py
python-debian
python-jinja2
python-license-expression
- python-setuptools)) ; For pkg_resources.
+ python-attrs
+ python-click
+ python-tomlkit))
(home-page "https://reuse.software/")
(synopsis "Provide and verify copyright and licensing information")
(description
@@ -219,7 +225,7 @@ (define-public reuse
tools that have a lot more features and functionality surrounding the analysis
and inspection of copyright and licenses in software projects. This one is
designed to be simple.")
- (license (list asl2.0 gpl3+))))
+ (license (list asl2.0 cc0 cc-by-sa4.0 gpl3+))))
(define-public licenseheaders
(package
base-commit: b8d72efbb14637a9242168b4ceafdd6864895ff2
--
2.46.0
reply other threads:[~2024-12-14 17:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8734iqkw9m.fsf@pisemsky.site \
--to=mail@pisemsky.site \
--cc=74874@debbugs.gnu.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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).