aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pgcli
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-06-14 01:46:09 +0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-20 10:31:08 -0300
commit6b4d205eca191b22f29ec88fbc52e2353c74741e (patch)
tree4148bf2b73a849f6d62a6fe5862eec664060bbe8 /testing/pgcli
parent4e5924a78def1da41bb7223b058bc93bbbc24caf (diff)
downloadaports-6b4d205eca191b22f29ec88fbc52e2353c74741e.tar.bz2
aports-6b4d205eca191b22f29ec88fbc52e2353c74741e.tar.xz
testing/pgcli: enable
Diffstat (limited to 'testing/pgcli')
-rw-r--r--testing/pgcli/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD
index a9c44dbc90..3171369aa9 100644
--- a/testing/pgcli/APKBUILD
+++ b/testing/pgcli/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1.1
pkgrel=0
pkgdesc="Postgres CLI with autocompletion and syntax highlighting"
url="https://www.pgcli.com"
-arch=""
+arch="noarch"
license="BSD"
depends="python3
py3-pgspecial
@@ -13,12 +13,11 @@ depends="python3
py3-pygments
py3-prompt_toolkit>2.0.0
py3-psycopg2
- py3-sqlparse<0.3.0
+ py3-sqlparse<0.4.0
py3-configobj
py3-humanize
py3-wcwidth
- py3-cli_helpers>1.0.0
- py3-setproctitle"
+ py3-cli_helpers>1.0.0"
checkdepends="pytest py3-mock"
makedepends="python3-dev"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"