diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template index faf1e2e7628..6be2b6d92d5 100644 --- a/srcpkgs/python3-ultrajson/template +++ b/srcpkgs/python3-ultrajson/template @@ -1,21 +1,17 @@ # Template file for 'python3-ultrajson' pkgname=python3-ultrajson -version=4.0.0 +version=4.0.1 revision=1 wrksrc="ujson-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" makedepends="python3-devel" short_desc="Ultra fast JSON encoder and decoder for Python" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/ultrajson/ultrajson" distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz" -checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8 - -post_patch() { - vsed -i setup.py -e 's/"setuptools_scm"//g' -} +checksum=26cf6241b36ff5ce4539ae687b6b02673109c5e3efc96148806a7873eaa229d3 post_install() { vlicense LICENSE.txt