python3-Faker: update to 29.0.0, adopt.
This commit is contained in:
parent
43df4d4081
commit
32d18b90bf
|
@ -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 <orphan@voidlinux.org>"
|
||||
maintainer="Vinfall <neptuniahuai0tc@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=81768de19012147521140f0d8bf5353e501ac42c1065d25e0cac455d3615c0a7
|
||||
distfiles="${PYPI_SITE}/f/faker/faker-${version}.tar.gz"
|
||||
checksum=34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue