New package: reuse-0.13.0
This commit is contained in:
parent
4e5fc88f7d
commit
0c73e4ca30
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
Loading…
Reference in New Issue