mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-canonicaljson: update to 1.6.3.
This commit is contained in:
parent
def53da009
commit
072a628c1d
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-canonicaljson'
|
# Template file for 'python3-canonicaljson'
|
||||||
pkgname=python3-canonicaljson
|
pkgname=python3-canonicaljson
|
||||||
version=1.6.2
|
version=1.6.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="canonicaljson-${version}"
|
wrksrc="canonicaljson-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-simplejson python3-frozendict"
|
depends="python3-simplejson python3-frozendict"
|
||||||
checkdepends="${depends} python3-pytest"
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Canonical JSON"
|
short_desc="Canonical JSON"
|
||||||
|
@ -12,4 +12,5 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/matrix-org/python-canonicaljson"
|
homepage="https://github.com/matrix-org/python-canonicaljson"
|
||||||
distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
|
||||||
checksum=af00be8ce9c589857df176bb94594f0d43b0e027f027a8d7cf8978fdb819024a
|
checksum=ca59760bc274a899a0da75809d6909ae43e5123381fd6ef040a44d1952c0b448
|
||||||
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
Loading…
Add table
Reference in a new issue