mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
19 lines
672 B
Bash
19 lines
672 B
Bash
# Template file for 'python3-Faker'
|
|
pkgname=python3-Faker
|
|
version=25.2.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="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=45b84f47ff1ef86e3d1a8d11583ca871ecf6730fad0660edadc02576583a2423
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|