diff --git a/srcpkgs/python-pgmigrate/template b/srcpkgs/python-pgmigrate/template deleted file mode 100644 index f98052f415..0000000000 --- a/srcpkgs/python-pgmigrate/template +++ /dev/null @@ -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 " -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 - } -} diff --git a/srcpkgs/python3-pgmigrate b/srcpkgs/python3-pgmigrate deleted file mode 120000 index 31ab797591..0000000000 --- a/srcpkgs/python3-pgmigrate +++ /dev/null @@ -1 +0,0 @@ -python-pgmigrate \ No newline at end of file diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template new file mode 100644 index 0000000000..d72812a21b --- /dev/null +++ b/srcpkgs/python3-pgmigrate/template @@ -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 " +license="PostgreSQL" +homepage="https://github.com/yandex/pgmigrate" +distfiles="https://github.com/yandex/pgmigrate/archive/${version}.tar.gz" +checksum=0ab726797a76e63d562e1de204cea0ee82316249fa136548976452ed32934a1b + +post_install() { + vlicense LICENSE +}