python-pgmigrate: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 20:57:15 +07:00
parent c5383047dc
commit 37e72022ee
3 changed files with 18 additions and 31 deletions

View file

@ -1,30 +0,0 @@
# Template file for 'python-pgmigrate'
pkgname=python-pgmigrate
version=1.0.5
revision=2
archs=noarch
wrksrc="pgmigrate-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-future python-sqlparse python-psycopg2 python-yaml"
short_desc="Simple tool to evolve PostgreSQL schema easily (Python2)"
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
}
python3-pgmigrate_package() {
archs=noarch
depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/bin/pgmigrate3
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-pgmigrate

View file

@ -0,0 +1,18 @@
# Template file for 'python3-pgmigrate'
pkgname=python3-pgmigrate
version=1.0.5
revision=3
wrksrc="pgmigrate-${version}"
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
}