diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template deleted file mode 100644 index 72b6da7f2b5..00000000000 --- a/srcpkgs/python-sqlalchemy-migrate/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'python-sqlalchemy-migrate' -pkgname=python-sqlalchemy-migrate -version=0.12.0 -revision=6 -build_style=python2-module -hostmakedepends="python-setuptools python-pbr" -depends="python-pbr python-SQLAlchemy python-decorator python-six - python-sqlparse python-tempita" -short_desc="Database schema migration for SQLAlchemy (Python2)" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/stackforge/sqlalchemy-migrate" -distfiles="${PYPI_SITE}/s/sqlalchemy-migrate/sqlalchemy-migrate-${version}.tar.gz" -checksum=8cfada30bbcf79a83b3a2d1bcd637de7e1f43e390d54de33e4f3249fd9aacfae - -alternatives=" - migrate:migrate-repository:/usr/bin/migrate-repository2 - migrate:migrate:/usr/bin/migrate2" - -post_install() { - mv ${DESTDIR}/usr/bin/migrate-repository{,2} - mv ${DESTDIR}/usr/bin/migrate{,2} - vlicense COPYING LICENSE -}