python-utils: update to 2.3.0.

Closes: #11589 [via git-merge-pr]
This commit is contained in:
maxice8 2018-02-12 01:56:20 -02:00 committed by Michael Aldridge
parent 0425ca73c0
commit df28974cba
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-utils' # Template file for 'python-utils'
pkgname=python-utils pkgname=python-utils
version=2.2.0 version=2.3.0
revision=1 revision=1
build_style=python-module build_style=python-module
wrksrc="python-utils-${version}" wrksrc="python-utils-${version}"
@ -10,10 +10,10 @@ depends="python-six"
pycompile_module="python_utils" pycompile_module="python_utils"
short_desc="Convenient utilities not included with the standard Python install " short_desc="Convenient utilities not included with the standard Python install "
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>" maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="3-Clause-BSD" license="BSD-3-Clause"
homepage="https://github.com/WoLpH/python-utils" homepage="https://github.com/WoLpH/python-utils"
distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz" distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz"
checksum=5ee886412312adf91756be6b69090fb21fe55c0305910d5459c954430cdd1acc checksum=7c1fe42afda087be7afc9145d3914ee51779a1560bf5cc070f06bca5d0879a1f
pkg_install() { pkg_install() {
vlicense LICENSE vlicense LICENSE