mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
Merge 9a62259b8e
into 9a7483a6df
This commit is contained in:
commit
109b1966da
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-Faker'
|
||||
pkgname=python3-Faker
|
||||
version=33.1.0
|
||||
revision=2
|
||||
version=37.1.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel python3-setuptools"
|
||||
depends="python3-dateutil"
|
||||
depends="python3-pytz"
|
||||
checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
|
||||
python3-typing_extensions python3-pytest"
|
||||
python3-pytest"
|
||||
short_desc="Python package for generating fake data"
|
||||
maintainer="Vinfall <neptuniah@riseup.net>"
|
||||
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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
|
||||
checksum=ad9dc66a3b84888b837ca729e85299a96b58fdaef0323ed0baace93c9614af06
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue