21 lines
759 B
Bash
21 lines
759 B
Bash
# Template file for 'python3-utils'
|
|
pkgname=python3-utils
|
|
version=3.1.0
|
|
revision=1
|
|
wrksrc="python-utils-${version}"
|
|
build_style=python3-module
|
|
# skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29
|
|
make_check_args="-o addopts=--doctest-modules"
|
|
hostmakedepends="python3-setuptools"
|
|
checkdepends="python3-pytest python3-pytest-asyncio"
|
|
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=6f20e784af79dd0f2c330c88496b3d08fa29e27bcfba398ba78f73d8ae85f670
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|