From 31a7b270146c225037c0714a3ae1ec7f170cb096 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 13 Jan 2023 08:08:10 -0500 Subject: [PATCH] python3-idna: fix versioning in build --- srcpkgs/python3-idna/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"