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