From 32d18b90bf3325e816e5106577ed5505e05b8c94 Mon Sep 17 00:00:00 2001 From: Vinfall Date: Sun, 22 Sep 2024 10:01:34 +0800 Subject: [PATCH] python3-Faker: update to 29.0.0, adopt. --- srcpkgs/python3-Faker/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template index 3959650f12c..de2d11289c6 100644 --- a/srcpkgs/python3-Faker/template +++ b/srcpkgs/python3-Faker/template @@ -1,18 +1,18 @@ # Template file for 'python3-Faker' pkgname=python3-Faker -version=26.2.0 +version=29.0.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools" depends="python3-dateutil" -checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-pytest" +checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict python3-pytest" short_desc="Python package for generating fake data" -maintainer="Orphaned " +maintainer="Vinfall " 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=81768de19012147521140f0d8bf5353e501ac42c1065d25e0cac455d3615c0a7 +distfiles="${PYPI_SITE}/f/faker/faker-${version}.tar.gz" +checksum=34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77 post_install() { vlicense LICENSE.txt