19 lines
602 B
Bash
19 lines
602 B
Bash
# Template file for 'python3-utils'
|
|
pkgname=python3-utils
|
|
version=2.5.6
|
|
revision=1
|
|
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=e35044706c5c7863110ac31afc9fac66f5dc47d6450ebe26a6ac26473ce09d90
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|