parent
b413dd2f90
commit
cf40561062
1 changed files with 3 additions and 7 deletions
|
@ -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 <ajh@sideband.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue