Skip to content

Commit

Permalink
python3-yapf: update to 0.40.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 authored and classabbyamp committed Oct 11, 2023
1 parent 908174a commit 9a4c3f7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions srcpkgs/python3-yapf/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'python3-yapf'
pkgname=python3-yapf
version=0.40.1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
version=0.40.2
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"
Expand All @@ -12,8 +12,4 @@ 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=958587eb5c8ec6c860119a9c25d02addf30a44f75aa152a4220d30e56a98037c

post_install() {
chmod -R a+r "${DESTDIR}/${py3_sitelib}/yapf-${version}-py${py3_ver}.egg-info/"
}
checksum=4dab8a5ed7134e26d57c1647c7483afb3f136878b579062b786c9ba16b94637b

0 comments on commit 9a4c3f7

Please sign in to comment.