From 974f571fdcee457f686331526094d994988b7b12 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Thu, 12 Sep 2019 18:46:13 +1000 Subject: [PATCH] python-jsonschema: update to 3.0.2 --- srcpkgs/python-jsonschema/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-jsonschema/template b/srcpkgs/python-jsonschema/template index 7c00f690fd3900..503af99d99179c 100644 --- a/srcpkgs/python-jsonschema/template +++ b/srcpkgs/python-jsonschema/template @@ -1,19 +1,19 @@ # Template file for 'python-jsonschema' pkgname=python-jsonschema -version=2.6.0 -revision=2 +version=3.0.2 +revision=1 archs=noarch wrksrc="jsonschema-${version}" build_style=python-module +pycompile_module="jsonschema" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-functools32" -pycompile_module="jsonschema" short_desc="Implementation of JSON Schema for Python2" maintainer="Alessio Sergi " -homepage="https://github.com/Julian/jsonschema" license="MIT" +homepage="https://github.com/Julian/jsonschema" distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz" -checksum=6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02 +checksum=8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a2959560d alternatives="jsonschema:jsonschema:/usr/bin/jsonschema2" pre_build() {