python-six: update to 1.16.0.

This commit is contained in:
Andrew J. Hesford 2021-05-11 11:28:37 -04:00
parent e27c5fc0c9
commit e7f236ef92

View file

@ -1,7 +1,7 @@
# Template file for 'python-six' # Template file for 'python-six'
pkgname=python-six pkgname=python-six
version=1.15.0 version=1.16.0
revision=3 revision=1
wrksrc="six-${version}" wrksrc="six-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/benjaminp/six" homepage="https://github.com/benjaminp/six"
changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES" changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES"
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz" distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
checksum=30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259 checksum=1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE