diff --git a/srcpkgs/python3-fields/template b/srcpkgs/python3-fields/template new file mode 100644 index 00000000000..8dd9ccb1a00 --- /dev/null +++ b/srcpkgs/python3-fields/template @@ -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 " +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 +}