mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: python3-fields-5.0.0
This commit is contained in:
parent
53ba0fe6b0
commit
6c83077524
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-fields/template
Normal file
21
srcpkgs/python3-fields/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-fields'
|
||||
pkgname=python3-fields
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python lib for boilerplate-less containers"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/ionelmc/python-fields"
|
||||
changelog="https://github.com/ionelmc/python-fields/raw/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/f/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
||||
checksum=31d4aa03d8d44e35df13c431de35136997f047a924a597d84f7bc209e1be5727
|
||||
# Requires patching to get working, is using ancient pytest options because
|
||||
# it's not been updated since 2016
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue