python-pgmigrate: update to 1.0.5.

Closes: #20196 [via git-merge-pr]
This commit is contained in:
Kyle Nusbaum 2020-03-18 13:07:17 -05:00 committed by Jürgen Buchmüller
parent 54f1217f7b
commit 934cc67ea7

View file

@ -1,11 +1,10 @@
# Template file for 'python-pgmigrate'
pkgname=python-pgmigrate
version=1.0.4
version=1.0.5
revision=2
archs=noarch
wrksrc="pgmigrate-${version}"
build_style=python-module
pycompile_module="yandex_pgmigrate"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-future python-sqlparse python-psycopg2 python-yaml"
short_desc="Simple tool to evolve PostgreSQL schema easily (Python2)"
@ -13,7 +12,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="PostgreSQL"
homepage="https://github.com/yandex/pgmigrate"
distfiles="https://github.com/yandex/pgmigrate/archive/${version}.tar.gz"
checksum=4b9ec67baeacdde4d599997f192e2b3b4e76f7e0457f4831141ad7b4f46b901d
checksum=0ab726797a76e63d562e1de204cea0ee82316249fa136548976452ed32934a1b
post_install() {
vlicense LICENSE
@ -21,7 +20,6 @@ post_install() {
python3-pgmigrate_package() {
archs=noarch
pycompile_module="yandex_pgmigrate"
depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {