22 lines
745 B
Bash
22 lines
745 B
Bash
# Template file for 'python3-fields'
|
|
pkgname=python3-fields
|
|
version=5.0.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python lib for boilerplate-less containers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|