mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
54f1217f7b
commit
934cc67ea7
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-pgmigrate'
|
# Template file for 'python-pgmigrate'
|
||||||
pkgname=python-pgmigrate
|
pkgname=python-pgmigrate
|
||||||
version=1.0.4
|
version=1.0.5
|
||||||
revision=2
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pgmigrate-${version}"
|
wrksrc="pgmigrate-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="yandex_pgmigrate"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-future python-sqlparse python-psycopg2 python-yaml"
|
depends="python-future python-sqlparse python-psycopg2 python-yaml"
|
||||||
short_desc="Simple tool to evolve PostgreSQL schema easily (Python2)"
|
short_desc="Simple tool to evolve PostgreSQL schema easily (Python2)"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="PostgreSQL"
|
license="PostgreSQL"
|
||||||
homepage="https://github.com/yandex/pgmigrate"
|
homepage="https://github.com/yandex/pgmigrate"
|
||||||
distfiles="https://github.com/yandex/pgmigrate/archive/${version}.tar.gz"
|
distfiles="https://github.com/yandex/pgmigrate/archive/${version}.tar.gz"
|
||||||
checksum=4b9ec67baeacdde4d599997f192e2b3b4e76f7e0457f4831141ad7b4f46b901d
|
checksum=0ab726797a76e63d562e1de204cea0ee82316249fa136548976452ed32934a1b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
|
|
||||||
python3-pgmigrate_package() {
|
python3-pgmigrate_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="yandex_pgmigrate"
|
|
||||||
depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
|
depends="python3 python3-sqlparse python3-psycopg2 python3-yaml"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue