vp-build/srcpkgs/python3-dateparser/template

22 lines
907 B
Bash

# Template file for 'python3-dateparser'
pkgname=python3-dateparser
version=1.1.1
revision=2
build_style=python3-module
make_check_args="--ignore tests/test_hijri.py --ignore tests/test_jalali.py
--ignore tests/test_language_detect.py --ignore tests/test_dateparser_data_integrity.py"
hostmakedepends="python3-setuptools"
depends="python3-dateutil python3-pytz python3-regex python3-tzlocal"
checkdepends="${depends} python3-parameterized python3-pytest-xdist"
short_desc="Python parser for human readable dates"
maintainer="Lorem <notloremipsum@protonmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/scrapinghub/dateparser"
changelog="https://raw.githubusercontent.com/scrapinghub/dateparser/master/HISTORY.rst"
distfiles="${PYPI_SITE}/d/dateparser/dateparser-${version}.tar.gz"
checksum=038196b1f12c7397e38aad3d61588833257f6f552baa63a1499e6987fa8d42d9
post_install() {
vlicense LICENSE
}