21 lines
730 B
Bash
21 lines
730 B
Bash
# Template file for 'python3-Faker'
|
|
pkgname=python3-Faker
|
|
version=30.6.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-setuptools"
|
|
depends="python3-dateutil"
|
|
checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
|
|
python3-typing_extensions python3-pytest"
|
|
short_desc="Python package for generating fake data"
|
|
maintainer="Vinfall <neptuniah@riseup.net>"
|
|
license="MIT"
|
|
homepage="https://faker.readthedocs.io/en/master/"
|
|
changelog="https://github.com/joke2k/faker/raw/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/f/faker/faker-${version}.tar.gz"
|
|
checksum=be0e548352c1be6f6d9c982003848a0d305868f160bb1fb7f945acffc347e676
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|