void-packages/srcpkgs/python3-boltons/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

21 lines
617 B
Bash

# Template file for 'python3-boltons'
pkgname=python3-boltons
version=20.2.1
revision=1
wrksrc="boltons-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Collection of functionality to be bolted on the standard lib"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/mahmoud/boltons"
distfiles="https://github.com/mahmoud/boltons/archive/${version}.tar.gz"
checksum=f5b63fba62bed021c5086e43b4cfdaf6c8396a3ae1ccdcb549b4eb2f36f8a794
patch_args=-Np0
post_install() {
vlicense LICENSE
}