vp-build/srcpkgs/python3-pgmigrate/template

18 lines
594 B
Bash

# Template file for 'python3-pgmigrate'
pkgname=python3-pgmigrate
version=1.0.5
revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
short_desc="Simple tool to evolve PostgreSQL schema easily (Python3)"
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=0ab726797a76e63d562e1de204cea0ee82316249fa136548976452ed32934a1b
post_install() {
vlicense LICENSE
}