diff --git a/srcpkgs/python3-idna/template b/srcpkgs/python3-idna/template index 86b346c4fc9..16fb932bdd3 100644 --- a/srcpkgs/python3-idna/template +++ b/srcpkgs/python3-idna/template @@ -1,10 +1,11 @@ # Template file for 'python3-idna' pkgname=python3-idna version=3.4 -revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +revision=2 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" depends="python3" +checkdepends="python3-pytest" short_desc="Internationalized Domain Names in Applications (IDNA) for Python3" maintainer="Alessio Sergi " license="BSD-3-Clause"