19 lines
600 B
Bash
19 lines
600 B
Bash
# Template file for 'python3-dateparser'
|
|
pkgname=python3-dateparser
|
|
version=1.0.0
|
|
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=159cc4e01a593706a15cd4e269a0b3345edf3aef8bf9278a57dac8adf5bf1e4a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|