mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
15 lines
617 B
Bash
15 lines
617 B
Bash
# Template file for 'python3-yapf'
|
|
pkgname=python3-yapf
|
|
version=0.43.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-importlib_metadata python3-platformdirs python3-tomli"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Formatter for Python code"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/google/yapf"
|
|
changelog="https://raw.githubusercontent.com/google/yapf/main/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/y/yapf/yapf-${version}.tar.gz"
|
|
checksum=00d3aa24bfedff9420b2e0d5d9f5ab6d9d4268e72afbf59bb3fa542781d5218e
|