From de97f588afafb578841231217a5f6e0fd8470b34 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko Date: Sat, 6 Nov 2021 18:58:02 +0200 Subject: [PATCH] python3-jsonschema: update to 4.2.1. - Change build style to python3-pep517 because of Julian/jsonschema@112c809e. - Remove python3-six dependency since py2 support was dropped in Julian/jsonschema@027feac. --- srcpkgs/python3-jsonschema/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 3b365347c22e..7ccabf7a196f 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -1,11 +1,11 @@ # Template file for 'python3-jsonschema' pkgname=python3-jsonschema -version=3.2.0 -revision=2 +version=4.2.1 +revision=1 wrksrc="jsonschema-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-setuptools python3-six python3-attrs python3-pyrsistent" +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-wheel" +depends="python3-setuptools python3-attrs python3-pyrsistent" checkdepends="python3-pytest python3-Twisted $depends" short_desc="Implementation of JSON Schema for Python3" maintainer="Orphaned " @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/Julian/jsonschema" changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz" -checksum=c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a +checksum=390713469ae64b8a58698bb3cbc3859abe6925b565a973f87323ef21b09a27a8 post_install() { vlicense COPYING LICENSE