void-packages/srcpkgs/python-SQLAlchemy/template
2019-02-24 07:55:36 -03:00

29 lines
794 B
Bash

# Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy
version=1.2.18
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=8027fa183f5be466030617a497b2d64e0e16c8d615e5a34bdf9fab6f66bf4723
post_install() {
vlicense LICENSE
}
python3-SQLAlchemy_package() {
pycompile_module="sqlalchemy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}