summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-01-18 12:32:37 -0500
committerCarlos Aznarán Laos2022-01-18 12:32:37 -0500
commitfc9691def037048c8c77bb82ea68ac887761710a (patch)
tree40e0cccbff538aed480c34582fa91c99cc08bd00 /PKGBUILD
parentc1968b9bccf9ae464bce5790e4cc45d65737d180 (diff)
downloadaur-python2-json-tricks.tar.gz
Remove some optional dependency tox
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1c83153250f..c368c30e0a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=pyjson_tricks
pkgname=python2-json-tricks
pkgver=3.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable."
arch=(any)
url="https://github.com/mverleg/${_base}"
@@ -11,7 +11,6 @@ makedepends=(python2-setuptools)
depends=(python2-pytz python2-pandas)
optdepends=(
'python2-pytest: For tests'
- 'python2-tox: For tests'
'python2-sphinx: For documentation'
)
source=(${url}/archive/v${pkgver}.zip)