vp-build/srcpkgs/python-SQLAlchemy/template

29 lines
795 B
Bash

# Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy
version=1.2.12
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
pycompile_module="sqlalchemy"
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://www.sqlalchemy.org/"
license="MIT"
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=c5951d9ef1d5404ed04bae5a16b60a0779087378928f997a294d1229c6ca4d3e
post_install() {
vlicense LICENSE
}
python3-SQLAlchemy_package() {
pycompile_module="sqlalchemy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}