# Template file for 'python-SQLAlchemy' pkgname=python-SQLAlchemy version=1.2.10 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 " homepage="https://www.sqlalchemy.org/" license="MIT" distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" checksum=72325e67fb85f6e9ad304c603d83626d1df684fdf0c7ab1f0352e71feeab69d8 post_install() { vlicense LICENSE } python3-SQLAlchemy_package() { pycompile_module="sqlalchemy" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }