mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
reuse: update to 1.0.0.
This commit is contained in:
parent
6533b457f0
commit
4155a7b323
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'reuse'
|
||||
pkgname=reuse
|
||||
version=0.13.0
|
||||
revision=2
|
||||
version=1.0.0
|
||||
revision=1
|
||||
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"
|
||||
checkdepends="python3-pytest $depends"
|
||||
python3-license-expression python3-requests python3-setuptools"
|
||||
checkdepends="python3-pytest $depends git mercurial"
|
||||
short_desc="Helper tool for compliance with REUSE Specification"
|
||||
maintainer="k4leg <python.bogdan@gmail.com>"
|
||||
license="GPL-3.0-or-later, CC0-1.0, Apache-2.0"
|
||||
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=89c87bd49308c8059cc36f8116872d73dc6e5788a29af8869be6532202bff801
|
||||
checksum=db3022be2d87f69c8f508b928023de3026f454ce17d01e22f770f7147ac1e8d4
|
||||
|
|
Loading…
Add table
Reference in a new issue