19 lines
600 B
Bash
19 lines
600 B
Bash
# Template file for 'python3-dateparser'
|
|
pkgname=python3-dateparser
|
|
version=0.7.6
|
|
revision=2
|
|
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
|
|
}
|