python3-scruffy: update to 0.3.8.2.

This commit is contained in:
Andrew Benson 2020-12-14 21:21:49 -06:00 committed by Andrew Benson
parent 7d658a60f9
commit fa1aca30c6

View file

@ -1,18 +1,18 @@
# Template file for 'python3-scruffy' # Template file for 'python3-scruffy'
pkgname=python3-scruffy pkgname=python3-scruffy
version=0.3.8.1 version=0.3.8.2
revision=3 revision=1
wrksrc="scruffy-${version}" wrksrc="scruffy-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="scruffy"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-six python3-yaml" depends="python3-six python3-yaml"
checkdepends="python3-nose"
short_desc="Framework for boilerplate in Python apps" short_desc="Framework for boilerplate in Python apps"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/snare/scruffy" homepage="https://github.com/snare/scruffy"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=9a4f208ee723d5ee40614b09166ad52a319eb7fa6e4fcfe18ee6cabde3f8d1a6 checksum=36bd10f44a5329590e4ea7a6746645c1f9fa05d03b62c8c713676c65dbff2392
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE