New package: python3-dateparser-0.7.4

This commit is contained in:
Lorem 2020-04-19 14:02:02 +05:30 committed by Piotr
parent baa5ab7f25
commit 07b8c6f423
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-dateparser'
pkgname=python3-dateparser
version=0.7.4
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=fb5bfde4795fa4b179fe05c2c25b3981f785de26bec37e247dee1079c63d5689
post_install() {
vlicense LICENSE
}