18 lines
602 B
Bash
18 lines
602 B
Bash
# Template file for 'python3-utils'
|
|
pkgname=python3-utils
|
|
version=2.4.0
|
|
revision=3
|
|
wrksrc="python-utils-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six"
|
|
short_desc="Convenient utilities not included with the standard Python3 install"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/WoLpH/python-utils"
|
|
distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz"
|
|
checksum=870b415913b380a76efa2efb1e99b174305b2a1fb4eab61a13ecc4307eccfd62
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|