18 lines
536 B
Bash
18 lines
536 B
Bash
# Template file for 'python3-loguru'
|
|
pkgname=python3-loguru
|
|
version=0.7.3
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python logging made (stupidly) simple"
|
|
maintainer="Jason Elswick <jason@jasondavid.us>"
|
|
license="MIT"
|
|
homepage="https://github.com/Delgan/loguru"
|
|
distfiles="https://github.com/Delgan/loguru/archive/refs/tags/${version}.tar.gz"
|
|
checksum=1cad8860aa0ecf9567125381e4430046526246e075224350a6a624addac05f5e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|