blob: 1fda3e07b9ab59482dd8d32ce7cd2afe80b91e72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Template file for 'python3-yapf'
pkgname=python3-yapf
version=0.29.0
revision=2
wrksrc="yapf-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Formatter for Python code"
maintainer="RinsedSloth <afernandezh@protonmail.com>"
license="Apache-2.0"
homepage="https://github.com/google/yapf"
distfiles="${PYPI_SITE}/y/yapf/yapf-${version}.tar.gz"
checksum=712e23c468506bf12cadd10169f852572ecc61b266258422d45aaf4ad7ef43de
|