mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jq: update to 1.8.0.
This commit is contained in:
parent
be45ff0909
commit
21e94ca4b0
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-jq'
|
# Template file for 'python3-jq'
|
||||||
pkgname=python3-jq
|
pkgname=python3-jq
|
||||||
version=1.6.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython0.29"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="python3-devel jq-devel oniguruma-devel"
|
makedepends="python3-devel jq-devel oniguruma-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python bindings for jq"
|
short_desc="Python bindings for jq"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://pypi.org/project/jq/"
|
homepage="https://pypi.org/project/jq/"
|
||||||
changelog="https://raw.githubusercontent.com/mwilliamson/jq.py/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/mwilliamson/jq.py/master/CHANGELOG.rst"
|
||||||
distfiles="https://github.com/mwilliamson/jq.py/archive/${version}.tar.gz"
|
distfiles="https://github.com/mwilliamson/jq.py/archive/${version}.tar.gz"
|
||||||
checksum=a06131057b4b0794d871c0718e796b23b942b20a19acd4cba13f7cbbb07d0aab
|
checksum=dea40029307d53d91153f0dea51e5e724793edada9aa03fe36cc4e4e46a96501
|
||||||
|
|
||||||
export JQPY_USE_SYSTEM_LIBS=1
|
export JQPY_USE_SYSTEM_LIBS=1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue