mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
reuse: update to 2.1.0.
This commit is contained in:
parent
cf3e7e15f7
commit
e89a25cd99
1 changed files with 10 additions and 9 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'reuse'
|
# Template file for 'reuse'
|
||||||
pkgname=reuse
|
pkgname=reuse
|
||||||
version=1.0.0
|
version=2.1.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
# These tests pass on local machine but don't pass in CI.
|
# These tests pass on local machine but don't pass in CI.
|
||||||
make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
|
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_main_addheader.py::test_addheader_to_read_only_file_does_not_traceback
|
||||||
--deselect tests/test_report.py::test_generate_project_report_read_error"
|
--deselect tests/test_report.py::test_generate_project_report_read_error
|
||||||
hostmakedepends="python3-setuptools python3-setuptools_scm gettext"
|
--deselect tests/test_main_annotate.py::test_annotate_to_read_only_file_does_not_traceback"
|
||||||
depends="python3-binaryornot python3-boolean.py python3-debian python3-Jinja2
|
make_check_target="tests"
|
||||||
python3-license-expression python3-requests python3-setuptools"
|
hostmakedepends="python3-poetry-core"
|
||||||
checkdepends="python3-pytest $depends git mercurial"
|
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"
|
short_desc="Helper tool for compliance with REUSE Specification"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later, CC0-1.0, Apache-2.0, CC-BY-SA-4.0"
|
license="GPL-3.0-or-later, CC0-1.0, Apache-2.0, CC-BY-SA-4.0"
|
||||||
homepage="https://reuse.software"
|
homepage="https://reuse.software"
|
||||||
changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/fsfe/reuse-tool/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/reuse/reuse-${version}.tar.gz"
|
||||||
checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4
|
checksum=4211e91caa4c9e433802618a89a2d49a67e2bf76a8029d6708090892f0cdebec
|
||||||
|
|
Loading…
Add table
Reference in a new issue