Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/python3-Faker/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 'python3-Faker'
pkgname=python3-Faker
version=38.2.0
version=40.37.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"
checkdepends="${depends} python3-freezegun python3-validators python3-Pillow
python3-xmltodict python3-typing_extensions python3-pytest"
short_desc="Python package for generating fake data"
maintainer="Orphaned <orphan@voidlinux.org>"
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=20672803db9c7cb97f9b56c18c54b915b6f1d8991f63d1d673642dc43f5ce7ab
checksum=a92dff7f310e61fb544c61720e15edb2e7448bc33d15a321a99e9ab7b94abf54

post_install() {
vlicense LICENSE.txt
Expand Down