void-packages/srcpkgs/python3-pgmigrate/template
2025-07-07 21:10:42 +02:00

17 lines
589 B
Bash

# Template file for 'python3-pgmigrate'
pkgname=python3-pgmigrate
version=1.0.5
revision=8
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="Orphaned <orphan@voidlinux.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
}