mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-Faker-15.3.2
This commit is contained in:
parent
a00d554a04
commit
aca3e40e4b
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-Faker/template
Normal file
19
srcpkgs/python3-Faker/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-Faker'
|
||||||
|
pkgname=python3-Faker
|
||||||
|
version=15.3.3
|
||||||
|
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="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
|
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=20d090e661bbe88a5d801ea5eb3d853564940352120c84c9a14968847aca2893
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue