20 lines
688 B
Bash
20 lines
688 B
Bash
# Template file for 'python3-tzlocal'
|
|
pkgname=python3-tzlocal
|
|
version=5.0.1
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3"
|
|
checkdepends="${depends} python3-pytest-mock python3-pytest-xdist"
|
|
short_desc="Return the tzinfo object for the local timezone (Python 3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/regebro/tzlocal"
|
|
changelog="https://raw.githubusercontent.com/regebro/tzlocal/master/CHANGES.txt"
|
|
distfiles="https://github.com/regebro/tzlocal/archive/refs/tags/${version}.tar.gz"
|
|
checksum=ff80678a1741828fc4c64baba988da084f86676ae8c7b21474d6fb794069a4c1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|