aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-05 03:38:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-05 04:23:59 -0300
commitf8e2470178da455df2c334bdb5419a10bb281d76 (patch)
tree358a7036fda9fdfc7db9b4c79226625b8b496cbb /testing
parent4cd4dd611895b5b4c028f090a7d868758633b392 (diff)
downloadaports-f8e2470178da455df2c334bdb5419a10bb281d76.tar.bz2
aports-f8e2470178da455df2c334bdb5419a10bb281d76.tar.xz
testing/py3-pgspecial: upgrade to 1.11.7
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-pgspecial/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/py3-pgspecial/APKBUILD b/testing/py3-pgspecial/APKBUILD
index a3845a301c..cae3346e1e 100644
--- a/testing/py3-pgspecial/APKBUILD
+++ b/testing/py3-pgspecial/APKBUILD
@@ -2,32 +2,30 @@
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=py3-pgspecial
_pkgname=pgspecial
-pkgver=1.11.5
+pkgver=1.11.7
pkgrel=0
pkgdesc="Meta-commands handler for Postgres Database"
url="https://pypi.python.org/pypi/pgspecial"
arch="noarch"
license="BSD-3-Clause"
-replaces="py-pgspecial py2-pgspecial"
-provides="py-pgspecial=$pkgver-r$pkgrel py2-pgspecial=$pkgver-r$pkgrel"
depends="py3-click py3-psycopg2 py3-sqlparse"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
+replaces="py-pgspecial" # Backwards compatibility
+provides="py-pgspecial=$pkgver-r$pkgrel" # Backwards compatibility
+
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py check
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="7de6394dbb3ed15b39a636ffa65d1f338d14317da579fef2eb723fde99558c8e55e097414021147553c648a6765aec5a44ebddc3d1b44cf011597add23ef5596 pgspecial-1.11.5.tar.gz"
+sha512sums="b599e04b1677f08cb05d5d55877c8e93432cb91c83abf0eed9081212eb277ad5afbd2a8a4358d1d9e73d98965bcae449ce925fd16d406df027982b0553affe56 pgspecial-1.11.7.tar.gz"