void-packages/srcpkgs/python3-dateparser/template
2020-07-01 17:12:41 +02:00

20 lines
613 B
Bash

# Template file for 'python3-dateparser'
pkgname=python3-dateparser
version=0.7.6
revision=1
archs=noarch
wrksrc=dateparser-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil python3-regex python3-tzlocal"
short_desc="Python parser for human readable dates"
maintainer="Lorem <notloremipsum@protonmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/scrapinghub/dateparser"
distfiles="${PYPI_SITE}/d/dateparser/dateparser-${version}.tar.gz"
checksum=e875efd8c57c85c2d02b238239878db59ff1971f5a823457fcc69e493bf6ebfa
post_install() {
vlicense LICENSE
}