python3-jsonschema: update to 3.2.0
This commit is contained in:
parent
4902bdd259
commit
cb2d2a25f5
@ -1,27 +1,20 @@
|
|||||||
# Template file for 'python3-jsonschema'
|
# Template file for 'python3-jsonschema'
|
||||||
pkgname=python3-jsonschema
|
pkgname=python3-jsonschema
|
||||||
reverts="3.0.2_1"
|
version=3.2.0
|
||||||
version=2.6.0
|
revision=1
|
||||||
revision=6
|
|
||||||
wrksrc="jsonschema-${version}"
|
wrksrc="jsonschema-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools python3-six python3-attrs python3-pyrsistent"
|
||||||
|
checkdepends="python3-pytest python3-Twisted $depends"
|
||||||
short_desc="Implementation of JSON Schema for Python3"
|
short_desc="Implementation of JSON Schema for Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Julian/jsonschema"
|
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"
|
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
|
||||||
checksum=6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02
|
checksum=c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
|
||||||
conflicts="python-jsonschema>=0"
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
vsed -i setup.py \
|
|
||||||
-e '/setup_requires/d' \
|
|
||||||
-e '/vcversioner/d' \
|
|
||||||
-e "/name=/a\
|
|
||||||
version=\"${version}\","
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user