20 lines
695 B
Bash
20 lines
695 B
Bash
# Template file for 'python3-Faker'
|
|
pkgname=python3-Faker
|
|
version=19.12.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil"
|
|
checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-pytest"
|
|
short_desc="Python package for generating fake data"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
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=91438f6b1713274ec3f24970ba303617be86ce5caf6f6a0776f1d04777b6ff5f
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|