19 lines
876 B
Bash
19 lines
876 B
Bash
# Template file for 'reuse'
|
|
pkgname=reuse
|
|
version=0.13.0
|
|
revision=1
|
|
build_style=python3-module
|
|
make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
|
|
--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"
|
|
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"
|
|
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
|